Lines Matching refs:shstrndx
196 size_t shstrndx, shnum;
279 shstrndx = hdr.e64.e_shstrndx;
282 if ((shstrndx == SHN_XINDEX) || (shnum == 0)) {
292 shstrndx = x32.sh_link;
302 shstrndx = x64.sh_link;
306 if (shstrndx >= shnum)
343 strs_mapsz = sp[shstrndx].sh_size +
344 (sp[shstrndx].sh_offset & ~_PAGEMASK);
347 fd, sp[shstrndx].sh_offset & _PAGEMASK);
350 (sp[shstrndx].sh_offset & ~_PAGEMASK);
368 if (shp->sh_name >= sp[shstrndx].sh_size ||
369 lhp->sh_name >= sp[shstrndx].sh_size)