Home
last modified time | relevance | path

Searched refs:arm_pc (Results 1 – 10 of 10) sorted by relevance

/external/kernel-headers/original/uapi/asm-arm/asm/
Dsigcontext.h29 unsigned long arm_pc; member
/external/libunwind/src/arm/
Dgen-offsets.c49 SC ("PC", arm_pc); in main()
DGresume.c91 sc->arm_pc = uc->regs[15]; /* PC */ in arm_local_resume()
/external/google-breakpad/src/client/linux/dump_writer_common/
Ducontext_reader.cc153 return uc->uc_mcontext.arm_pc;
175 out->iregs[15] = uc->uc_mcontext.arm_pc;
/external/libunwind/tests/
Dtest-coredump-unwind.c219 ip = uc->uc_mcontext.arm_pc; in handle_sigsegv()
DGtest-trace.c215 printf (" @ %lx", (unsigned long) uc->uc_mcontext.arm_pc); in sighandler()
/external/google-breakpad/src/client/linux/handler/
Dexception_handler.cc674 reinterpret_cast<void*>(context.context.uc_mcontext.arm_pc); in WriteMinidump()
/external/libchrome/base/
Dlogging_unittest.cc432 crash_addr = static_cast<uintptr_t>(context->uc_mcontext.arm_pc); in CheckCrashTestSighandler()
/external/v8/src/libsampler/
Dsampler.cc479 state->pc = reinterpret_cast<void*>(mcontext.arm_pc); in FillRegisterState()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc1314 *pc = ucontext->uc_mcontext.arm_pc; in GetPcSpBp()