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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil_machelf.c320 * issue_err - True if this routine should issue an error and
326 * Otherwise, if issue_err is True, an error is issued and this
327 * routine does not return to the caller. If issue_err is False,
335 int issue_err)
346 if (issue_err)
482 * issue_err - True if this routine should issue an error and
494 * If sec is not a symbol table and issue_err is True:
503 int issue_err, elfedit_atoui_sym_t **atoui_list)
527 if (issue_err)
334 elfedit_test_osabi(elfedit_obj_state_t *obj_state, uchar_t osabi, int issue_err) argument
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 132 milliseconds