Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc583 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::ElfFileImpl
805 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()
Delf_file_impl.h89 static bool IsSymbolSectionType(Elf_Word section_type);