/toolchain/binutils/binutils-2.25/binutils/ |
D | cxxfilt.c | 117 if (REPORT_BUGS_TO[0] && status == 0) in usage() 118 fprintf (stream, _("Report bugs to %s.\n"), REPORT_BUGS_TO); in usage()
|
D | addr2line.c | 99 if (REPORT_BUGS_TO[0] && status == 0) in usage() 100 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); in usage()
|
D | strings.c | 687 if (REPORT_BUGS_TO[0] && status == 0) in usage() 688 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); in usage()
|
D | coffdump.c | 469 if (REPORT_BUGS_TO[0] && status == 0) in show_usage() 470 fprintf (file, _("Report bugs to %s\n"), REPORT_BUGS_TO); in show_usage()
|
D | size.c | 96 if (REPORT_BUGS_TO[0] && status == 0) in usage() 97 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); in usage()
|
D | sysdump.c | 651 if (REPORT_BUGS_TO[0] && status == 0) in show_usage() 652 fprintf (ffile, _("Report bugs to %s\n"), REPORT_BUGS_TO); in show_usage()
|
D | ar.c | 335 if (REPORT_BUGS_TO[0] && help) in usage() 336 fprintf (s, _("Report bugs to %s\n"), REPORT_BUGS_TO); in usage() 372 if (REPORT_BUGS_TO[0] && help) in ranlib_usage() 373 fprintf (s, _("Report bugs to %s\n"), REPORT_BUGS_TO); in ranlib_usage()
|
D | ChangeLog-2007 | 892 * Makefile.am (REPORT_BUGS_TO): Removed. 1009 * Makefile.am (REPORT_BUGS_TO): Define. 1010 (INCLUDES): Define REPORT_BUGS_TO. 1015 * addr2line.c (usage): Don't print empty REPORT_BUGS_TO. 1017 empty REPORT_BUGS_TO. 1018 * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO. 1022 * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO. 1028 * size.c (usage): Don't print empty REPORT_BUGS_TO.
|
D | elfedit.c | 649 if (REPORT_BUGS_TO[0] && exit_status == 0) in usage() 650 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); in usage()
|
D | dllwrap.c | 516 if (REPORT_BUGS_TO[0] && status == 0) in usage() 517 fprintf (file, _("Report bugs to %s\n"), REPORT_BUGS_TO); in usage()
|
D | windmc.c | 226 if (REPORT_BUGS_TO[0] && status == 0) in usage() 227 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); in usage()
|
D | windres.c | 686 if (REPORT_BUGS_TO[0] && status == 0) in usage() 687 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); in usage()
|
D | nm.c | 271 if (REPORT_BUGS_TO[0] && status == 0) in usage() 272 fprintf (stream, _("Report bugs to %s.\n"), REPORT_BUGS_TO); in usage()
|
D | objcopy.c | 605 if (REPORT_BUGS_TO[0] && exit_status == 0) in copy_usage() 606 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); in copy_usage() 655 if (REPORT_BUGS_TO[0] && exit_status == 0) in strip_usage() 656 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); in strip_usage()
|
D | srconv.c | 1742 if (REPORT_BUGS_TO[0] && status == 0) in show_usage() 1743 fprintf (ffile, _("Report bugs to %s\n"), REPORT_BUGS_TO); in show_usage()
|
D | nlmconv.c | 1110 if (REPORT_BUGS_TO[0] && status == 0) in show_usage() 1111 fprintf (file, _("Report bugs to %s\n"), REPORT_BUGS_TO); in show_usage()
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | ChangeLog-2007 | 198 * Makefile.am (REPORT_BUGS_TO): Removed. 224 * Makefile.am (PKGVERSION, REPORT_BUGS_TO): Define. 225 (INCLUDES): Define PKGVERSION and REPORT_BUGS_TO. 228 * gprof.c (usage): Don't print empty REPORT_BUGS_TO.
|
D | gprof.c | 177 if (REPORT_BUGS_TO[0] && status == 0) in usage() 178 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); in usage()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | version.h | 4 #define REPORT_BUGS_TO @report_bugs_to@ macro
|
/toolchain/binutils/binutils-2.25/gas/ |
D | as.c | 378 if (REPORT_BUGS_TO[0] && stream == stdout) in show_usage() 379 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); in show_usage()
|
/toolchain/binutils/binutils-2.25/config/ |
D | acx.m4 | 588 REPORT_BUGS_TO= 592 REPORT_BUGS_TO="<$BUGURL>" 596 AC_SUBST(REPORT_BUGS_TO) subst
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-2007 | 866 (REPORT_BUGS_TO): Removed. 975 * Makefile.am (REPORT_BUGS_TO): Define. 976 (INCLUDES): Define REPORT_BUGS_TO. 980 * lexsup.c (help): Don't print empty REPORT_BUGS_TO.
|
D | lexsup.c | 1778 if (REPORT_BUGS_TO[0]) in help() 1779 printf (_("Report bugs to %s\n"), REPORT_BUGS_TO); in help()
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | Makefile.in | 211 REPORT_BUGS_TO = @REPORT_BUGS_TO@
|
/toolchain/binutils/binutils-2.25/gold/ |
D | options.cc | 183 const char* report = REPORT_BUGS_TO; in help()
|