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

/art/runtime/
H A Delf_file.cc255 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) {
365 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) {
756 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetSectionHeaderNum() const { function in class:art::ElfFileImpl
765 if (i >= GetSectionHeaderNum()) {
780 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) {
1387 for (uint32_t i = 0; i < GetSectionHeaderNum(); i++) {
1533 section_headers.reserve(GetSectionHeaderNum());
1538 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) {
1657 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) {
1726 for (Elf_Word i = 0; i < GetSectionHeaderNum();
[all...]

Completed in 38 milliseconds