Lines Matching refs:e_shnum
188 for (i = 1; i < info->hdr->e_shnum; i++) { in find_sec()
223 for (i = 1; i < info->hdr->e_shnum; i++) { in find_any_sec()
1469 for (i = 1; i < info->hdr->e_shnum; i++) { in apply_relocations()
1473 if (infosec >= info->hdr->e_shnum) in apply_relocations()
1563 for (i = 0; i < info->hdr->e_shnum; ++i) { in __layout_sections()
1592 for (i = 0; i < info->hdr->e_shnum; i++) in layout_sections()
1731 || (info->hdr->e_shnum * sizeof(Elf_Shdr) > in elf_validity_cache_copy()
1743 || info->hdr->e_shstrndx >= info->hdr->e_shnum) { in elf_validity_cache_copy()
1746 info->hdr->e_shnum); in elf_validity_cache_copy()
1784 for (i = 1; i < info->hdr->e_shnum; i++) { in elf_validity_cache_copy()
1792 || shdr->sh_link >= info->hdr->e_shnum) { in elf_validity_cache_copy()
1795 info->hdr->e_shnum); in elf_validity_cache_copy()
2008 for (i = 1; i < info->hdr->e_shnum; i++) { in rewrite_section_headers()
2266 for (i = 0; i < info->hdr->e_shnum; i++) { in move_module()