Searched defs:strtab_ndx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c823 Word strtab_ndx; local
844 strtab_ndx = obj_state->os_ehdr->e_shstrndx;
857 strtab_ndx = i;
866 strtab_ndx = val;
878 strtab_ndx = i;
890 strtab_ndx = shndx_to_strtab(obj_state, strtab_ndx);
891 if ((strtab_ndx >= obj_state->os_shnum) ||
892 (obj_state->os_secarr[strtab_ndx].sec_shdr->sh_type != SHT_STRTAB))
894 sec = &obj_state->os_secarr[strtab_ndx];
[all...]

Completed in 60 milliseconds