Searched refs:orig_eax (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/arch/i386/bits/ |
D | user.h | 16 long orig_eax, eip, xcs, eflags, esp, xss; member
|
/third_party/rust/crates/nix/test/sys/ |
D | test_ptrace.rs | 227 || ptrace::getregs(child).unwrap().orig_eax as libc::c_long; in test_ptrace_syscall() 233 let rax_offset = offset_of!(libc::user_regs_struct, orig_eax); in test_ptrace_syscall()
|
/third_party/libunwind/libunwind/src/coredump/ |
D | _UCD_access_reg_linux.c | 118 [UNW_X86_TRAPNO] = offsetof(struct user_regs_struct, orig_eax) / sizeof(long), in _UCD_access_reg()
|
/third_party/elfutils/tests/ |
D | run-readelf-mixed-corenote.sh | 443 orig_eax: -1, fpvalid: 0
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/ |
D | mod.rs | 85 pub orig_eax: ::c_long,
|