Home
last modified time | relevance | path

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

/art/compiler/
Delf_stripper.cc72 section_headers.reserve(elf_file->GetSectionHeaderNum()); in Strip()
77 for (Elf32_Word i = 0; i < elf_file->GetSectionHeaderNum(); i++) { in Strip()
Delf_fixup.cc87 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()
Delf_patcher.cc289 CHECK(shdr == elf_file_->GetSectionHeader(elf_file_->GetSectionHeaderNum() - 1) || in WriteOutPatchData()
/art/runtime/
Delf_file.h75 Elf32_Word GetSectionHeaderNum() const;
Delf_file.cc242 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::ElfFile
729 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()
/art/patchoat/
Dpatchoat.cc683 for (unsigned int i = 0; i < oat_file_->GetSectionHeaderNum(); i++) { in PatchElf()