Searched refs:BFD_SEND_FMT (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | format.c | 247 right_targ = BFD_SEND_FMT (abfd, _bfd_check_format, (abfd)); in bfd_check_format_matches() 305 temp = BFD_SEND_FMT (abfd, _bfd_check_format, (abfd)); in bfd_check_format_matches() 436 match_targ = BFD_SEND_FMT (abfd, _bfd_check_format, (abfd)); in bfd_check_format_matches() 520 if (!BFD_SEND_FMT (abfd, _bfd_set_format, (abfd))) in bfd_set_format()
|
D | opncls.c | 731 if (! BFD_SEND_FMT (abfd, _bfd_write_contents, (abfd))) in bfd_close() 891 if (! BFD_SEND_FMT (abfd, _bfd_write_contents, (abfd))) in bfd_make_readable()
|
D | bfd-in2.h | 6788 #define BFD_SEND_FMT(bfd, message, arglist) \ macro 6792 #undef BFD_SEND_FMT 6793 #define BFD_SEND_FMT(bfd, message, arglist) \ macro
|
D | ChangeLog-9495 | 8692 * targets.c (BFD_SEND, BFD_SEND_FMT): Add debugging versions that
|