Home
last modified time | relevance | path

Searched refs:BFD_SEND_FMT (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dformat.c247 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()
Dopncls.c731 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()
Dbfd-in2.h6788 #define BFD_SEND_FMT(bfd, message, arglist) \ macro
6792 #undef BFD_SEND_FMT
6793 #define BFD_SEND_FMT(bfd, message, arglist) \ macro
DChangeLog-94958692 * targets.c (BFD_SEND, BFD_SEND_FMT): Add debugging versions that