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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil.c52 * elfedit_atoi, and elfedit_atoui, that are otherwise identical.
58 * convenience wrappers that use the corresponding elfedit_atoui()
232 * elfedit_atoi() and elfedit_atoui():
280 elfedit_atoui(const char *str, const elfedit_atoui_sym_t *sym) function
297 return (elfedit_atoui(str, elfedit_const_to_atoui(const_type)));
358 elfedit_atoui_t v = elfedit_atoui(str, sym);
397 * Convenience wrapper on elfedit_atoui() to read a section index

Completed in 986 milliseconds