Lines Matching refs:e_shnum
186 for (i = 1; i < info->hdr->e_shnum; i++) { in find_sec()
221 for (i = 1; i < info->hdr->e_shnum; i++) { in find_any_sec()
1444 for (i = 1; i < info->hdr->e_shnum; i++) { in apply_relocations()
1448 if (infosec >= info->hdr->e_shnum) in apply_relocations()
1538 for (i = 0; i < info->hdr->e_shnum; ++i) { in __layout_sections()
1567 for (i = 0; i < info->hdr->e_shnum; i++) in layout_sections()
1713 || (info->hdr->e_shnum * sizeof(Elf_Shdr) > in elf_validity_cache_copy()
1725 || info->hdr->e_shstrndx >= info->hdr->e_shnum) { in elf_validity_cache_copy()
1728 info->hdr->e_shnum); in elf_validity_cache_copy()
1766 for (i = 1; i < info->hdr->e_shnum; i++) { in elf_validity_cache_copy()
1774 || shdr->sh_link >= info->hdr->e_shnum) { in elf_validity_cache_copy()
1777 info->hdr->e_shnum); in elf_validity_cache_copy()
1990 for (i = 1; i < info->hdr->e_shnum; i++) { in rewrite_section_headers()
2258 for (i = 0; i < info->hdr->e_shnum; i++) { in move_module()