Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc1347 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::FindSectionByName( in FindSectionByName() function in art::ElfFileImpl
1383 auto target_section = FindSectionByName(target_section_name); in ApplyOatPatchesTo()
1388 auto patches_section = FindSectionByName(patches_name.c_str()); in ApplyOatPatchesTo()
1835 Elf64_Shdr *shdr = elf64_->FindSectionByName(section_name); in GetSectionOffsetAndSize()
1847 Elf32_Shdr *shdr = elf32_->FindSectionByName(section_name); in GetSectionOffsetAndSize()
1863 return elf64_->FindSectionByName(name) != nullptr; in HasSection()
1865 return elf32_->FindSectionByName(name) != nullptr; in HasSection()
Delf_file_impl.h82 Elf_Shdr* FindSectionByName(const std::string& name) const;