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

/art/runtime/
H A Delf_file.cc1380 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::FindSectionByName( function in class:art::ElfFileImpl
1416 auto target_section = FindSectionByName(target_section_name);
1421 auto patches_section = FindSectionByName(patches_name.c_str());
1470 const Elf_Shdr* eh_frame = all.FindSectionByName(".eh_frame");
1875 Elf64_Shdr *shdr = elf64_->FindSectionByName(section_name);
1887 Elf32_Shdr *shdr = elf32_->FindSectionByName(section_name);

Completed in 85 milliseconds