Home
last modified time | relevance | path

Searched defs:elf (Results 1 – 12 of 12) 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.cpp740 auto elf = DfxElf::Create("/data/test/dwarf_test_aarch64_elf"); variable
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Ddfx_symbols.cpp73 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()
Ddfx_accessors.cpp140 auto elf = ctx->map->GetElf(getpid()); in FindUnwindTable() local
241 auto elf = ctx->map->GetElf(ctx->pid); in FindUnwindTable() local
Ddfx_elf.cpp58 auto elf = std::make_shared<DfxElf>(path); in Create() local
108 auto elf = std::make_shared<DfxElf>(fd, elfSize, prevMap->offset); in CreateFromHap() local
852 auto elf = Create(file); in FindSection() local
Dunwinder.cpp1223 auto elf = frame.map->GetElf(); in FillFrame() local
1361 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.h63 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/hicollie/frameworks/native/thread_sampler/
Dthread_sampler.cpp72 auto elf = map->GetElf(getpid()); in FindUnwindTable() local
260 auto elf = map->GetElf(getpid()); in AccessElfMem() local
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_fault_stack.cpp299 auto elf = DfxElf::Create(frame.mapName); in ParseUnwindStack() local