Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc613 static bool IsSymbolSectionType(Elf32_Word section_type) { in IsSymbolSectionType() function
618 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type; in GetSymbolSectionStart()
636 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type; in GetStringSectionStart()
652 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type; in GetString()
816 CHECK(IsSymbolSectionType(section_header.sh_type)) in GetSymbolNum()
832 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type; in GetSymbolTable()
851 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type; in FindSymbolByName()