Lines Matching refs:e_shnum
126 if (hdr->e_shnum * hdr->e_shentsize == 0 || hdr->e_shoff == 0 || in __elfN()
202 shdrbytes = hdr->e_shnum * hdr->e_shentsize; in __elfN()
216 for (i = 0; i < hdr->e_shnum; i++) in __elfN()
218 for (i = 0; i < hdr->e_shnum; i++) { in __elfN()
233 for (i = 0; i < hdr->e_shnum; i++) { in __elfN()
253 if (symstrindex < 0 || symstrindex >= hdr->e_shnum || in __elfN()
264 if (hdr->e_shstrndx == 0 || hdr->e_shstrndx >= hdr->e_shnum || in __elfN()
276 for (i = 0; i < hdr->e_shnum; i++) { in __elfN()
300 for (i = 0; i < hdr->e_shnum; i++) { in __elfN()
436 for (i = 0; i < hdr->e_shnum; i++) { in __elfN()
476 for (i = 0; i < hdr->e_shnum; i++) { in __elfN()
529 if (sym.st_shndx == SHN_UNDEF || sym.st_shndx >= ef->hdr.e_shnum) in __elfN()