Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 27 of 27 for ecx (0.04 sec)

  1. src/cmd/vendor/golang.org/x/arch/x86/x86asm/plan9x.go

    	SP:   "SP",
    	BP:   "BP",
    	SI:   "SI",
    	DI:   "DI",
    	R8W:  "R8",
    	R9W:  "R9",
    	R10W: "R10",
    	R11W: "R11",
    	R12W: "R12",
    	R13W: "R13",
    	R14W: "R14",
    	R15W: "R15",
    	EAX:  "AX",
    	ECX:  "CX",
    	EDX:  "DX",
    	EBX:  "BX",
    	ESP:  "SP",
    	EBP:  "BP",
    	ESI:  "SI",
    	EDI:  "DI",
    	R8L:  "R8",
    	R9L:  "R9",
    	R10L: "R10",
    	R11L: "R11",
    	R12L: "R12",
    	R13L: "R13",
    	R14L: "R14",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  2. src/crypto/tls/testdata/Server-TLSv13-IssueTicket

    00000320  15 6a 4d cd 8d c5 41 e5  1e aa 5c 8b b9 e8 ee 2a  |.jM...A...\....*|
    00000330  04 53 ee 39 3d a1 9b 53  ab f8 4a 97 95 69 53 ef  |.S.9=..S..J..iS.|
    00000340  9b a9 3a d5 d1 0c a6 e3  fb 7d 30 b1 00 45 43 58  |..:......}0..ECX|
    00000350  51 65 1f 60 e7 f4 0a 6a  f6 8a 06 60 9b 5b 60 31  |Qe.`...j...`.[`1|
    00000360  d5 df 8b 28 1a c4 cb 39  5d a3 2b fb eb c8 07 14  |...(...9].+.....|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_386.go

    	SizeofIovec           = 0x8
    	SizeofMsghdr          = 0x1c
    	SizeofCmsghdr         = 0xc
    )
    
    const (
    	SizeofSockFprog = 0x8
    )
    
    type PtraceRegs struct {
    	Ebx      int32
    	Ecx      int32
    	Edx      int32
    	Esi      int32
    	Edi      int32
    	Ebp      int32
    	Eax      int32
    	Xds      int32
    	Xes      int32
    	Xfs      int32
    	Xgs      int32
    	Orig_eax int32
    	Eip      int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  4. src/syscall/ztypes_linux_386.go

    type InotifyEvent struct {
    	Wd     int32
    	Mask   uint32
    	Cookie uint32
    	Len    uint32
    	Name   [0]uint8
    }
    
    const SizeofInotifyEvent = 0x10
    
    type PtraceRegs struct {
    	Ebx      int32
    	Ecx      int32
    	Edx      int32
    	Esi      int32
    	Edi      int32
    	Ebp      int32
    	Eax      int32
    	Xds      int32
    	Xes      int32
    	Xfs      int32
    	Xgs      int32
    	Orig_eax int32
    	Eip      int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/x86/asm6.go

    			//     MOV off(CX)(TLS*1), AX
    			// becomes
    			//     mov %gs:off(%ecx), %eax // on i386
    			//     mov %fs:off(%rcx), %rax // on amd64
    			// which assumes that the correct TLS offset has been loaded into CX (today
    			// there is only one TLS variable -- g -- so this is OK). When not building for
    			// a shared library the instruction it becomes
    			//     mov 0x0(%ecx), %eax // on i386
    			//     mov 0x0(%rcx), %rax // on amd64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"PtraceRegs", Type, 0},
    		{"PtraceRegs.Cs", Field, 0},
    		{"PtraceRegs.Ds", Field, 0},
    		{"PtraceRegs.Eax", Field, 0},
    		{"PtraceRegs.Ebp", Field, 0},
    		{"PtraceRegs.Ebx", Field, 0},
    		{"PtraceRegs.Ecx", Field, 0},
    		{"PtraceRegs.Edi", Field, 0},
    		{"PtraceRegs.Edx", Field, 0},
    		{"PtraceRegs.Eflags", Field, 0},
    		{"PtraceRegs.Eip", Field, 0},
    		{"PtraceRegs.Es", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (linux-386), type PtraceRegs struct, Eax int32
    pkg syscall (linux-386), type PtraceRegs struct, Ebp int32
    pkg syscall (linux-386), type PtraceRegs struct, Ebx int32
    pkg syscall (linux-386), type PtraceRegs struct, Ecx int32
    pkg syscall (linux-386), type PtraceRegs struct, Edi int32
    pkg syscall (linux-386), type PtraceRegs struct, Edx int32
    pkg syscall (linux-386), type PtraceRegs struct, Eflags int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top