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()
102 int zverbose = (ofl->ofl_flags & FLG_OF_VERBOSE) != 0; in dynsort_dupwarn()515 if (flags & FLG_OF_VERBOSE) in update_osym()525 if (flags & FLG_OF_VERBOSE) in update_osym()
67 if (!(ofl->ofl_flags & FLG_OF_VERBOSE) && (err != ERR_FATAL)) in sym_visibility_diag()
1209 if (ofl->ofl_flags & FLG_OF_VERBOSE) in ld_add_outrel()
1195 if (ofl->ofl_flags & FLG_OF_VERBOSE) in ld_add_outrel()
1535 if (ofl->ofl_flags & FLG_OF_VERBOSE) in ld_add_outrel()
1362 ofl->ofl_flags |= FLG_OF_VERBOSE; in parseopt_pass1()
445 #define FLG_OF_VERBOSE 0x80000000 /* -z verbose flag set */ macro