Searched defs:func_offset (Results 1 – 12 of 12) sorted by relevance
/system/core/libunwindstack/tests/ |
D | SymbolsTest.cpp | 72 uint64_t func_offset; in TYPED_TEST_P() local 100 uint64_t func_offset; in TYPED_TEST_P() local 146 uint64_t func_offset; in TYPED_TEST_P() local 208 uint64_t func_offset; in TYPED_TEST_P() local 243 uint64_t func_offset; in TYPED_TEST_P() local 279 uint64_t func_offset; in TYPED_TEST_P() local
|
D | ElfTest.cpp | 134 uint64_t func_offset; in TEST_F() local
|
/system/core/libunwindstack/tools/ |
D | unwind_symbols.cpp | 94 uint64_t func_offset; in main() local 113 uint64_t func_offset; in main() local
|
D | unwind_info.cpp | 55 uint64_t func_offset; in DumpArm() local 94 uint64_t func_offset; in DumpDwarfSection() local
|
/system/core/libunwindstack/ |
D | LocalUnwinder.cpp | 126 uint64_t func_offset; in Unwind() local
|
D | MapInfo.cpp | 253 bool MapInfo::GetFunctionName(uint64_t addr, std::string* name, uint64_t* func_offset) { in GetFunctionName()
|
D | Symbols.cpp | 125 bool Symbols::GetName(uint64_t addr, Memory* elf_memory, std::string* name, uint64_t* func_offset) { in GetName()
|
D | Elf.cpp | 108 bool Elf::GetFunctionName(uint64_t addr, std::string* name, uint64_t* func_offset) { in GetFunctionName()
|
D | ElfInterface.cpp | 475 uint64_t* func_offset) { in GetFunctionNameWithTemplate()
|
/system/core/libbacktrace/ |
D | UnwindStackMap.cpp | 123 uint64_t func_offset; in GetFunctionName() local
|
/system/core/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 199 bool GetFunctionName(uint64_t addr, std::string* name, uint64_t* func_offset) override { in GetFunctionName() 227 bool GetFunctionName(uint64_t addr, std::string* name, uint64_t* func_offset) override { in GetFunctionName()
|
/system/core/libbacktrace/include/backtrace/ |
D | Backtrace.h | 92 uint64_t func_offset; // pc relative to the start of the function, only valid if func_name is not member
|