Searched refs:BFD_SEND_FMT (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/contrib/gdb-7/bfd/ |
| HD | format.c | 248 right_targ = BFD_SEND_FMT (abfd, _bfd_check_format, (abfd)); in bfd_check_format_matches() 306 temp = BFD_SEND_FMT (abfd, _bfd_check_format, (abfd)); in bfd_check_format_matches() 417 match_targ = BFD_SEND_FMT (abfd, _bfd_check_format, (abfd)); in bfd_check_format_matches() 501 if (!BFD_SEND_FMT (abfd, _bfd_set_format, (abfd))) in bfd_set_format()
|
| HD | opncls.c | 719 if (! BFD_SEND_FMT (abfd, _bfd_write_contents, (abfd))) in bfd_close() 874 if (! BFD_SEND_FMT (abfd, _bfd_write_contents, (abfd))) in bfd_make_readable()
|
| HD | bfd-in2.h | 6331 #define BFD_SEND_FMT(bfd, message, arglist) \ macro 6335 #undef BFD_SEND_FMT 6336 #define BFD_SEND_FMT(bfd, message, arglist) \ macro
|
| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | format.c | 250 right_targ = BFD_SEND_FMT (abfd, _bfd_check_format, (abfd)); in bfd_check_format_matches() 308 temp = BFD_SEND_FMT (abfd, _bfd_check_format, (abfd)); in bfd_check_format_matches() 449 match_targ = BFD_SEND_FMT (abfd, _bfd_check_format, (abfd)); in bfd_check_format_matches() 533 if (!BFD_SEND_FMT (abfd, _bfd_set_format, (abfd))) in bfd_set_format()
|
| HD | opncls.c | 733 if (! BFD_SEND_FMT (abfd, _bfd_write_contents, (abfd))) in bfd_close() 893 if (! BFD_SEND_FMT (abfd, _bfd_write_contents, (abfd))) in bfd_make_readable()
|
| HD | bfd-in2.h | 7114 #define BFD_SEND_FMT(bfd, message, arglist) \ macro 7118 #undef BFD_SEND_FMT 7119 #define BFD_SEND_FMT(bfd, message, arglist) \ macro
|
| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | format.c | 261 right_targ = BFD_SEND_FMT (abfd, _bfd_check_format, (abfd)); in bfd_check_format_matches() 328 temp = BFD_SEND_FMT (abfd, _bfd_check_format, (abfd)); in bfd_check_format_matches() 474 match_targ = BFD_SEND_FMT (abfd, _bfd_check_format, (abfd)); in bfd_check_format_matches() 567 if (!BFD_SEND_FMT (abfd, _bfd_set_format, (abfd))) in bfd_set_format()
|
| HD | opncls.c | 755 if (! BFD_SEND_FMT (abfd, _bfd_write_contents, (abfd))) in bfd_close() 913 if (! BFD_SEND_FMT (abfd, _bfd_write_contents, (abfd))) in bfd_make_readable()
|
| HD | bfd-in2.h | 7224 #define BFD_SEND_FMT(bfd, message, arglist) \ macro 7228 #undef BFD_SEND_FMT 7229 #define BFD_SEND_FMT(bfd, message, arglist) \ macro
|