Home
last modified time | relevance | path

Searched refs:ptLoads_ (Results 1 - 4 of 4) sorted by relevance

/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_; member in OHOS::HiviewDFX::ElfImitate
/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_; member in OHOS::HiviewDFX::ElfParser
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf_parser.cpp134 ptLoads_[phdr.p_offset] = loadInfo; in ParseProgramHeaders()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Delf_imitate.cpp563 ptLoads_[offset] = ElfLoadInfo{offset, vAddr, static_cast<size_t>(memSize)}; in ParseProgramHeaders()

Completed in 3 milliseconds