Home
last modified time | relevance | path

Searched refs:vfinfo (Results 1 – 23 of 23) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/ld/
Dldmisc.c71 vfinfo (FILE *fp, const char *fmt, va_list ap, bool is_warning) in vfinfo() function
605 vfinfo (stdout, fmt, arg, false); in info_msg()
618 vfinfo (stderr, fmt, arg, true); in einfo()
654 vfinfo (config.map_file, fmt, arg, false); in minfo()
665 vfinfo (file, fmt, arg, false); in lfinfo()
Dldmisc.h24 extern void vfinfo (FILE *fp, const char *fmt, va_list arg, bool is_warning);
Dplugin.c966 vfinfo (stdout, format, args, false); in message()
973 vfinfo (stdout, newfmt, args, true); in message()
985 vfinfo (stderr, newfmt, args, true); in message()
DChangeLog-2005137 * ldmisc.c (vfinfo): Handle %ld and %lu.
326 * ldmisc.c (vfinfo): Don't add extra ":\n".
935 * ldmisc.c (vfinfo <B>): Print "ld generated" for null bfd.
936 (vfinfo <C, D, G>): Handle null bfd. Wrap comments.
1791 * ldmisc.c (vfinfo): Add an extra argument: is_warning. Use this
1827 * ldmisc.c (vfinfo): Alter output to conform to the GNU Coding
DChangeLog-9197559 * ldmisc.c (vfinfo): Declare.
1533 * ldmisc.c (vfinfo): Correct handling of 0 in %W case.
1761 * ldmisc.c (vfinfo): Add support for %W.
1782 (vfinfo): Free result of demangle. Add case 'G'. Use %T to print
1796 * ldmisc.c (vfinfo): Reindent.
1962 * ldmisc.c (vfinfo): case 'I': If the file is not in an archive,
2333 (vfinfo): Change fmt parameter to const char *.
2729 * ldmisc.c (vfinfo): Likewise.
2887 * ldmisc.c (vfinfo): For %S, handle --defsym arguments and built
3198 * ldmisc.c (vfinfo): In %C and %D case, always print the BFD using
[all …]
DChangeLog-2012747 * ldmisc.c (vfinfo): Assign new local str to fmt. Delete
920 * ldmisc.c (vfinfo <%S>): Use same type and avoid cast for
951 * ldmisc.c (vfinfo <%S>): Take file name and line number from
DChangeLog-200431 * ldmisc.c (vfinfo): Handle the case where %B is passed a NULL
600 (vfinfo): Sort comment. Handle %A. Use %A instead of
742 * ldmisc.c (vfinfo): Call bfd_get_section_ident to identify
DChangeLog-2011437 * ldmisc.c (vfinfo): Add %H.
875 * ldmisc.c (vfinfo): Likewise.
DChangeLog-2010582 * ldmisc.c (vfinfo): Make non-static. Add %p format char.
583 * ldmisc.h (vfinfo): Declare extern prototype.
DChangeLog-2013129 * ldmisc.c (vfinfo): Use Boolean ? "" : ":" in place of ":" + Boolean.
DChangeLog-9899825 * ldmisc.c (vfinfo): Don't demangle symbol if ! demangling.
1176 * ldmisc.c (vfinfo): Cope with empty symbol names.
DChangeLog-2008359 * ldmisc.c (vfinfo): Likewise.
DChangeLog-02031194 * ldmisc.c (vfinfo): Likewise.
2083 * ldmisc.c (vfinfo <%C,%D,%G>): Always output bfd, section and offset.
2409 vfinfo comment and body. Add comment.
DChangeLog-2007716 * ldmisc.c (vfinfo): Likewise.
DChangeLog-20061180 * ldmisc.c (vfinfo): Revert 2005-10-05 changes. If
DChangeLog384 * ldmisc.c (vfinfo): Add support for %x and %lx.
575 * ldmisc.c (vfinfo): Return early if the message is a warning and
DChangeLog-00011508 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
3306 * ldmisc.c (vfinfo): Same here.
DChangeLog-2017228 * ldmisc.c (vfinfo): Support up to 9 positional args.
3484 * ldmisc.c (vfinfo): Don't print the function name again either
3517 * ldmisc.c (vfinfo) <'H'>: Remove static NULL initializers.
DChangeLog-2019463 * ldmisc.c (vfinfo): Save and restore bfd_error around bfd
1091 (vfinfo): Use bfd_group_name.
DChangeLog-2018233 * ldmisc.c (vfinfo): Don't print both original path and path in
3982 * ldmisc.c (vfinfo) Handle %pI, %pR, %pS and %pT in place of
3991 * ldmisc.c (vfinfo): Handle %pA and %pB in place of %A and %B.
DChangeLog-20201279 * ldmisc.c (vfinfo): Support new "%pU" format specifier.
3239 * ldmisc.c (vfinfo): Likewise.
DChangeLog-20162070 * ldmisc.c (vfinfo): Likewise.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git95831 * ldmisc.c (vfinfo): Return early if the message is a warning and
108639 * ldmisc.c (vfinfo): Use bfd_sprintf_vma for %V. Tidy %W case.
109157 * ldmisc.c (vfinfo): Don't use fprintf_vma or sprintf_vma.