Searched refs:GetSectionHeaderNum (Results 1 – 6 of 6) sorted by relevance
72 section_headers.reserve(elf_file->GetSectionHeaderNum()); in Strip()77 for (Elf32_Word i = 0; i < elf_file->GetSectionHeaderNum(); i++) { in Strip()
87 for (Elf32_Word i = 0; i < elf_file.GetSectionHeaderNum(); i++) { in FixupSectionHeaders()150 for (Elf32_Word i = 0; i < elf_file.GetSectionHeaderNum(); i++) { in FixupRelocations()
289 CHECK(shdr == elf_file_->GetSectionHeader(elf_file_->GetSectionHeaderNum() - 1) || in WriteOutPatchData()
75 Elf32_Word GetSectionHeaderNum() const;
242 for (Elf32_Word i = 0; i < GetSectionHeaderNum(); i++) { in Setup()348 for (Elf32_Word i = 0; i < GetSectionHeaderNum(); i++) { in CheckSectionsLinked()721 Elf32_Word ElfFile::GetSectionHeaderNum() const { in GetSectionHeaderNum() function in art::ElfFile729 if (i >= GetSectionHeaderNum()) { in GetSectionHeader()743 for (Elf32_Word i = 0; i < GetSectionHeaderNum(); i++) { in FindSectionByType()1277 for (uint32_t i = 0; i < GetSectionHeaderNum(); i++) { in FindSectionByName()
683 for (unsigned int i = 0; i < oat_file_->GetSectionHeaderNum(); i++) { in PatchElf()