Lines Matching defs:shstrndx
421 size_t shstrndx, shnum;
507 shstrndx = hdr.e64.e_shstrndx;
510 if ((shstrndx == SHN_XINDEX) || (shnum == 0)) {
520 shstrndx = x32.sh_link;
530 shstrndx = x64.sh_link;
534 if (shstrndx >= shnum)
571 strs_mapsz = sp[shstrndx].sh_size +
572 (sp[shstrndx].sh_offset & ~_PAGEMASK);
575 fd, sp[shstrndx].sh_offset & _PAGEMASK);
578 (sp[shstrndx].sh_offset & ~_PAGEMASK);
596 if (shp->sh_name >= sp[shstrndx].sh_size ||
597 lhp->sh_name >= sp[shstrndx].sh_size)