Home
last modified time | relevance | path

Searched defs:elf (Results 1 – 14 of 14) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/unwind/
Dsymbols_test.cpp52 std::shared_ptr<DfxElf> elf = make_shared<DfxElf>(ELF32_FILE); variable
93 std::shared_ptr<DfxElf> elf = make_shared<DfxElf>(ELF64_FILE); variable
138 std::shared_ptr<DfxElf> elf = make_shared<DfxElf>(DUMPCATCHER_ELF_FILE); variable
Delf_test.cpp146 DfxElf elf(""); variable
212 auto elf = std::make_shared<DfxElf>(""); variable
Ddwarf_test.cpp723 auto elf = DfxElf::Create("/data/test/dwarf_test_aarch64_elf"); variable
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Ddfx_symbols.cpp72 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()
Ddfx_elf.cpp57 auto elf = std::make_shared<DfxElf>(path); in Create() local
109 auto elf = std::make_shared<DfxElf>(fd, elfSize, prevMap->offset); in CreateFromHap() local
837 auto elf = Create(file); in FindSection() local
Ddfx_accessors.cpp161 auto elf = ctx->map->GetElf(); in FindUnwindTable() local
Dunwinder.cpp606 auto elf = frame.map->GetElf(); in FillFrame() local
652 auto elf = map->GetElf(); in GetSymbolByPc() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
Ddfx_instr_statistic.h24 #define INSTR_STATISTIC_ELF(elf) \ argument
29 #define INSTR_STATISTIC_ELF(elf) argument
Ddfx_map.h60 std::shared_ptr<DfxElf> elf = nullptr; variable
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
Delf_benchmark.cpp60 auto elf = buildIdMap->GetElf(); in BenchmarkElfGetBuildIdFromObj() local
/base/hiviewdfx/faultloggerd/test/unittest/unwinder/
Delf_test.cpp54 auto elf = std::make_shared<DfxElf>(memory); variable
/base/hiviewdfx/faultloggerd/frameworks/unwinder/include/
Ddfx_maps.h40 std::shared_ptr<DfxElf> elf = nullptr; member
/base/hiviewdfx/faultloggerd/frameworks/unwinder/
Ddfx_symbols.cpp93 auto elf = std::make_shared<DfxElf>(memory); in GetNameAndOffsetByPc() local
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_fault_stack.cpp318 std::shared_ptr<DfxElf> elf = std::make_shared<DfxElf>(memoryFile); in ParseUnwindStack() local
362 auto elf = DfxElf::Create(frame.mapName); in ParseUnwindStack() local