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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c828 * undef_state - Address of variable to be initialized to 0
830 * to each subsequent call. A non-zero value for *undef_state
834 * If *undef_state is 0, a title is issued.
838 * If ofl_flag is non-zero, its value is OR'd into *undef_state. Otherwise,
840 * provide *undef_state with a non-zero value. These other bits have
841 * no meaning beyond that, and serve to ensure that *undef_state is
846 ofl_flag_t *undef_state)
852 if (*undef_state == 0)
860 *undef_state |= ofl_flag ? ofl_flag : ~(FLG_OF_FATAL | FLG_OF_WARN);
1164 ofl_flag_t undef_state local
845 sym_undef_entry(Ofl_desc *ofl, Sym_desc *sdp, Type type, ofl_flag_t ofl_flag, ofl_flag_t *undef_state) argument
[all...]

Completed in 50 milliseconds