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()
698 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetSectionHeaderNum() const { in GetSectionHeaderNum() function in art::ElfFileImpl
707 if (i >= GetSectionHeaderNum()) { in GetSectionHeader()
722 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) { in FindSectionByType()
1355 for (uint32_t i = 0; i < GetSectionHeaderNum(); i++) { in FindSectionByName()
1457 section_headers.reserve(GetSectionHeaderNum()); in Strip()
1462 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) { in Strip()
1581 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) { in FixupSectionHeaders()
1650 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) { in FixupRelocations()
Delf_file_impl.h79 Elf_Word GetSectionHeaderNum() const;