Home
last modified time | relevance | path

Searched refs:ELFEDIT_F_AUTOPRINT (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dsys.c632 (state.flags & ELFEDIT_F_AUTOPRINT) ? MSG_ORIG(MSG_STR_ON) : in cmd_status()
674 state.flags |= ELFEDIT_F_AUTOPRINT; in cmd_set()
676 state.flags &= ~ELFEDIT_F_AUTOPRINT; in cmd_set()
H A Delfedit.c3455 state.flags |= ELFEDIT_F_AUTOPRINT; in main()
3659 state.flags |= ELFEDIT_F_AUTOPRINT; in main()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsyminfo.c319 if ((autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) || in print_syminfo()
H A Dstr.c433 if (autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) in print_strtab()
H A Dshdr.c222 if ((autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) || in print_shdr()
H A Dphdr.c357 if (autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) in print_phdr()
H A Dcap.c395 if (autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) in print_cap()
H A Ddyn.c305 if (autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) in print_dyn()
H A Dehdr.c247 if (autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) in print_ehdr()
H A Dsym.c600 if ((autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0))) in print_sym()
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h247 ELFEDIT_F_AUTOPRINT = 1, /* Print informational text about edits */ enumerator