| /system/core/libunwindstack/tests/ |
| D | ElfTest.cpp | 113 Elf elf(memory_); in TEST_F() local 120 Elf elf(memory_); in TEST_F() local 146 Elf elf(memory_); in TEST_F() local 159 Elf elf(memory_); in TEST_F() local 172 Elf elf(memory_); in TEST_F() local 184 Elf elf(memory_); in TEST_F() local 196 Elf elf(memory_); in TEST_F() local 208 Elf elf(memory_); in TEST_F() local 220 Elf elf(memory_); in TEST_F() local 232 Elf elf(memory_); in TEST_F() local [all …]
|
| D | MapInfoGetElfTest.cpp | 74 Elf* elf = info.GetElf(process_memory_, ARCH_ARM); in TEST_F() local 86 Elf* elf = info.GetElf(process_memory_, ARCH_ARM); in TEST_F() local 106 Elf* elf = info.GetElf(process_memory_, ARCH_ARM64); in TEST_F() local 120 Elf* elf = info.GetElf(process_memory_, ARCH_X86); in TEST_F() local 133 Elf* elf = info.GetElf(process_memory_, ARCH_ARM); in TEST_F() local 149 Elf* elf = info.GetElf(process_memory_, ARCH_ARM64); in TEST_F() local 164 Elf* elf = info.GetElf(process_memory_, ARCH_ARM); in TEST_F() local 194 Elf* elf = info.GetElf(process_memory_, ARCH_ARM); in TEST_F() local 223 Elf* elf = info.GetElf(process_memory_, ARCH_ARM); in TEST_F() local 256 Elf* elf = info.GetElf(process_memory_, ARCH_ARM); in TEST_F() local [all …]
|
| D | JitDebugTest.cpp | 41 ElfFake* elf = new ElfFake(memory); in CreateFakeElf() local 245 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F() local 251 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F() local 258 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F() local 267 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F() local 276 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F() local 287 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F() local 297 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F() local 337 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F() local 355 Elf* elf = jit_debug_->GetElf(maps_.get(), 0x1500); in TEST_F() local
|
| D | ElfInterfaceTest.cpp | 174 std::unique_ptr<ElfInterface> elf(new ElfInterfaceType(&memory_)); in SinglePtLoad() local 212 std::unique_ptr<ElfInterface> elf(new ElfInterfaceType(&memory_)); in MultipleExecutablePtLoads() local 279 std::unique_ptr<ElfInterface> elf(new ElfInterfaceType(&memory_)); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr() local 348 std::unique_ptr<ElfInterface> elf(new ElfInterfaceType(&memory_)); in NonExecutablePtLoads() local 405 std::unique_ptr<ElfInterface> elf(new ElfInterfaceType(&memory_)); in ManyPhdrs() local 572 std::unique_ptr<ElfInterface> elf(new ElfInterfaceType(&memory_)); in Soname() local 593 std::unique_ptr<ElfInterface> elf(new ElfInterfaceType(&memory_)); in SonameAfterDtNull() local 614 std::unique_ptr<ElfInterface> elf(new ElfInterfaceType(&memory_)); in SonameSize() local 637 std::unique_ptr<ElfInterface> elf(new ElfInterfaceType(&memory_)); in SonameMissingMap() local 658 ElfType elf(&memory_); in InitHeadersEhFrameTest() local [all …]
|
| D | MapInfoTest.cpp | 60 ElfFake* elf = new ElfFake(nullptr); in TEST() local
|
| D | VerifyBionicTerminationTest.cpp | 72 Elf elf(Memory::CreateFileMemory(frame.map_name, 0).release()); in VerifyReturnAddress() local
|
| /system/extras/simpleperf/ |
| D | read_elf.cpp | 133 ElfStatus GetBuildIdFromELFFile(const llvm::object::ELFObjectFile<ELFT>* elf, BuildId* build_id) { in GetBuildIdFromELFFile() 155 if (auto elf = llvm::dyn_cast<llvm::object::ELF32LEObjectFile>(obj)) { in GetBuildIdFromObjectFile() local 157 } else if (auto elf = llvm::dyn_cast<llvm::object::ELF64LEObjectFile>(obj)) { in GetBuildIdFromObjectFile() local 235 ElfStatus ReadSectionFromELFFile(const llvm::object::ELFObjectFile<ELFT>* elf, const std::string& s… in ReadSectionFromELFFile() 322 void AddSymbolForPltSection(const llvm::object::ELFObjectFile<ELFT>* elf, in AddSymbolForPltSection() 354 void CheckSymbolSections(const llvm::object::ELFObjectFile<ELFT>* elf, in CheckSymbolSections() 374 ElfStatus ParseSymbolsFromELFFile(const llvm::object::ELFObjectFile<ELFT>* elf, in ParseSymbolsFromELFFile() 403 if (auto elf = llvm::dyn_cast<llvm::object::ELF32LEObjectFile>(wrapper.obj)) { in ParseSymbolsFromELFFile() local 405 } else if (auto elf = llvm::dyn_cast<llvm::object::ELF64LEObjectFile>(wrapper.obj)) { in ParseSymbolsFromELFFile() local 449 if (auto elf = llvm::dyn_cast<llvm::object::ELF32LEObjectFile>(wrapper.obj)) { in ParseSymbolsFromEmbeddedElfFile() local [all …]
|
| D | read_apk.cpp | 45 std::unique_ptr<EmbeddedElf> elf = FindElfInApkByOffsetWithoutCache(apk_path, file_offset); in FindElfInApkByOffset() local 61 std::unique_ptr<EmbeddedElf> elf = FindElfInApkByNameWithoutCache(apk_path, entry_name); in FindElfInApkByName() local
|
| D | OfflineUnwinder.cpp | 129 EmbeddedElf* elf = ApkInspector::FindElfInApkByName(std::get<1>(tuple), std::get<2>(tuple)); in CreateMapInfo() local
|
| /system/core/libunwindstack/tools/ |
| D | unwind_info.cpp | 41 void DumpArm(Elf* elf, ElfInterfaceArm* interface) { in DumpArm() 85 void DumpDwarfSection(Elf* elf, DwarfSection* section, uint64_t) { in DumpDwarfSection() 109 Elf elf(Memory::CreateFileMemory(file, offset).release()); in GetElfInfo() local
|
| D | unwind_symbols.cpp | 62 unwindstack::Elf elf(unwindstack::Memory::CreateFileMemory(argv[1], 0).release()); in main() local
|
| D | unwind_reg_info.cpp | 169 Elf elf(Memory::CreateFileMemory(file, offset).release()); in GetInfo() local
|
| /system/core/libunwindstack/ |
| D | RegsArm.cpp | 54 uint64_t RegsArm::GetPcAdjustment(uint64_t rel_pc, Elf* elf) { in GetPcAdjustment() 130 bool RegsArm::StepIfSignalHandler(uint64_t elf_offset, Elf* elf, Memory* process_memory) { in StepIfSignalHandler()
|
| D | Unwinder.cpp | 95 FrameData* Unwinder::FillInFrame(MapInfo* map_info, Elf* elf, uint64_t rel_pc, in FillInFrame() 161 Elf* elf; in Unwind() local
|
| D | Global.cpp | 82 Elf* elf = map_zero->GetElf(memory_, arch()); in FindAndReadVariable() local
|
| D | LocalUnwinder.cpp | 104 Elf* elf = map_info->GetElf(process_memory_, arch); in Unwind() local
|
| D | JitDebug.cpp | 79 for (auto* elf : elf_list_) { in ~JitDebug() local 204 Elf* elf = new Elf(new MemoryRange(memory_, start, size, 0)); in GetElf() local
|
| D | RegsArm64.cpp | 129 bool RegsArm64::StepIfSignalHandler(uint64_t elf_offset, Elf* elf, Memory* process_memory) { in StepIfSignalHandler()
|
| D | RegsMips64.cpp | 130 bool RegsMips64::StepIfSignalHandler(uint64_t elf_offset, Elf* elf, Memory* process_memory) { in StepIfSignalHandler()
|
| D | RegsX86_64.cpp | 142 bool RegsX86_64::StepIfSignalHandler(uint64_t elf_offset, Elf* elf, Memory* process_memory) { in StepIfSignalHandler()
|
| D | RegsX86.cpp | 122 bool RegsX86::StepIfSignalHandler(uint64_t elf_offset, Elf* elf, Memory* process_memory) { in StepIfSignalHandler()
|
| D | RegsMips.cpp | 132 bool RegsMips::StepIfSignalHandler(uint64_t elf_offset, Elf* elf, Memory* process_memory) { in StepIfSignalHandler()
|
| /system/core/libbacktrace/ |
| D | UnwindStackMap.cpp | 120 unwindstack::Elf* elf = map_info->GetElf(process_memory(), arch_); in GetFunctionName() local
|
| /system/core/libunwindstack/include/unwindstack/ |
| D | MapInfo.h | 63 std::shared_ptr<Elf> elf; member
|
| /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() local
|