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

/art/patchoat/
H A Dpatchoat.cc473 Elf32_Shdr* patches_sec = oat_file_->FindSectionByName(".oat_patches");
482 Elf32_Shdr* oat_data_sec = oat_file_->FindSectionByName(".rodata");
483 Elf32_Shdr* oat_text_sec = oat_file_->FindSectionByName(".text");
504 Elf32_Shdr *rodata_sec = oat_file_->FindSectionByName(".rodata");
566 Elf32_Shdr* dynsym_sec = oat_file_->FindSectionByName(".dynsym");
573 Elf32_Shdr* symtab_sec = oat_file_->FindSectionByName(".symtab");
602 Elf32_Shdr* patches_sec = oat_file_->FindSectionByName(".oat_patches");
611 Elf32_Shdr* oat_text_sec = oat_file_->FindSectionByName(".text");
/art/runtime/
H A Delf_file.h75 Elf32_Shdr* FindSectionByName(const std::string& name) const;
H A Delf_file.cc1242 Elf32_Shdr* ElfFile::FindSectionByName(const std::string& name) const { function in class:art::ElfFile
1576 const Elf32_Shdr* debug_info = all.FindSectionByName(".debug_info");
1577 const Elf32_Shdr* debug_abbrev = all.FindSectionByName(".debug_abbrev");
1578 const Elf32_Shdr* eh_frame = all.FindSectionByName(".eh_frame");
1579 const Elf32_Shdr* debug_str = all.FindSectionByName(".debug_str");
1580 const Elf32_Shdr* strtab_sec = all.FindSectionByName(".strtab");
1581 const Elf32_Shdr* symtab_sec = all.FindSectionByName(".symtab");
1582 Elf32_Shdr* text_sec = all.FindSectionByName(".text");
H A Doat_file.cc50 Elf32_Shdr* hdr = elf_file->FindSectionByName(".rodata");
/art/compiler/
H A Delf_patcher.cc62 Elf32_Shdr* data_sec = elf->FindSectionByName(".rodata");
268 Elf32_Shdr* shdr = elf_file_->FindSectionByName(".oat_patches");
H A Dimage_writer.cc816 Elf32_Shdr* data_sec = elf->FindSectionByName(".rodata");

Completed in 58 milliseconds