Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc1335 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::FindSectionByName( in FindSectionByName() function in art::ElfFileImpl
1371 auto target_section = FindSectionByName(target_section_name); in ApplyOatPatchesTo()
1376 auto patches_section = FindSectionByName(patches_name.c_str()); in ApplyOatPatchesTo()
1822 Elf64_Shdr *shdr = elf64_->FindSectionByName(section_name); in GetSectionOffsetAndSize()
1834 Elf32_Shdr *shdr = elf32_->FindSectionByName(section_name); in GetSectionOffsetAndSize()
1850 return elf64_->FindSectionByName(name) != nullptr; in HasSection()
1852 return elf32_->FindSectionByName(name) != nullptr; in HasSection()
Delf_file_impl.h88 Elf_Shdr* FindSectionByName(const std::string& name) const;