Home
last modified time | relevance | path

Searched refs: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; in cpl_sec_str() local
844 strtab_ndx = obj_state->os_ehdr->e_shstrndx; in cpl_sec_str()
857 strtab_ndx = i; in cpl_sec_str()
866 strtab_ndx = val; in cpl_sec_str()
878 strtab_ndx = i; in cpl_sec_str()
890 strtab_ndx = shndx_to_strtab(obj_state, strtab_ndx); in cpl_sec_str()
891 if ((strtab_ndx >= obj_state->os_shnum) || in cpl_sec_str()
892 (obj_state->os_secarr[strtab_ndx].sec_shdr->sh_type != SHT_STRTAB)) in cpl_sec_str()
894 sec = &obj_state->os_secarr[strtab_ndx]; in cpl_sec_str()