Searched refs:ELFEDIT_F_AUTOPRINT (Results 1 – 11 of 11) sorted by relevance
632 (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()
3455 state.flags |= ELFEDIT_F_AUTOPRINT; in main()3659 state.flags |= ELFEDIT_F_AUTOPRINT; in main()
319 if ((autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) || in print_syminfo()
433 if (autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) in print_strtab()
222 if ((autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) || in print_shdr()
357 if (autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) in print_phdr()
395 if (autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) in print_cap()
305 if (autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) in print_dyn()
247 if (autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) in print_ehdr()
600 if ((autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0))) in print_sym()
247 ELFEDIT_F_AUTOPRINT = 1, /* Print informational text about edits */ enumerator