Home
last modified time | relevance | path

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

/third_party/musl/arch/sh/bits/
Duser.h6 #define REG_PC 16 macro
/third_party/musl/arch/riscv64/bits/
Dsignal.h39 #define REG_PC 0 macro
/third_party/abseil-cpp/absl/debugging/internal/
Dexamine_stack.cc61 return reinterpret_cast<void*>(context->uc_mcontext.__gregs[REG_PC]); in GetProgramCounter()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Dexamine_stack.cc69 return reinterpret_cast<void*>(context->uc_mcontext.__gregs[REG_PC]); in GetProgramCounter()
/third_party/NuttX/
DReleaseNotes7298 the stack: regs[REG_PC]+4 is the address, not regs[REG_PC+4].