Searched refs:FLG_OF_VERBOSE (Results 1 – 8 of 8) sorted by relevance
106 (ofl->ofl_flags & FLG_OF_VERBOSE)) in is_disp_copied()818 if (ofl->ofl_flags & FLG_OF_VERBOSE) in ld_add_actrel()1463 (flags & FLG_OF_VERBOSE)) { in reloc_TLS()1847 if (ofl->ofl_flags & FLG_OF_VERBOSE) { in sloppy_comdat_reloc()2020 if (((ofl->ofl_flags & FLG_OF_VERBOSE) != 0) || in process_reld()
67 if (!(ofl->ofl_flags & FLG_OF_VERBOSE) && (err != ERR_FATAL)) in sym_visibility_diag()
102 int zverbose = (ofl->ofl_flags & FLG_OF_VERBOSE) != 0; in dynsort_dupwarn()521 if (flags & FLG_OF_VERBOSE) in update_osym()531 if (flags & FLG_OF_VERBOSE) in update_osym()
1236 if (ofl->ofl_flags & FLG_OF_VERBOSE) in ld_add_outrel()
1237 if (ofl->ofl_flags & FLG_OF_VERBOSE) in ld_add_outrel()
1569 if (ofl->ofl_flags & FLG_OF_VERBOSE) in ld_add_outrel()
1404 ofl->ofl_flags |= FLG_OF_VERBOSE; in parseopt_pass1()
450 #define FLG_OF_VERBOSE 0x80000000 /* -z verbose flag set */ macro