Home
last modified time | relevance | path

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

/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);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf_parser.cpp455 bool ElfParser::GetSectionData(unsigned char *buf, uint64_t size, std::string secName) in GetSectionData() function in OHOS::HiviewDFX::ElfParser
H A Ddfx_elf.cpp535 bool DfxElf::GetSectionData(unsigned char *buf, uint64_t size, std::string secName) in GetSectionData() function in OHOS::HiviewDFX::DfxElf
540 return elfParse_->GetSectionData(buf, size, secName); in GetSectionData()

Completed in 3 milliseconds