Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc640 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type; in GetSymbolSectionStart()
660 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type; in GetStringSectionStart()
678 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type; in GetString()
858 bool ElfFileImpl<ElfTypes>::IsSymbolSectionType(Elf_Word section_type) { in IsSymbolSectionType() function in art::ElfFileImpl
864 CHECK(IsSymbolSectionType(section_header.sh_type)) in GetSymbolNum()
882 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type; in GetSymbolTable()
901 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type; in FindSymbolByName()
Delf_file_impl.h87 static bool IsSymbolSectionType(Elf_Word section_type);