Home
last modified time | relevance | path

Searched refs:ELFEDIT_F_DEBUG (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dsys.c635 (state.flags & ELFEDIT_F_DEBUG) ? MSG_ORIG(MSG_STR_ON) : in cmd_status()
682 state.flags |= ELFEDIT_F_DEBUG; in cmd_set()
684 state.flags &= ~ELFEDIT_F_DEBUG; in cmd_set()
H A Delfedit.c295 if (!(state.flags & ELFEDIT_F_DEBUG)) in elfedit_msg()
3459 state.flags |= ELFEDIT_F_DEBUG; in main()
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h248 ELFEDIT_F_DEBUG = 2, /* Print informational text about operations */ enumerator