Searched refs:ste_arr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c160 elfedit_atoui_sym_t *ste_arr; /* NULL, or atoui array */ member in struct:__anon1476
339 sym->ste_arr = fill_state.desc;
454 * Set the ste_arr pointer to NULL for any items that
464 if (sym->ste_arr == NULL)
470 sym->ste_arr = NULL;
475 sym->ste_arr = NULL;
480 sym->ste_arr = NULL;
529 if (sym->ste_arr == NULL)
533 return (sym->ste_arr);

Completed in 45 milliseconds