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

/art/runtime/
H A Delf_file.cc249 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type;
270 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type;
291 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type;
406 bool ElfFile::IsSymbolSectionType(llvm::ELF::Elf32_Word section_type) { function in class:art::ElfFile
411 CHECK(IsSymbolSectionType(section_header.sh_type)) << file_->GetPath() << " " << section_header.sh_type;
422 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type;
441 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type;
H A Delf_file.h74 static bool IsSymbolSectionType(::llvm::ELF::Elf32_Word section_type);

Completed in 42 milliseconds