Lines Matching full:link_info
5851 #define bfd_relax_section(abfd, section, link_info, again) \
5852 BFD_SEND (abfd, _bfd_relax_section, (abfd, section, link_info, again))
5854 #define bfd_gc_sections(abfd, link_info) \
5855 BFD_SEND (abfd, _bfd_gc_sections, (abfd, link_info))
5857 #define bfd_lookup_section_flags(link_info, flag_info, section) \
5858 BFD_SEND (abfd, _bfd_lookup_section_flags, (link_info, flag_info, section))
5860 #define bfd_merge_sections(abfd, link_info) \
5861 BFD_SEND (abfd, _bfd_merge_sections, (abfd, link_info))
6132 #define bfd_init_private_section_data(ibfd, isec, obfd, osec, link_info) \
6133 BFD_SEND (obfd, _bfd_init_private_section_data, (ibfd, isec, obfd, osec, link_info))