Searched refs:GetSectionData (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_elf.h | 74 bool GetSectionData(unsigned char *buf, uint64_t size, std::string secName);
|
H A D | dfx_elf_parser.h | 60 virtual bool GetSectionData(unsigned char *buf, uint64_t size, std::string secName);
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | libunwinder.map | 88 OHOS::HiviewDFX::DfxElf::GetSectionData*;
|
H A D | dfx_elf.cpp | 534 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 D | dfx_elf_parser.cpp | 454 bool ElfParser::GetSectionData(unsigned char *buf, uint64_t size, std::string secName) in GetSectionData() function in OHOS::HiviewDFX::ElfParser
|