Searched refs:BFD_SEND (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12-stable/gnu/usr.bin/binutils/libbfd/ |
| D | bfd.h | 1050 BFD_SEND (abfd, bfd_putx16, ((val),(ptr))) 1054 BFD_SEND (abfd, bfd_getx16, (ptr)) 1056 BFD_SEND (abfd, bfd_getx_signed_16, (ptr)) 1059 BFD_SEND (abfd, bfd_putx32, ((val),(ptr))) 1063 BFD_SEND (abfd, bfd_getx32, (ptr)) 1065 BFD_SEND (abfd, bfd_getx_signed_32, (ptr)) 1068 BFD_SEND (abfd, bfd_putx64, ((val), (ptr))) 1072 BFD_SEND (abfd, bfd_getx64, (ptr)) 1074 BFD_SEND (abfd, bfd_getx_signed_64, (ptr)) 1103 BFD_SEND (abfd, bfd_h_putx16, (val, ptr)) [all …]
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | bfd-in2.h | 1044 BFD_SEND (abfd, bfd_putx16, ((val),(ptr))) 1048 BFD_SEND (abfd, bfd_getx16, (ptr)) 1050 BFD_SEND (abfd, bfd_getx_signed_16, (ptr)) 1053 BFD_SEND (abfd, bfd_putx32, ((val),(ptr))) 1057 BFD_SEND (abfd, bfd_getx32, (ptr)) 1059 BFD_SEND (abfd, bfd_getx_signed_32, (ptr)) 1062 BFD_SEND (abfd, bfd_putx64, ((val), (ptr))) 1066 BFD_SEND (abfd, bfd_getx64, (ptr)) 1068 BFD_SEND (abfd, bfd_getx_signed_64, (ptr)) 1097 BFD_SEND (abfd, bfd_h_putx16, (val, ptr)) [all …]
|
| D | corefile.c | 58 return BFD_SEND (abfd, _core_file_failing_command, (abfd)); in bfd_core_file_failing_command() 81 return BFD_SEND (abfd, _core_file_failing_signal, (abfd)); in bfd_core_file_failing_signal() 107 return BFD_SEND (core_bfd, _core_file_matches_executable_p, in core_file_matches_executable_p()
|
| D | section.c | 772 if (! BFD_SEND (abfd, _new_section_hook, (abfd, newsect))) in bfd_section_init() 1006 if (! BFD_SEND (abfd, _new_section_hook, (abfd, newsect))) in bfd_make_section_old_way() 1366 if (BFD_SEND (abfd, _bfd_set_section_contents, in bfd_set_section_contents() 1439 return BFD_SEND (abfd, _bfd_get_section_contents, in bfd_get_section_contents()
|
| D | archive.c | 578 return BFD_SEND (archive, in bfd_openr_next_archived_file() 641 if (!BFD_SEND (abfd, _bfd_slurp_armap, (abfd)) in bfd_generic_archive_p() 642 || !BFD_SEND (abfd, _bfd_slurp_extended_name_table, (abfd))) in bfd_generic_archive_p() 1665 BFD_SEND (arch, _bfd_truncate_arname, in _bfd_write_archive_contents() 1676 if (!BFD_SEND (arch, _bfd_construct_extended_name_table, in _bfd_write_archive_contents() 1899 ret = BFD_SEND (arch, write_armap, in _bfd_compute_and_write_armap()
|
| D | reloc.c | 5028 return BFD_SEND (abfd, reloc_type_lookup, (abfd, code)); in bfd_reloc_type_lookup() 5034 return BFD_SEND (abfd, reloc_name_lookup, (abfd, reloc_name)); in bfd_reloc_name_lookup()
|
| D | bfd.c | 716 return BFD_SEND (abfd, _get_reloc_upper_bound, (abfd, asect)); in bfd_get_reloc_upper_bound() 752 return BFD_SEND (abfd, _bfd_canonicalize_reloc, in bfd_canonicalize_reloc()
|
| D | opncls.c | 655 if (! BFD_SEND (abfd, _close_and_cleanup, (abfd))) in bfd_close() 842 if (! BFD_SEND (abfd, _close_and_cleanup, (abfd))) in bfd_make_readable()
|
| D | libbfd-in.h | 213 BFD_SEND (abfd, _bfd_read_ar_hdr_fn, (abfd))
|
| D | libbfd.h | 218 BFD_SEND (abfd, _bfd_read_ar_hdr_fn, (abfd))
|
| D | coffgen.c | 1286 BFD_SEND (bfd_asymbol_bfd (p), _get_lineno, in coff_write_linenumbers()
|
| D | ChangeLog-9495 | 4602 (_bfd_write_archive_contents): Use BFD_SEND to call 8692 * targets.c (BFD_SEND, BFD_SEND_FMT): Add debugging versions that
|
| D | ChangeLog-9193 | 5729 than arch info, and dispatch with BFD_SEND. Callers changed.
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | rdcoff.c | 769 linenos = BFD_SEND (abfd, _get_lineno, (abfd, sym)); in parse_coff()
|