Home
last modified time | relevance | path

Searched defs:pc (Results 1 – 15 of 15) sorted by relevance

/system/core/libcorkscrew/arch-mips/
Dbacktrace-mips.c54 uint32_t pc; member
61 uint32_t pc; member
64 uintptr_t rewind_pc_arch(const memory_t* memory, uintptr_t pc) { in rewind_pc_arch()
80 uintptr_t pc = index ? rewind_pc_arch(memory, state->pc) : state->pc; in unwind_backtrace_common() local
/system/core/libcorkscrew/
Dbacktrace-helper.c24 backtrace_frame_t* add_backtrace_entry(uintptr_t pc, backtrace_frame_t* backtrace, in add_backtrace_entry()
Dbacktrace.c82 uintptr_t pc = _Unwind_GetIP(context); in unwind_backtrace_callback() local
245 static void init_backtrace_symbol(backtrace_symbol_t* symbol, uintptr_t pc) { in init_backtrace_symbol()
/system/core/libcorkscrew/arch-arm/
Dbacktrace-arm.c108 static uintptr_t find_exidx(uintptr_t pc, size_t* out_exidx_size) { in find_exidx()
122 const map_info_t* map_info_list, uintptr_t pc) { in get_exception_handler()
441 static bool try_get_half_word(const memory_t* memory, uint32_t pc, uint16_t* out_value) { in try_get_half_word()
450 uintptr_t rewind_pc_arch(const memory_t* memory, uintptr_t pc) { in rewind_pc_arch()
494 uintptr_t pc = index ? rewind_pc_arch(memory, state->gregs[R_PC]) in unwind_backtrace_common() local
/system/core/libpixelflinger/codeflinger/
DARMAssembler.h179 uint32_t* pc; member
DARMAssembler.cpp60 uint32_t* ARMAssembler::pc() const in pc() function in android::ARMAssembler
149 uint32_t* pc = mPC; in epilog() local
158 uint32_t* pc = mPC; in epilog() local
276 void ARMAssembler::B(int cc, uint32_t* pc) in B()
282 void ARMAssembler::BL(int cc, uint32_t* pc) in BL()
DARMAssemblerProxy.cpp189 void ARMAssemblerProxy::B(int cc, uint32_t* pc) { in B()
192 void ARMAssemblerProxy::BL(int cc, uint32_t* pc) { in BL()
DGGLAssembler.h178 uint32_t* pc() const { return 0; } // XXX in pc() function
DMIPSAssembler.cpp110 uint32_t* ArmToMipsAssembler::pc() const in pc() function in android::ArmToMipsAssembler
1264 uint32_t* MIPSAssembler::pc() const in pc() function in android::MIPSAssembler
DMIPSAssembler.h421 uint32_t* pc; member
/system/core/debuggerd/mips/
Dmachine.c138 unsigned int pc = R(r.cp0_epc); in dump_memory_and_code() local
/system/extras/ksmutils/
Dlookup3.c221 uint32_t *pc, /* IN: seed OUT: primary hash value */ in hashword2()
466 uint32_t *pc, /* IN: primary initval, OUT: primary hash */ in hashlittle2()
/system/core/include/private/
Dandroid_filesystem_config.h267 const struct fs_path_config *pc; in fs_config() local
/system/core/libcorkscrew/arch-x86/
Dbacktrace-x86.c105 uintptr_t rewind_pc_arch(const memory_t* memory __attribute__((unused)), uintptr_t pc) { in rewind_pc_arch()
243 const map_info_t* map_info_list, uintptr_t pc) { in find_fde()
/system/core/sh/
Dparser.c1401 int pc; in readtoken1() local