Home
last modified time | relevance | path

Searched refs:orig_eax (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/arch/i386/bits/
Duser.h16 long orig_eax, eip, xcs, eflags, esp, xss; member
/third_party/rust/crates/nix/test/sys/
Dtest_ptrace.rs227 || 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.c118 [UNW_X86_TRAPNO] = offsetof(struct user_regs_struct, orig_eax) / sizeof(long), in _UCD_access_reg()
/third_party/elfutils/tests/
Drun-readelf-mixed-corenote.sh443 orig_eax: -1, fpvalid: 0
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/
Dmod.rs85 pub orig_eax: ::c_long,