Searched defs:rewind_pc_arch (Results 1 - 3 of 3) sorted by relevance

/system/core/libcorkscrew/arch-mips/
H A Dbacktrace-mips.c64 uintptr_t rewind_pc_arch(const memory_t* memory, uintptr_t pc) { function
80 uintptr_t pc = index ? rewind_pc_arch(memory, state->pc) : state->pc;
/system/core/libcorkscrew/arch-x86/
H A Dbacktrace-x86.c90 uintptr_t rewind_pc_arch(const memory_t* memory __attribute__((unused)), uintptr_t pc) { function
104 index ? rewind_pc_arch(memory, state->eip) : state->eip,
/system/core/libcorkscrew/arch-arm/
H A Dbacktrace-arm.c450 uintptr_t rewind_pc_arch(const memory_t* memory, uintptr_t pc) { function
494 uintptr_t pc = index ? rewind_pc_arch(memory, state->gregs[R_PC])
549 add_backtrace_entry(rewind_pc_arch(memory, state->gregs[R_LR]),

Completed in 191 milliseconds