Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h80 Elf_Shdr* FindSectionByName(const std::string& name) const;
Delf_file.cc1380 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::FindSectionByName( in FindSectionByName() function in art::ElfFileImpl
1416 auto target_section = FindSectionByName(target_section_name); in ApplyOatPatchesTo()
1421 auto patches_section = FindSectionByName(patches_name.c_str()); in ApplyOatPatchesTo()
1470 const Elf_Shdr* eh_frame = all.FindSectionByName(".eh_frame"); in GdbJITSupport()
1875 Elf64_Shdr *shdr = elf64_->FindSectionByName(section_name); in GetSectionOffsetAndSize()
1887 Elf32_Shdr *shdr = elf32_->FindSectionByName(section_name); in GetSectionOffsetAndSize()
/art/patchoat/
Dpatchoat.cc576 auto rodata_sec = elf_file->FindSectionByName(".rodata"); in GetOatHeader()
704 auto rodata_sec = oat_file->FindSectionByName(".rodata"); in PatchOatHeader()