Home
last modified time | relevance | path

Searched refs:REG_RIP (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/arch/x32/bits/
H A Dsignal.h42 enum { REG_RIP = 16 }; enumerator
43 #define REG_RIP REG_RIP macro
/third_party/musl/arch/x86_64/bits/
H A Dsignal.h42 enum { REG_RIP = 16 }; enumerator
43 #define REG_RIP REG_RIP macro
/third_party/musl/arch/x86_64/
H A Dpthread_arch.h8 #define MC_PC gregs[REG_RIP]
/third_party/musl/arch/x32/
H A Dpthread_arch.h8 #define MC_PC gregs[REG_RIP]
/third_party/ltp/testcases/cve/
H A Dmeltdown.c100 # define REG_RIP REG_EIP macro
109 unsigned long *prip = (unsigned long *)&ucontext->uc_mcontext.gregs[REG_RIP]; in sigsegv()
H A Dcve-2015-3290.c140 # define REG_IP REG_RIP
/third_party/libunwind/libunwind/src/x86_64/
H A DGos-linux.c128 case UNW_X86_64_RIP: addr = &uc->uc_mcontext.gregs[REG_RIP]; break; in x86_64_r_uc_addr()
H A DGos-solaris.c119 case UNW_X86_64_RIP: addr = &uc->uc_mcontext.gregs[REG_RIP]; break; in x86_64_r_uc_addr()
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap15.c135 void *pc = (void *)((ucontext_t *)uc)->uc_mcontext.gregs[REG_RIP]; in sig_handler()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dx86_64.rs173 pub const REG_RIP: ::c_int = 17; consts
/third_party/node/deps/v8/src/libsampler/
H A Dsampler.cc166 enum { REG_RBP = 10, REG_RSP = 15, REG_RIP = 16 };
386 state->pc = reinterpret_cast<void*>(mcontext.gregs[REG_RIP]); in FillRegisterState()
/third_party/libunwind/libunwind/tests/
H A DGtest-bt.c199 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_RIP]); in sighandler()
H A DGtest-trace.c211 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_RIP]); in sighandler()
H A Dtest-coredump-unwind.c221 ip = uc->uc_mcontext.gregs[REG_RIP]; in handle_sigsegv()
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/x86_64/
H A Dmod.rs781 pub const REG_RIP: ::c_int = 16; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs796 pub const REG_RIP: ::c_int = 16; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/x86_64/
H A Dmod.rs661 pub const REG_RIP: ::c_int = 16; consts
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp10376 REG_RIP,
[all...]

Completed in 37 milliseconds