Searched refs:FindSectionHeaderByType (Results 1 – 1 of 1) sorted by relevance
162 [[nodiscard]] const typename ElfT::Shdr* FindSectionHeaderByType(typename ElfT::Word sh_type);345 const typename ElfT::Shdr* ElfFileImpl<ElfT>::FindSectionHeaderByType(typename ElfT::Word sh_type) { in FindSectionHeaderByType() function in nogrod::__anona7aeaf9f0111::ElfFileImpl369 const typename ElfT::Shdr* dynsym_shdr = FindSectionHeaderByType(SHT_DYNSYM); in ReadExportedSymbols()