Home
last modified time | relevance | path

Searched refs:HasSection (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Delf_file.h72 bool HasSection(const std::string& name) const;
Delf_file.cc1833 bool ElfFile::HasSection(const std::string& name) const { in HasSection() function in art::ElfFile
/art/patchoat/
Dpatchoat.cc1128 if (!elf->HasSection(".text.oat_patches")) { in patchoat_oat()