Home
last modified time | relevance | path

Searched refs:BFD_SEND (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h1050 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/
Dbfd-in2.h1044 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 …]
Dcorefile.c58 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()
Dsection.c772 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()
Darchive.c578 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()
Dreloc.c5028 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()
Dbfd.c716 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()
Dopncls.c655 if (! BFD_SEND (abfd, _close_and_cleanup, (abfd))) in bfd_close()
842 if (! BFD_SEND (abfd, _close_and_cleanup, (abfd))) in bfd_make_readable()
Dlibbfd-in.h213 BFD_SEND (abfd, _bfd_read_ar_hdr_fn, (abfd))
Dlibbfd.h218 BFD_SEND (abfd, _bfd_read_ar_hdr_fn, (abfd))
Dcoffgen.c1286 BFD_SEND (bfd_asymbol_bfd (p), _get_lineno, in coff_write_linenumbers()
DChangeLog-94954602 (_bfd_write_archive_contents): Use BFD_SEND to call
8692 * targets.c (BFD_SEND, BFD_SEND_FMT): Add debugging versions that
DChangeLog-91935729 than arch info, and dispatch with BFD_SEND. Callers changed.
/freebsd-12-stable/contrib/binutils/binutils/
Drdcoff.c769 linenos = BFD_SEND (abfd, _get_lineno, (abfd, sym)); in parse_coff()