Home
last modified time | relevance | path

Searched refs:GetSectionData (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf.h74 bool GetSectionData(unsigned char *buf, uint64_t size, std::string secName);
H A Ddfx_elf_parser.h60 virtual bool GetSectionData(unsigned char *buf, uint64_t size, std::string secName);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dlibunwinder.map88 OHOS::HiviewDFX::DfxElf::GetSectionData*;
H A Ddfx_elf.cpp534 bool DfxElf::GetSectionData(unsigned char *buf, uint64_t size, std::string secName) in GetSectionData() function in OHOS::HiviewDFX::DfxElf
539 return elfParse_->GetSectionData(buf, size, secName); in GetSectionData()
H A Ddfx_elf_parser.cpp454 bool ElfParser::GetSectionData(unsigned char *buf, uint64_t size, std::string secName) in GetSectionData() function in OHOS::HiviewDFX::ElfParser