Searched refs:IsSymbolSectionType (Results 1 – 2 of 2) sorted by relevance
583 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetSymbolSectionStart()603 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetStringSectionStart()621 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetString()799 bool ElfFileImpl<ElfTypes>::IsSymbolSectionType(Elf_Word section_type) { in IsSymbolSectionType() function in art::ElfFileImpl805 CHECK(IsSymbolSectionType(section_header.sh_type)) in GetSymbolNum()823 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetSymbolTable()842 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in FindSymbolByName()
89 static bool IsSymbolSectionType(Elf_Word section_type);