Searched defs:elf (Results 1 – 14 of 14) sorted by relevance
52 std::shared_ptr<DfxElf> elf = make_shared<DfxElf>(ELF32_FILE); variable93 std::shared_ptr<DfxElf> elf = make_shared<DfxElf>(ELF64_FILE); variable138 std::shared_ptr<DfxElf> elf = make_shared<DfxElf>(DUMPCATCHER_ELF_FILE); variable
146 DfxElf elf(""); variable212 auto elf = std::make_shared<DfxElf>(""); variable
723 auto elf = DfxElf::Create("/data/test/dwarf_test_aarch64_elf"); variable
72 bool DfxSymbols::ParseSymbols(std::vector<DfxSymbol>& symbols, std::shared_ptr<DfxElf> elf, const s… in ParseSymbols()89 bool DfxSymbols::AddSymbolsByPlt(std::vector<DfxSymbol>& symbols, std::shared_ptr<DfxElf> elf, in AddSymbolsByPlt()101 bool DfxSymbols::GetFuncNameAndOffsetByPc(uint64_t relPc, std::shared_ptr<DfxElf> elf, in GetFuncNameAndOffsetByPc()
57 auto elf = std::make_shared<DfxElf>(path); in Create() local109 auto elf = std::make_shared<DfxElf>(fd, elfSize, prevMap->offset); in CreateFromHap() local837 auto elf = Create(file); in FindSection() local
161 auto elf = ctx->map->GetElf(); in FindUnwindTable() local
606 auto elf = frame.map->GetElf(); in FillFrame() local652 auto elf = map->GetElf(); in GetSymbolByPc() local
24 #define INSTR_STATISTIC_ELF(elf) \ argument29 #define INSTR_STATISTIC_ELF(elf) argument
60 std::shared_ptr<DfxElf> elf = nullptr; variable
60 auto elf = buildIdMap->GetElf(); in BenchmarkElfGetBuildIdFromObj() local
54 auto elf = std::make_shared<DfxElf>(memory); variable
40 std::shared_ptr<DfxElf> elf = nullptr; member
93 auto elf = std::make_shared<DfxElf>(memory); in GetNameAndOffsetByPc() local
318 std::shared_ptr<DfxElf> elf = std::make_shared<DfxElf>(memoryFile); in ParseUnwindStack() local362 auto elf = DfxElf::Create(frame.mapName); in ParseUnwindStack() local