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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil_machelf.c484 * atoui_list - NULL, or address of variable to receive a pointer to
491 * - If atoui_list is non-NULL, *atoui_list is set to the
498 * - If atoui_list is non-NULL, *atoui_list is set to NULL.
503 int issue_err, elfedit_atoui_sym_t **atoui_list)
535 if (atoui_list != NULL)
536 *atoui_list = (ret == 0) ? NULL :
502 elfedit_sec_issymtab(elfedit_obj_state_t *obj_state, elfedit_section_t *sec, int issue_err, elfedit_atoui_sym_t **atoui_list) argument

Completed in 276 milliseconds