Home
last modified time | relevance | path

Searched refs:IsSymbolSectionType (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Delf_file.cc591 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetSymbolSectionStart()
611 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetStringSectionStart()
629 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetString()
809 bool ElfFileImpl<ElfTypes>::IsSymbolSectionType(Elf_Word section_type) { in IsSymbolSectionType() function in art::ElfFileImpl
815 CHECK(IsSymbolSectionType(section_header.sh_type)) in GetSymbolNum()
833 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetSymbolTable()
852 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in FindSymbolByName()
Delf_file_impl.h95 static bool IsSymbolSectionType(Elf_Word section_type);