Home
last modified time | relevance | path

Searched refs:ShdrInfo (Results 1 - 9 of 9) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf_parser.h58 virtual bool GetSectionInfo(ShdrInfo& shdr, const uint32_t idx);
59 virtual bool GetSectionInfo(ShdrInfo& shdr, const std::string& secName);
82 bool ParseElfSymbolName(ShdrInfo linkShdr, SymType sym, std::string& nameStr);
111 std::map<std::pair<uint32_t, const std::string>, ShdrInfo> shdrInfoPairs_;
H A Ddfx_elf.h73 bool GetSectionInfo(ShdrInfo& shdr, const std::string secName);
89 static bool FindSection(struct dl_phdr_info *info, const std::string secName, ShdrInfo& shdr);
93 static bool FillUnwindTableByExidx(ShdrInfo shdr, uintptr_t loadBase, struct UnwindTableInfo* uti);
H A Ddfx_elf_define.h72 struct ShdrInfo { struct
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf_parser.cpp218 ShdrInfo shdrInfo; in ParseSectionHeaders()
279 ShdrInfo shdrInfo; in ParseElfName()
316 ShdrInfo linkShdrInfo; in ParseElfSymbols()
345 bool ElfParser::ParseElfSymbolName(ShdrInfo linkShdr, SymType sym, std::string& nameStr) in ParseElfSymbolName()
363 ShdrInfo linkShdrInfo; in ParseElfSymbolByAddr()
431 bool ElfParser::GetSectionInfo(ShdrInfo& shdr, const uint32_t idx) in GetSectionInfo()
443 bool ElfParser::GetSectionInfo(ShdrInfo& shdr, const std::string& secName) in GetSectionInfo()
457 ShdrInfo shdr; in GetSectionData()
H A Ddfx_symbols.cpp96 ShdrInfo shdr; in AddSymbolsByPlt()
H A Ddfx_elf.cpp432 ShdrInfo shdr; in GetBuildId()
527 bool DfxElf::GetSectionInfo(ShdrInfo& shdr, const std::string secName) in GetSectionInfo()
660 bool DfxElf::FillUnwindTableByExidx(ShdrInfo shdr, uintptr_t loadBase, struct UnwindTableInfo* uti) in FillUnwindTableByExidx()
793 ShdrInfo shdr; in FindUnwindTableInfo()
850 bool DfxElf::FindSection(struct dl_phdr_info *info, const std::string secName, ShdrInfo& shdr) in FindSection()
922 ShdrInfo shdr; in DlPhdrCb()
950 ShdrInfo shdr; in DlPhdrCb()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Delf_test.cpp58 ShdrInfo shdr; in HWTEST_F()
59 ShdrInfo shdrImitate; in HWTEST_F()
104 ShdrInfo shdr; in HWTEST_F()
105 ShdrInfo shdrImitate; in HWTEST_F()
154 ShdrInfo shdrInfo; in HWTEST_F()
H A Delf_imitate.cpp626 ShdrInfo shdrInfo; in ParseSectionHeaders()
784 bool ElfImitate::GetSectionInfo(ShdrInfo& shdr, const std::string secName) in GetSectionInfo()
860 ShdrInfo shdr; in AddSymbolsByPlt()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/include/
H A Delf_imitate.h67 bool GetSectionInfo(ShdrInfo& shdr, const std::string secName);
114 std::map<std::pair<uint32_t, const std::string>, ShdrInfo> shdrInfoPairs_;

Completed in 7 milliseconds