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

  /art/runtime/
elf_file_impl.h 169 bool CheckSectionsLinked(const uint8_t* source, const uint8_t* target) const;
elf_file.cc 305 bool ElfFileImpl<ElfTypes>::CheckSectionsLinked(const uint8_t* source,
371 if (!CheckSectionsLinked(reinterpret_cast<const uint8_t*>(symtab_section_start_),
397 if (!CheckSectionsLinked(reinterpret_cast<const uint8_t*>(hash_section_start_),
    [all...]

Completed in 59 milliseconds