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

/art/runtime/
H A Delf_file.cc205 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) {
311 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) {
702 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetSectionHeaderNum() const { function in class:art::ElfFileImpl
711 if (i >= GetSectionHeaderNum()) {
726 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) {
1337 for (uint32_t i = 0; i < GetSectionHeaderNum(); i++) {
1439 section_headers.reserve(GetSectionHeaderNum());
1444 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) {
1563 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) {
1632 for (Elf_Word i = 0; i < GetSectionHeaderNum();
[all...]

Completed in 32 milliseconds