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

  /art/runtime/
elf_file_impl.h 158 bool CheckSectionsExist(std::string* error_msg) const;
elf_file.cc 322 if (!CheckSectionsExist(error_msg)) {
387 bool ElfFileImpl<ElfTypes>::CheckSectionsExist(std::string* error_msg) const {
621 CHECK(section_headers_start_ != nullptr); // Is checked in CheckSectionsExist. Sanity check.
627 CHECK(dynamic_program_header_ != nullptr); // Is checked in CheckSectionsExist. Sanity check.
633 CHECK(dynamic_section_start_ != nullptr); // Is checked in CheckSectionsExist. Sanity check.
    [all...]

Completed in 2295 milliseconds