Searched refs:GetSectionData (Results 1 - 4 of 4) sorted by relevance
/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);
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_elf_parser.cpp | 455 bool ElfParser::GetSectionData(unsigned char *buf, uint64_t size, std::string secName) in GetSectionData() function in OHOS::HiviewDFX::ElfParser
|
H A D | dfx_elf.cpp | 535 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