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

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c767 elfedit_atoui_sym_t *atoui_sym; local
769 atoui_sym = elfedit_const_to_atoui(ELFEDIT_CONST_SHT);
770 for (; atoui_sym->sym_name != NULL; atoui_sym++)
771 if (shtype_to_strtab(atoui_sym->sym_value, 0) !=
774 atoui_sym->sym_name, 1);

Completed in 47 milliseconds