HomeSort by relevance Sort by last modified time
    Searched refs:REPORT_BUGS_TO (Results 1 - 25 of 28) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/bfd/
version.h 4 #define REPORT_BUGS_TO @report_bugs_to@
  /toolchain/binutils/binutils-2.25/binutils/
cxxfilt.c 117 if (REPORT_BUGS_TO[0] && status == 0)
118 fprintf (stream, _("Report bugs to %s.\n"), REPORT_BUGS_TO);
addr2line.c 100 if (REPORT_BUGS_TO[0] && status == 0)
101 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO);
coffdump.c 469 if (REPORT_BUGS_TO[0] && status == 0)
470 fprintf (file, _("Report bugs to %s\n"), REPORT_BUGS_TO);
size.c 98 if (REPORT_BUGS_TO[0] && status == 0)
99 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO);
strings.c 693 if (REPORT_BUGS_TO[0] && status == 0)
694 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO);
sysdump.c 651 if (REPORT_BUGS_TO[0] && status == 0)
652 fprintf (ffile, _("Report bugs to %s\n"), REPORT_BUGS_TO);
elfedit.c 650 if (REPORT_BUGS_TO[0] && exit_status == 0)
651 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO);
ar.c 338 if (REPORT_BUGS_TO[0] && help)
339 fprintf (s, _("Report bugs to %s\n"), REPORT_BUGS_TO);
375 if (REPORT_BUGS_TO[0] && help)
376 fprintf (s, _("Report bugs to %s\n"), REPORT_BUGS_TO);
    [all...]
dllwrap.c 516 if (REPORT_BUGS_TO[0] && status == 0)
517 fprintf (file, _("Report bugs to %s\n"), REPORT_BUGS_TO);
    [all...]
windmc.c 226 if (REPORT_BUGS_TO[0] && status == 0)
227 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO);
windres.c 692 if (REPORT_BUGS_TO[0] && status == 0)
693 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO);
nm.c 272 if (REPORT_BUGS_TO[0] && status == 0)
273 fprintf (stream, _("Report bugs to %s.\n"), REPORT_BUGS_TO);
    [all...]
nlmconv.c     [all...]
srconv.c     [all...]
objcopy.c 607 if (REPORT_BUGS_TO[0] && exit_status == 0)
608 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO);
657 if (REPORT_BUGS_TO[0] && exit_status == 0)
658 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO);
    [all...]
objdump.c 281 if (REPORT_BUGS_TO[0] && status == 0)
282 fprintf (stream, _("Report bugs to %s.\n"), REPORT_BUGS_TO);
    [all...]
  /ndk/sources/host-tools/ndk-stack/binutils/
addr2line.c 101 if (REPORT_BUGS_TO[0] && status == 0)
102 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO);
  /toolchain/binutils/binutils-2.25/gprof/
gprof.c 177 if (REPORT_BUGS_TO[0] && status == 0)
178 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO);
  /toolchain/binutils/binutils-2.25/gas/
as.c 379 if (REPORT_BUGS_TO[0] && stream == stdout)
380 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO);
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
lexsup.c     [all...]
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 330 progname, progname, REPORT_BUGS_TO);
zic.c 23 static char const REPORT_BUGS_TO[]="N/A";
527 progname, progname, REPORT_BUGS_TO);
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
options.cc 182 // REPORT_BUGS_TO is defined in bfd/bfdver.h.
183 const char* report = REPORT_BUGS_TO;
    [all...]
dwp.cc     [all...]

Completed in 831 milliseconds

1 2