/system/core/libcorkscrew/arch-mips/ |
D | backtrace-mips.c | 54 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/ |
D | backtrace-helper.c | 24 backtrace_frame_t* add_backtrace_entry(uintptr_t pc, backtrace_frame_t* backtrace, in add_backtrace_entry()
|
D | backtrace.c | 82 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/ |
D | backtrace-arm.c | 108 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/ |
D | ARMAssembler.h | 179 uint32_t* pc; member
|
D | ARMAssembler.cpp | 60 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()
|
D | ARMAssemblerProxy.cpp | 189 void ARMAssemblerProxy::B(int cc, uint32_t* pc) { in B() 192 void ARMAssemblerProxy::BL(int cc, uint32_t* pc) { in BL()
|
D | GGLAssembler.h | 178 uint32_t* pc() const { return 0; } // XXX in pc() function
|
D | MIPSAssembler.cpp | 110 uint32_t* ArmToMipsAssembler::pc() const in pc() function in android::ArmToMipsAssembler 1264 uint32_t* MIPSAssembler::pc() const in pc() function in android::MIPSAssembler
|
D | MIPSAssembler.h | 421 uint32_t* pc; member
|
/system/core/debuggerd/mips/ |
D | machine.c | 138 unsigned int pc = R(r.cp0_epc); in dump_memory_and_code() local
|
/system/extras/ksmutils/ |
D | lookup3.c | 221 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/ |
D | android_filesystem_config.h | 267 const struct fs_path_config *pc; in fs_config() local
|
/system/core/libcorkscrew/arch-x86/ |
D | backtrace-x86.c | 105 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/ |
D | parser.c | 1401 int pc; in readtoken1() local
|