Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DJitDebugTest.cpp241 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F()
247 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F()
254 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F()
263 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F()
272 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F()
283 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F()
293 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F()
298 Elf* elf2 = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F()
312 ASSERT_TRUE(jit_debug_->GetElf(maps_.get(), 0x1500) != nullptr); in TEST_F()
313 ASSERT_TRUE(jit_debug_->GetElf(maps_.get(), 0x2000) == nullptr); 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 …]
DMapInfoGetElfTest.cpp74 Elf* elf = info.GetElf(process_memory_, ARCH_ARM); in TEST_F()
86 Elf* elf = info.GetElf(process_memory_, ARCH_ARM); in TEST_F()
94 elf = info.GetElf(std::shared_ptr<Memory>(), ARCH_ARM); in TEST_F()
106 Elf* elf = info.GetElf(process_memory_, ARCH_ARM64); in TEST_F()
120 Elf* elf = info.GetElf(process_memory_, ARCH_X86); in TEST_F()
133 Elf* elf = info.GetElf(process_memory_, ARCH_ARM); in TEST_F()
149 Elf* elf = info.GetElf(process_memory_, ARCH_ARM64); in TEST_F()
164 Elf* elf = info.GetElf(process_memory_, ARCH_ARM); in TEST_F()
170 elf = info.GetElf(process_memory_, ARCH_ARM); in TEST_F()
177 elf = info.GetElf(process_memory_, ARCH_ARM); in TEST_F()
[all …]
/system/core/libunwindstack/include/unwindstack/
DJitDebug.h43 Elf* GetElf(Maps* maps, uint64_t pc);
DMapInfo.h82 Elf* GetElf(const std::shared_ptr<Memory>& process_memory, ArchEnum expected_arch);
/system/core/libunwindstack/
DGlobal.cpp57 Elf* elf = info->GetElf(memory_, arch()); in GetVariableOffset()
DLocalUnwinder.cpp104 Elf* elf = map_info->GetElf(process_memory_, arch); in Unwind()
DUnwinder.cpp168 elf = map_info->GetElf(process_memory_, arch); in Unwind()
192 Elf* jit_elf = jit_debug_->GetElf(maps_, adjusted_jit_pc); in Unwind()
DJitDebug.cpp183 Elf* JitDebug::GetElf(Maps* maps, uint64_t pc) { in GetElf() function in unwindstack::JitDebug
DMapInfo.cpp192 Elf* MapInfo::GetElf(const std::shared_ptr<Memory>& process_memory, ArchEnum expected_arch) { in GetElf() function in unwindstack::MapInfo
/system/core/libunwindstack/benchmarks/
Dunwind_benchmarks.cpp112 unwindstack::Elf* elf = build_id_map_info->GetElf(std::shared_ptr<unwindstack::Memory>(), in BM_get_build_id_from_elf()
/system/core/libbacktrace/
DUnwindStackMap.cpp120 unwindstack::Elf* elf = map_info->GetElf(process_memory(), arch_); in GetFunctionName()