Lines Matching refs:e_shnum
188 for (i = 1; i < info->hdr->e_shnum; i++) { in find_sec()
214 for (i = 1; i < info->hdr->e_shnum; i++) { in find_any_unique_sec()
255 for (i = 1; i < info->hdr->e_shnum; i++) { in find_any_sec()
1501 for (i = 1; i < info->hdr->e_shnum; i++) { in apply_relocations()
1505 if (infosec >= info->hdr->e_shnum) in apply_relocations()
1595 for (i = 0; i < info->hdr->e_shnum; ++i) { in __layout_sections()
1638 for (i = 0; i < info->hdr->e_shnum; i++) in layout_sections()
1795 || (info->hdr->e_shnum * sizeof(Elf_Shdr) > in elf_validity_cache_sechdrs()
1816 for (i = 1; i < info->hdr->e_shnum; i++) { in elf_validity_cache_sechdrs()
1863 || info->hdr->e_shstrndx >= info->hdr->e_shnum) { in elf_validity_cache_secstrings()
1866 info->hdr->e_shnum); in elf_validity_cache_secstrings()
1887 for (i = 0; i < info->hdr->e_shnum; i++) { in elf_validity_cache_secstrings()
2013 for (i = 1; i < info->hdr->e_shnum; i++) { in elf_validity_cache_index_sym()
2046 if (str_idx == SHN_UNDEF || str_idx >= info->hdr->e_shnum) { in elf_validity_cache_index_str()
2048 str_idx, str_idx, info->hdr->e_shnum); in elf_validity_cache_index_str()
2369 for (i = 1; i < info->hdr->e_shnum; i++) { in rewrite_section_headers()
2637 for (i = 0; i < info->hdr->e_shnum; i++) { in move_module()