Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DElfCacheTest.cpp137 Elf* elf_one = maps_->Find(0x1000)->GetElf(memory_, ARCH_ARM); in TEST_F()
139 Elf* elf_two = maps_->Find(0x2000)->GetElf(memory_, ARCH_ARM); in TEST_F()
141 Elf* elf_three = maps_->Find(0x4000)->GetElf(memory_, ARCH_ARM); in TEST_F()
145 EXPECT_EQ(maps_->Find(0x5000)->GetElf(memory_, ARCH_ARM), elf_three); in TEST_F()
150 EXPECT_EQ(maps_->Find(0x10000)->GetElf(memory_, ARCH_ARM), elf_two); in TEST_F()
155 EXPECT_EQ(maps_->Find(0x11000)->GetElf(memory_, ARCH_ARM), elf_one); in TEST_F()
160 EXPECT_EQ(maps_->Find(0x12000)->GetElf(memory_, ARCH_ARM), elf_three); in TEST_F()
165 EXPECT_EQ(maps_->Find(0x13000)->GetElf(memory_, ARCH_ARM), elf_three); in TEST_F()
172 Elf* elf_three = maps_->Find(0x4000)->GetElf(memory_, ARCH_ARM); in TEST_F()
175 EXPECT_EQ(maps_->Find(0x12000)->GetElf(memory_, ARCH_ARM), elf_three); in TEST_F()
[all …]
DMapInfoGetElfTest.cpp76 Elf* elf = info->GetElf(process_memory_, ARCH_ARM); in TEST_F()
87 Elf* elf = info->GetElf(process_memory_, ARCH_ARM); in TEST_F()
95 elf = info->GetElf(std::shared_ptr<Memory>(), ARCH_ARM); in TEST_F()
106 Elf* elf = info->GetElf(process_memory_, ARCH_ARM64); in TEST_F()
119 Elf* elf = info->GetElf(process_memory_, ARCH_X86); in TEST_F()
131 Elf* elf = info->GetElf(process_memory_, ARCH_ARM); in TEST_F()
146 Elf* elf = info->GetElf(process_memory_, ARCH_ARM64); in TEST_F()
160 Elf* elf = info->GetElf(process_memory_, ARCH_ARM); in TEST_F()
166 elf = info->GetElf(process_memory_, ARCH_ARM); in TEST_F()
173 elf = info->GetElf(process_memory_, ARCH_ARM); in TEST_F()
[all …]
/system/unwinding/libunwindstack/
DGlobal.cpp84 Elf* elf = map_zero->GetElf(memory_, arch()); in FindAndReadVariable()
DUnwinder.cpp165 elf = map_info->GetElf(process_memory_, arch_); in Unwind()
429 Elf* elf = map_info->GetElf(process_memory, arch); in BuildFrameFromPcOnly()
DMapInfo.cpp276 Elf* MapInfo::GetElf(const std::shared_ptr<Memory>& process_memory, ArchEnum expected_arch) { in GetElf() function in unwindstack::MapInfo
/system/unwinding/libunwindstack/benchmarks/
DElfBenchmark.cpp94 unwindstack::Elf* elf = build_id_map_info->GetElf(std::shared_ptr<unwindstack::Memory>(), in BM_elf_get_build_id_from_object()
/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h178 Elf* GetElf(const std::shared_ptr<Memory>& process_memory, ArchEnum expected_arch);