Searched defs:GetFunctionName (Results 1 - 7 of 7) sorted by path

/system/core/include/backtrace/
H A DBacktraceMap.h118 virtual std::string GetFunctionName(uint64_t /*pc*/, uint64_t* /*offset*/) { return ""; } function in class:BacktraceMap
/system/core/libbacktrace/
H A DBacktrace.cpp56 std::string Backtrace::GetFunctionName(uint64_t pc, uint64_t* offset, const backtrace_map_t* map) { function in class:Backtrace
H A DUnwindStackMap.cpp99 std::string UnwindStackMap::GetFunctionName(uint64_t pc, uint64_t* offset) { function in class:UnwindStackMap
113 if (!elf->GetFunctionName(elf->GetRelPc(pc, map_info), &name, &func_offset)) {
/system/core/libbacktrace/include/backtrace/
H A DBacktraceMap.h118 virtual std::string GetFunctionName(uint64_t /*pc*/, uint64_t* /*offset*/) { return ""; } function in class:BacktraceMap
/system/core/libunwindstack/
H A DElf.cpp104 bool Elf::GetFunctionName(uint64_t addr, std::string* name, uint64_t* func_offset) { function in class:unwindstack::Elf
106 return valid_ && (interface_->GetFunctionName(addr, load_bias_, name, func_offset) ||
107 (gnu_debugdata_interface_ && gnu_debugdata_interface_->GetFunctionName(
H A DElfInterfaceArm.cpp170 bool ElfInterfaceArm::GetFunctionName(uint64_t addr, uint64_t load_bias, std::string* name, function in class:unwindstack::ElfInterfaceArm
176 if (ElfInterface32::GetFunctionName(addr | 1, load_bias, name, offset)) {
/system/core/libunwindstack/tests/
H A DElfFake.cpp35 bool ElfInterfaceFake::GetFunctionName(uint64_t, uint64_t, std::string* name, uint64_t* offset) { function in class:unwindstack::ElfInterfaceFake

Completed in 90 milliseconds