Home
last modified time | relevance | path

Searched refs:symtabndx (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit_machelf.c137 Word *symtabndx = NULL; in elfedit64_init_obj_state() local
198 symtabndx = elfedit_realloc( in elfedit64_init_obj_state()
199 MSG_INTL(MSG_ALLOC_SYMTABOS), symtabndx, in elfedit64_init_obj_state()
200 symtabndx_size * sizeof (symtabndx[0])); in elfedit64_init_obj_state()
202 symtabndx[tstate.os_symtabnum++] = ndx; in elfedit64_init_obj_state()
263 obj_state->os_symtab[ndx].symt_shndx = symtabndx[ndx]; in elfedit64_init_obj_state()
264 free(symtabndx); in elfedit64_init_obj_state()