Home | History | Annotate | Download | only in common

Lines Matching defs:shstrndx

98 	u_int shstrndx;
114 shstrndx = eh->e_shstrndx;
115 if (shstrndx == SHN_UNDEF || shstrndx >= eh->e_shnum) {
121 const off_t stroff = sh[shstrndx].sh_offset;
125 if (s->sh_name + sigsz > sh[shstrndx].sh_size)
223 u_int shstrndx;
239 shstrndx = eh->e_shstrndx;
240 if (shstrndx == SHN_UNDEF || shstrndx >= eh->e_shnum) {
246 const off_t stroff = sh[shstrndx].sh_offset;
250 if (s->sh_name + sigsz > sh[shstrndx].sh_size)
281 u_int shstrndx;
300 shstrndx = eh->e_shstrndx;
301 if (shstrndx == SHN_UNDEF || shstrndx >= eh->e_shnum) {
307 const off_t stroff = sh[shstrndx].sh_offset;
311 if (s->sh_name + sigsz > sh[shstrndx].sh_size)