HomeSort by relevance Sort by last modified time
    Searched refs:IsSymbolSectionType (Results 1 - 2 of 2) sorted by null

  /art/runtime/
elf_file_impl.h 95 static bool IsSymbolSectionType(Elf_Word section_type);
elf_file.cc 591 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type;
611 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type;
629 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type;
809 bool ElfFileImpl<ElfTypes>::IsSymbolSectionType(Elf_Word section_type) {
815 CHECK(IsSymbolSectionType(section_header.sh_type))
833 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type;
852 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type;
    [all...]

Completed in 65 milliseconds