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

/art/runtime/
H A Delf_file.cc242 for (Elf32_Word i = 0; i < GetSectionHeaderNum(); i++) {
348 for (Elf32_Word i = 0; i < GetSectionHeaderNum(); i++) {
721 Elf32_Word ElfFile::GetSectionHeaderNum() const { function in class:art::ElfFile
729 if (i >= GetSectionHeaderNum()) {
743 for (Elf32_Word i = 0; i < GetSectionHeaderNum(); i++) {
1277 for (uint32_t i = 0; i < GetSectionHeaderNum(); i++) {

Completed in 55 milliseconds