Lines Matching refs:elf
480 EmbeddedElf* elf = ApkInspector::FindElfInApkByName(std::get<1>(tuple), in GetMinExecutableVaddr() local
482 if (elf == nullptr) { in GetMinExecutableVaddr()
486 elf->filepath(), elf->entry_offset(), elf->entry_size(), build_id, &addr, &offset); in GetMinExecutableVaddr()
552 EmbeddedElf* elf = ApkInspector::FindElfInApkByName(std::get<1>(tuple), std::get<2>(tuple)); in LoadSymbols() local
553 if (elf == nullptr) { in LoadSymbols()
556 status = ParseSymbolsFromEmbeddedElfFile(elf->filepath(), elf->entry_offset(), in LoadSymbols()
557 elf->entry_size(), build_id, symbol_callback); in LoadSymbols()
725 EmbeddedElf* elf = ApkInspector::FindElfInApkByName(std::get<1>(tuple), std::get<2>(tuple)); in GetBuildIdFromDsoPath() local
726 if (elf == nullptr) { in GetBuildIdFromDsoPath()
729 result = GetBuildIdFromEmbeddedElfFile(elf->filepath(), elf->entry_offset(), in GetBuildIdFromDsoPath()
730 elf->entry_size(), build_id); in GetBuildIdFromDsoPath()