Lines Matching refs:e_shnum
139 if (hdr->e_shnum * hdr->e_shentsize == 0 || hdr->e_shoff == 0 || in __elfN()
234 shdrbytes = hdr->e_shnum * hdr->e_shentsize; in __elfN()
248 for (i = 0; i < hdr->e_shnum; i++) in __elfN()
250 for (i = 0; i < hdr->e_shnum; i++) { in __elfN()
272 for (i = 0; i < hdr->e_shnum; i++) { in __elfN()
290 if (symstrindex < 0 || symstrindex >= hdr->e_shnum || in __elfN()
301 if (hdr->e_shstrndx == 0 || hdr->e_shstrndx >= hdr->e_shnum || in __elfN()
313 for (i = 0; i < hdr->e_shnum; i++) { in __elfN()
339 for (i = 0; i < hdr->e_shnum; i++) { in __elfN()
477 for (i = 0; i < hdr->e_shnum; i++) { in __elfN()
516 for (i = 0; i < hdr->e_shnum; i++) { in __elfN()
569 if (sym.st_shndx == SHN_UNDEF || sym.st_shndx >= ef->hdr.e_shnum) in __elfN()