Home
last modified time | relevance | path

Searched refs:__gregs (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/libsampler/
H A Dsampler.cc420 state->sp = reinterpret_cast<void*>(mcontext.__gregs[3]); in FillRegisterState()
421 state->fp = reinterpret_cast<void*>(mcontext.__gregs[22]); in FillRegisterState()
449 state->pc = reinterpret_cast<void*>(mcontext.__gregs[REG_PC]); in FillRegisterState()
450 state->sp = reinterpret_cast<void*>(mcontext.__gregs[REG_SP]); in FillRegisterState()
451 state->fp = reinterpret_cast<void*>(mcontext.__gregs[REG_S0]); in FillRegisterState()
452 state->lr = reinterpret_cast<void*>(mcontext.__gregs[REG_RA]); in FillRegisterState()
497 state->pc = reinterpret_cast<void*>(mcontext.__gregs[_REG_PC]); in FillRegisterState()
498 state->sp = reinterpret_cast<void*>(mcontext.__gregs[_REG_SP]); in FillRegisterState()
499 state->fp = reinterpret_cast<void*>(mcontext.__gregs[_REG_FP]); in FillRegisterState()
503 state->pc = reinterpret_cast<void*>(mcontext.__gregs[_REG_EI in FillRegisterState()
[all...]
/third_party/musl/arch/riscv32/
H A Dpthread_arch.h13 #define MC_PC __gregs[0]
/third_party/musl/arch/riscv64/
H A Dpthread_arch.h13 #define MC_PC __gregs[0]
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dx86_64.rs11 pub __gregs: [c___greg_t; 26],
H A Daarch64.rs18 pub __gregs: [::greg_t; 32],
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
H A Dalign.rs14 pub __gregs: [::c_ulong; 32],
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/loongarch64/
H A Dalign.rs21 pub __gregs: [::c_ulonglong; 32],
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/riscv64/
H A Dalign.rs14 pub __gregs: [::c_ulong; 32],
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/
H A Dalign.rs14 pub __gregs: [::c_ulong; 32],
/third_party/musl/arch/loongarch64/bits/
H A Dsignal.h33 unsigned long __gregs[32]; member
/third_party/musl/arch/riscv32/bits/
H A Dsignal.h34 __riscv_mc_gp_state __gregs; member
/third_party/musl/arch/riscv64/bits/
H A Dsignal.h34 __riscv_mc_gp_state __gregs; member
/third_party/musl/arch/m68k/bits/
H A Dsignal.h74 int __gregs[18]; member
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Dexamine_stack.cc69 return reinterpret_cast<void*>(context->uc_mcontext.__gregs[REG_PC]); in GetProgramCounter()
/third_party/libunwind/libunwind/tests/
H A DGtest-trace.c219 printf (" @ %lx", (unsigned long) uc->uc_mcontext.__gregs[_REG_PC]); in sighandler()

Completed in 5 milliseconds