Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A 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
H A Delf_test.cpp146 DfxElf elf(""); variable
212 auto elf = std::make_shared<DfxElf>(""); variable
H A Ddwarf_test.cpp740 auto elf = DfxElf::Create("/data/test/dwarf_test_aarch64_elf"); variable
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A 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()
H A Ddfx_accessors.cpp140 auto elf = ctx->map->GetElf(getpid()); in FindUnwindTable() local
241 auto elf = ctx->map->GetElf(ctx->pid); in FindUnwindTable() local
H A 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
H A Dunwinder.cpp1234 auto elf = frame.map->GetElf(); in FillFrame() local
1390 auto elf = map->GetElf(); in GetSymbolByPc() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_instr_statistic.h24 #define INSTR_STATISTIC_ELF(elf) \ argument
29 #define INSTR_STATISTIC_ELF(elf) argument
H A Ddfx_map.h63 std::shared_ptr<DfxElf> elf = nullptr; variable
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Delf_benchmark.cpp60 auto elf = buildIdMap->GetElf(); in BenchmarkElfGetBuildIdFromObj() local
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler.cpp75 auto elf = map->GetElf(getpid()); in FindUnwindTable() local
237 auto elf = map->GetElf(getpid()); in AccessElfMem() local
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_fault_stack.cpp299 auto elf = DfxElf::Create(frame.mapName); in ParseUnwindStack() local