- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Orig_eax (0.07 sec)
-
src/cmd/cgo/gcc.go
// named, say, _pad in an otherwise prefixed header. // If the struct has 3 fields tv_sec, tv_usec, _pad1, then we // still want to remove the tv_ prefix. // The check for "orig_" here handles orig_eax in the // x86 ptrace register sets, which otherwise have all fields // with reg_ prefixes. if strings.HasPrefix(n.Name, "orig_") || strings.HasPrefix(n.Name, "_") { continue }
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Sep 18 15:07:34 UTC 2024 - 97.1K bytes - Viewed (0) -
api/go1.txt
pkg syscall (linux-386), type PtraceRegs struct, Eip int32 pkg syscall (linux-386), type PtraceRegs struct, Esi int32 pkg syscall (linux-386), type PtraceRegs struct, Esp int32 pkg syscall (linux-386), type PtraceRegs struct, Orig_eax int32 pkg syscall (linux-386), type PtraceRegs struct, Xcs int32 pkg syscall (linux-386), type PtraceRegs struct, Xds int32 pkg syscall (linux-386), type PtraceRegs struct, Xes int32
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)