Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h166 bool CheckSectionsExist(File* file, std::string* error_msg) const;
Delf_file.cc277 if (!CheckSectionsExist(file, error_msg)) { in Setup()
338 bool ElfFileImpl<ElfTypes>::CheckSectionsExist(File* file, std::string* error_msg) const { in CheckSectionsExist() function in art::ElfFileImpl
1315 if (!CheckSectionsExist(file, error_msg)) { in Load()