Home
last modified time | relevance | path

Searched refs:GetElf (Results 1 – 9 of 9) sorted by relevance

/system/unwinding/libunwindstack/tests/
DMapInfoGetElfTest.cpp76 Elf* elf = info.GetElf(process_memory_, ARCH_ARM); in TEST_F()
88 Elf* elf = info.GetElf(process_memory_, ARCH_ARM); in TEST_F()
96 elf = info.GetElf(std::shared_ptr<Memory>(), ARCH_ARM); in TEST_F()
108 Elf* elf = info.GetElf(process_memory_, ARCH_ARM64); in TEST_F()
122 Elf* elf = info.GetElf(process_memory_, ARCH_X86); in TEST_F()
135 Elf* elf = info.GetElf(process_memory_, ARCH_ARM); in TEST_F()
151 Elf* elf = info.GetElf(process_memory_, ARCH_ARM64); in TEST_F()
166 Elf* elf = info.GetElf(process_memory_, ARCH_ARM); in TEST_F()
172 elf = info.GetElf(process_memory_, ARCH_ARM); in TEST_F()
179 elf = info.GetElf(process_memory_, ARCH_ARM); in TEST_F()
[all …]
DElfCacheTest.cpp84 Elf* elf1 = info1.GetElf(memory_, ARCH_ARM); in VerifySameMap()
86 Elf* elf2 = info2.GetElf(memory_, ARCH_ARM); in VerifySameMap()
134 Elf* elf0_1 = info0_1.GetElf(memory_, ARCH_ARM); in VerifyWithinSameMap()
137 Elf* elf0_2 = info0_2.GetElf(memory_, ARCH_ARM); in VerifyWithinSameMap()
148 Elf* elf100_1 = info100_1.GetElf(memory_, ARCH_X86); in VerifyWithinSameMap()
151 Elf* elf100_2 = info100_2.GetElf(memory_, ARCH_X86); in VerifyWithinSameMap()
162 Elf* elf200_1 = info200_1.GetElf(memory_, ARCH_X86_64); in VerifyWithinSameMap()
165 Elf* elf200_2 = info200_2.GetElf(memory_, ARCH_X86_64); in VerifyWithinSameMap()
176 Elf* elf300_1 = info300_1.GetElf(memory_, ARCH_ARM); in VerifyWithinSameMap()
179 Elf* elf300_2 = info300_2.GetElf(memory_, ARCH_ARM); in VerifyWithinSameMap()
[all …]
/system/unwinding/libunwindstack/
DGlobal.cpp83 Elf* elf = map_zero->GetElf(memory_, arch()); in FindAndReadVariable()
DLocalUnwinder.cpp89 Elf* elf = map_info->GetElf(process_memory_, arch); in Unwind()
DUnwinder.cpp183 elf = map_info->GetElf(process_memory_, arch_); in Unwind()
456 Elf* elf = map_info->GetElf(process_memory, arch); in BuildFrameFromPcOnly()
DMapInfo.cpp213 Elf* MapInfo::GetElf(const std::shared_ptr<Memory>& process_memory, ArchEnum expected_arch) { in GetElf() function in unwindstack::MapInfo
/system/unwinding/libunwindstack/benchmarks/
DElfBenchmark.cpp107 unwindstack::Elf* elf = build_id_map_info->GetElf(std::shared_ptr<unwindstack::Memory>(), in BM_elf_get_build_id_from_object()
/system/unwinding/libbacktrace/
DUnwindStackMap.cpp134 unwindstack::Elf* elf = map_info->GetElf(process_memory(), arch_); in GetFunctionName()
/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h131 Elf* GetElf(const std::shared_ptr<Memory>& process_memory, ArchEnum expected_arch);