Searched refs:elfedit_flags (Results 1 – 13 of 13) sorted by relevance
100 (void) elfedit_flags(); in foo()
60 elfedit_flags;
1153 elfedit_flags(void) in elfedit_flags() function
66 elfedit_flags { FLAGS = PARENT };
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()
393 if (autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) in print_cap()
247 if (autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) in print_ehdr()
305 if (autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0)) in print_dyn()
600 if ((autoprint && ((elfedit_flags() & ELFEDIT_F_AUTOPRINT) == 0))) in print_sym()
612 extern elfedit_flag_t elfedit_flags(void);