Home
last modified time | relevance | path

Searched refs:orig_eax (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/arch/i386/bits/
H A Duser.h16 long orig_eax, eip, xcs, eflags, esp, xss; member
/third_party/rust/crates/nix/test/sys/
H A 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/
H A D_UCD_access_reg_linux.c118 [UNW_X86_TRAPNO] = offsetof(struct user_regs_struct, orig_eax) / sizeof(long), in _UCD_access_reg()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/
H A Dmod.rs85 pub orig_eax: ::c_long,

Completed in 4 milliseconds