Home
last modified time | relevance | path

Searched defs:secName (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Ddfx_elf_parser.cpp202 std::string secName; in ParseSectionHeaders() local
436 bool ElfParser::GetSectionInfo(ShdrInfo& shdr, const std::string& secName) in GetSectionInfo()
448 bool ElfParser::GetSectionData(unsigned char *buf, uint64_t size, std::string secName) in GetSectionData()
Ddfx_elf.cpp522 bool DfxElf::GetSectionInfo(ShdrInfo& shdr, const std::string secName) in GetSectionInfo()
530 bool DfxElf::GetSectionData(unsigned char *buf, uint64_t size, std::string secName) in GetSectionData()
830 bool DfxElf::FindSection(struct dl_phdr_info *info, const std::string secName, ShdrInfo& shdr) in FindSection()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
Delf_imitate.cpp620 std::string secName = strVec[0]; in ParseSectionHeaders() local
788 bool ElfImitate::GetSectionInfo(ShdrInfo& shdr, const std::string secName) in GetSectionInfo()