Home
last modified time | relevance | path

Searched defs:shdr (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf_parser.cpp176 ShdrType shdr; in ParseSectionHeaders() local
306 const auto &shdr = iter; in ParseElfSymbols() local
313 bool ElfParser::ParseElfSymbols(ElfShdr shdr, bool isFunc) in ParseElfSymbols()
361 for (const auto &shdr : symShdrs_) { in ParseElfSymbolByAddr() local
430 bool ElfParser::GetSectionInfo(ShdrInfo& shdr, const uint32_t idx) in GetSectionInfo()
442 bool ElfParser::GetSectionInfo(ShdrInfo& shdr, const std::string& secName) in GetSectionInfo()
456 ShdrInfo shdr; in GetSectionData() local
H A Ddfx_elf.cpp431 ShdrInfo shdr; in GetBuildId() local
526 bool DfxElf::GetSectionInfo(ShdrInfo& shdr, const std::string secName) in GetSectionInfo()
659 bool DfxElf::FillUnwindTableByExidx(ShdrInfo shdr, uintptr_t loadBase, struct UnwindTableInfo* uti) in FillUnwindTableByExidx()
786 ShdrInfo shdr; in FindUnwindTableInfo() local
842 bool DfxElf::FindSection(struct dl_phdr_info *info, const std::string secName, ShdrInfo& shdr) in FindSection()
914 ShdrInfo shdr; in DlPhdrCb() local
942 ShdrInfo shdr; in DlPhdrCb() local
H A Ddfx_symbols.cpp96 ShdrInfo shdr; in AddSymbolsByPlt() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Delf_test.cpp58 ShdrInfo shdr; variable
104 ShdrInfo shdr; variable
H A Delf_imitate.cpp784 bool ElfImitate::GetSectionInfo(ShdrInfo& shdr, const std::string secName) in GetSectionInfo()
860 ShdrInfo shdr; in AddSymbolsByPlt() local
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DBaseObjectJS.cpp233 auto shdr = mat->MaterialShader()->GetValue(); in CreateFromNativeInstance() local