Home
last modified time | relevance | path

Searched refs:ElfLoadInfo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/include/
H A Delf_imitate.h68 const std::unordered_map<uint64_t, ElfLoadInfo>& GetPtLoads() {return ptLoads_;} in GetPtLoads()
115 std::unordered_map<uint64_t, ElfLoadInfo> ptLoads_;
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf_parser.h62 const std::unordered_map<uint64_t, ElfLoadInfo>& GetPtLoads() {return ptLoads_;} in GetPtLoads()
112 std::unordered_map<uint64_t, ElfLoadInfo> ptLoads_;
H A Ddfx_elf_define.h41 struct ElfLoadInfo { struct
H A Ddfx_elf.h68 const std::unordered_map<uint64_t, ElfLoadInfo>& GetPtLoads();
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf_parser.cpp125 ElfLoadInfo loadInfo; in ParseProgramHeaders()
H A Ddfx_elf.cpp654 const std::unordered_map<uint64_t, ElfLoadInfo>& DfxElf::GetPtLoads() in GetPtLoads()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Delf_imitate.cpp563 ptLoads_[offset] = ElfLoadInfo{offset, vAddr, static_cast<size_t>(memSize)}; in ParseProgramHeaders()