Searched refs:orig_rax (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/arch/x32/bits/ |
H A D | user.h | 13 unsigned long rax, rcx, rdx, rsi, rdi, orig_rax, rip; member
|
/third_party/musl/arch/x86_64/bits/ |
H A D | user.h | 13 unsigned long rax, rcx, rdx, rsi, rdi, orig_rax, rip; member
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_ptrace.rs | 223 || ptrace::getregs(child).unwrap().orig_rax as libc::c_long; in test_ptrace_syscall() 231 let rax_offset = offset_of!(libc::user_regs_struct, orig_rax); in test_ptrace_syscall()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/x86_64/ |
H A D | mod.rs | 67 pub orig_rax: ::c_ulong,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
H A D | mod.rs | 194 pub orig_rax: ::c_ulonglong,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/x86_64/ |
H A D | mod.rs | 68 pub orig_rax: ::c_ulong,
|
Completed in 8 milliseconds