Searched defs:elf (Results 1 – 12 of 12) 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
740 auto elf = DfxElf::Create("/data/test/dwarf_test_aarch64_elf"); variable
73 bool DfxSymbols::ParseSymbols(std::vector<DfxSymbol>& symbols, std::shared_ptr<DfxElf> elf, const s… in ParseSymbols()90 bool DfxSymbols::AddSymbolsByPlt(std::vector<DfxSymbol>& symbols, std::shared_ptr<DfxElf> elf, in AddSymbolsByPlt()102 bool DfxSymbols::GetFuncNameAndOffsetByPc(uint64_t relPc, std::shared_ptr<DfxElf> elf, in GetFuncNameAndOffsetByPc()
140 auto elf = ctx->map->GetElf(getpid()); in FindUnwindTable() local241 auto elf = ctx->map->GetElf(ctx->pid); in FindUnwindTable() local
58 auto elf = std::make_shared<DfxElf>(path); in Create() local108 auto elf = std::make_shared<DfxElf>(fd, elfSize, prevMap->offset); in CreateFromHap() local852 auto elf = Create(file); in FindSection() local
1234 auto elf = frame.map->GetElf(); in FillFrame() local1390 auto elf = map->GetElf(); in GetSymbolByPc() local
24 #define INSTR_STATISTIC_ELF(elf) \ argument29 #define INSTR_STATISTIC_ELF(elf) argument
63 std::shared_ptr<DfxElf> elf = nullptr; variable
60 auto elf = buildIdMap->GetElf(); in BenchmarkElfGetBuildIdFromObj() local
75 auto elf = map->GetElf(getpid()); in FindUnwindTable() local237 auto elf = map->GetElf(getpid()); in AccessElfMem() local
299 auto elf = DfxElf::Create(frame.mapName); in ParseUnwindStack() local