Searched refs:GetElf (Results 1 – 12 of 12) sorted by relevance
/system/core/libunwindstack/tests/ |
D | JitDebugTest.cpp | 241 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 …]
|
D | ElfCacheTest.cpp | 84 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 …]
|
D | MapInfoGetElfTest.cpp | 74 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/ |
D | JitDebug.h | 43 Elf* GetElf(Maps* maps, uint64_t pc);
|
D | MapInfo.h | 82 Elf* GetElf(const std::shared_ptr<Memory>& process_memory, ArchEnum expected_arch);
|
/system/core/libunwindstack/ |
D | Global.cpp | 57 Elf* elf = info->GetElf(memory_, arch()); in GetVariableOffset()
|
D | LocalUnwinder.cpp | 104 Elf* elf = map_info->GetElf(process_memory_, arch); in Unwind()
|
D | Unwinder.cpp | 168 elf = map_info->GetElf(process_memory_, arch); in Unwind() 192 Elf* jit_elf = jit_debug_->GetElf(maps_, adjusted_jit_pc); in Unwind()
|
D | JitDebug.cpp | 183 Elf* JitDebug::GetElf(Maps* maps, uint64_t pc) { in GetElf() function in unwindstack::JitDebug
|
D | MapInfo.cpp | 192 Elf* MapInfo::GetElf(const std::shared_ptr<Memory>& process_memory, ArchEnum expected_arch) { in GetElf() function in unwindstack::MapInfo
|
/system/core/libunwindstack/benchmarks/ |
D | unwind_benchmarks.cpp | 112 unwindstack::Elf* elf = build_id_map_info->GetElf(std::shared_ptr<unwindstack::Memory>(), in BM_get_build_id_from_elf()
|
/system/core/libbacktrace/ |
D | UnwindStackMap.cpp | 120 unwindstack::Elf* elf = map_info->GetElf(process_memory(), arch_); in GetFunctionName()
|