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