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

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c133 * Given an ELF SHT_ section type constant, shndx_to_strtab() returns
199 shndx_to_strtab(elfedit_obj_state_t *obj_state, Word ndx) function
338 ndx = shndx_to_strtab(obj_state, ndx);
890 strtab_ndx = shndx_to_strtab(obj_state, strtab_ndx);

Completed in 46 milliseconds