Home
last modified time | relevance | path

Searched refs:DfxMmap (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_mmap.cpp31 #define LOG_TAG "DfxMmap"
34 bool DfxMmap::Init(const int fd, const size_t size, const off_t offset) in Init()
52 bool DfxMmap::Init(uint8_t *decompressedData, size_t size) in Init()
64 void DfxMmap::Clear() in Clear()
72 size_t DfxMmap::Read(uintptr_t& addr, void* val, size_t size, bool incre) in Read()
H A Ddfx_elf.cpp90 auto mmap = std::make_shared<DfxMmap>(); in CreateFromHap()
143 mmap_ = std::make_shared<DfxMmap>(); in DfxElf()
158 mmap_ = std::make_shared<DfxMmap>(); in DfxElf()
169 mmap_ = std::make_shared<DfxMmap>(); in DfxElf()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_mmap.h30 class DfxMmap : public DfxMemory { class
32 DfxMmap() = default;
33 virtual ~DfxMmap() { Clear(); } in ~DfxMmap()
H A Ddfx_elf_parser.h45 ElfParser(const std::shared_ptr<DfxMmap>& mmap) : mmap_(mmap) {} in ElfParser()
103 std::shared_ptr<DfxMmap> mmap_;
118 ElfParser32(const std::shared_ptr<DfxMmap>& mmap) : ElfParser(mmap) {} in ElfParser32()
129 ElfParser64(const std::shared_ptr<DfxMmap>& mmap) : ElfParser(mmap) {} in ElfParser64()
H A Ddfx_elf.h107 std::shared_ptr<DfxMmap> mmap_ = nullptr;
/base/hiviewdfx/faultloggerd/test/unittest/unwind/include/
H A Delf_imitate.h107 std::shared_ptr<DfxMmap> mmap_;

Completed in 7 milliseconds