Home
last modified time | relevance | path

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

/system/core/include/backtrace/
DBacktraceMap.h58 int GetFlags(uintptr_t pc) { in GetFlags()
67 bool IsReadable(uintptr_t pc) { return GetFlags(pc) & PROT_READ; } in IsReadable()
68 bool IsWritable(uintptr_t pc) { return GetFlags(pc) & PROT_WRITE; } in IsWritable()
69 bool IsExecutable(uintptr_t pc) { return GetFlags(pc) & PROT_EXEC; } in IsExecutable()
85 static uintptr_t GetRelativePc(const backtrace_map_t& map, uintptr_t pc) { in GetRelativePc()
DBacktrace.h39 uintptr_t pc; // The absolute pc. member
/system/core/libbacktrace/
DUnwindCurrent.cpp31 std::string UnwindCurrent::GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) { in GetFunctionNameRaw()
89 unw_word_t pc; in UnwindFromContext() local
DUnwindPtrace.cpp85 unw_word_t pc; in Unwind() local
125 std::string UnwindPtrace::GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) { in GetFunctionNameRaw()
DBacktrace.cpp60 std::string Backtrace::GetFunctionName(uintptr_t pc, uintptr_t* offset) { in GetFunctionName()
121 void Backtrace::FillInMap(uintptr_t pc, backtrace_map_t* map) { in FillInMap()
/system/core/debuggerd/mips64/
Dmachine.cpp53 uintptr_t pc = R(r.cp0_epc); in dump_memory_and_code() local
/system/core/debuggerd/mips/
Dmachine.cpp53 uintptr_t pc = R(r.cp0_epc); in dump_memory_and_code() local
/system/core/libcutils/
Dfs_config.c200 const struct fs_path_config *pc; in fs_config() local
263 ssize_t fs_config_generate(char *buffer, size_t length, const struct fs_path_config *pc) in fs_config_generate()
/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()
DArm64Assembler.h257 uint32_t* pc; member
DARMAssemblerProxy.cpp189 void ARMAssemblerProxy::B(int cc, uint32_t* pc) { in B()
192 void ARMAssemblerProxy::BL(int cc, uint32_t* pc) { in BL()
DGGLAssembler.h184 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
DArm64Assembler.cpp194 uint32_t* ArmToArm64Assembler::pc() const in pc() function in android::ArmToArm64Assembler
/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()