Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.cc502 auto rodata_sec = elf_file->FindSectionByName(".rodata"); in GetOatHeader()
608 Elf32_Shdr* patches_sec = oat_file_->FindSectionByName(".oat_patches"); in CheckOatFile()
617 Elf32_Shdr* oat_data_sec = oat_file_->FindSectionByName(".rodata"); in CheckOatFile()
618 Elf32_Shdr* oat_text_sec = oat_file_->FindSectionByName(".text"); in CheckOatFile()
639 Elf32_Shdr *rodata_sec = oat_file_->FindSectionByName(".rodata"); in PatchOatHeader()
701 Elf32_Shdr* dynsym_sec = oat_file_->FindSectionByName(".dynsym"); in PatchElf()
708 Elf32_Shdr* symtab_sec = oat_file_->FindSectionByName(".symtab"); in PatchElf()
737 Elf32_Shdr* patches_sec = oat_file_->FindSectionByName(".oat_patches"); in PatchTextSection()
746 Elf32_Shdr* oat_text_sec = oat_file_->FindSectionByName(".text"); in PatchTextSection()
/art/runtime/
Delf_file.cc1271 Elf32_Shdr* ElfFile::FindSectionByName(const std::string& name) const { in FindSectionByName() function in art::ElfFile
1605 const Elf32_Shdr* debug_info = all.FindSectionByName(".debug_info"); in GdbJITSupport()
1606 const Elf32_Shdr* debug_abbrev = all.FindSectionByName(".debug_abbrev"); in GdbJITSupport()
1607 const Elf32_Shdr* eh_frame = all.FindSectionByName(".eh_frame"); in GdbJITSupport()
1608 const Elf32_Shdr* debug_str = all.FindSectionByName(".debug_str"); in GdbJITSupport()
1609 const Elf32_Shdr* strtab_sec = all.FindSectionByName(".strtab"); in GdbJITSupport()
1610 const Elf32_Shdr* symtab_sec = all.FindSectionByName(".symtab"); in GdbJITSupport()
1611 Elf32_Shdr* text_sec = all.FindSectionByName(".text"); in GdbJITSupport()
Delf_file.h78 Elf32_Shdr* FindSectionByName(const std::string& name) const;
Doat_file.cc50 Elf32_Shdr* hdr = elf_file->FindSectionByName(".rodata"); in OpenWithElfFile()
/art/compiler/
Delf_patcher.cc62 Elf32_Shdr* data_sec = elf->FindSectionByName(".rodata"); in Patch()
281 Elf32_Shdr* shdr = elf_file_->FindSectionByName(".oat_patches"); in WriteOutPatchData()
Dimage_writer.cc1229 Elf32_Shdr* data_sec = elf->FindSectionByName(".rodata"); in GetOatHeaderFromElf()