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

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

Completed in 54 milliseconds