Searched refs:bfd_nonfatal_message (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | objcopy.c | 1743 bfd_nonfatal_message (NULL, ibfd, NULL, NULL); in copy_unknown_object() 1776 bfd_nonfatal_message (NULL, ibfd, NULL, NULL); in copy_unknown_object() 1784 bfd_nonfatal_message (NULL, obfd, NULL, NULL); in copy_unknown_object() 1829 bfd_nonfatal_message (NULL, obfd, NULL, NULL); in copy_object() 1891 bfd_nonfatal_message (NULL, ibfd, NULL, NULL); in copy_object() 1927 bfd_nonfatal_message (NULL, ibfd, NULL, NULL); in copy_object() 2000 bfd_nonfatal_message (NULL, ibfd, NULL, NULL); in copy_object() 2008 bfd_nonfatal_message (NULL, ibfd, NULL, NULL); in copy_object() 2047 bfd_nonfatal_message (NULL, obfd, NULL, in copy_object() 2061 bfd_nonfatal_message (NULL, obfd, NULL, in copy_object() [all …]
|
D | bucomm.h | 31 void bfd_nonfatal_message (const char *, const bfd *, const asection *,
|
D | bucomm.c | 75 bfd_nonfatal_message (const char *filename, in bfd_nonfatal_message() function
|
D | ChangeLog-2007 | 297 * bucomm.c (bfd_nonfatal_message): New. 298 * bucomm.h (bfd_nonfatal_message): Declare. 300 bfd_nonfatal_message. 302 calls, or replace with bfd_nonfatal_message calls as appropriate.
|
D | ChangeLog-2009 | 1207 * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename. 1212 bfd_nonfatal_message filename, instead just pass bfd. 1215 bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
|
D | ChangeLog-2010 | 344 * bucomm.c (bfd_nonfatal, bfd_nonfatal_message): Don't clobber errno. 349 (bfd_nonfatal_message, report, list_matching_formats): Likewise.
|