Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc204 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) { in Setup()
309 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) { in CheckSectionsLinked()
697 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetSectionHeaderNum() const { in GetSectionHeaderNum() function in art::ElfFileImpl
706 if (i >= GetSectionHeaderNum()) { in GetSectionHeader()
721 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) { in FindSectionByType()
1354 for (uint32_t i = 0; i < GetSectionHeaderNum(); i++) { in FindSectionByName()
1456 section_headers.reserve(GetSectionHeaderNum()); in Strip()
1461 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) { in Strip()
1580 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) { in FixupSectionHeaders()
1649 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) { in FixupRelocations()
Delf_file_impl.h79 Elf_Word GetSectionHeaderNum() const;