Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/elfedit/common/
H A Delfedit_machelf.c136 Word *symtabndx = NULL; in elfedit64_init_obj_state() local
197 symtabndx = elfedit_realloc( in elfedit64_init_obj_state()
198 MSG_INTL(MSG_ALLOC_SYMTABOS), symtabndx, in elfedit64_init_obj_state()
199 symtabndx_size * sizeof (symtabndx[0])); in elfedit64_init_obj_state()
201 symtabndx[tstate.os_symtabnum++] = ndx; in elfedit64_init_obj_state()
261 obj_state->os_symtab[ndx].symt_shndx = symtabndx[ndx]; in elfedit64_init_obj_state()
262 free(symtabndx); in elfedit64_init_obj_state()