Home | History | Annotate | Download | only in include

Lines Matching refs:link_info

6093 #define bfd_relax_section(abfd, section, link_info, again) \
6094 BFD_SEND (abfd, _bfd_relax_section, (abfd, section, link_info, again))
6096 #define bfd_gc_sections(abfd, link_info) \
6097 BFD_SEND (abfd, _bfd_gc_sections, (abfd, link_info))
6099 #define bfd_lookup_section_flags(link_info, flag_info, section) \
6100 BFD_SEND (abfd, _bfd_lookup_section_flags, (link_info, flag_info, section))
6102 #define bfd_merge_sections(abfd, link_info) \
6103 BFD_SEND (abfd, _bfd_merge_sections, (abfd, link_info))
6374 #define bfd_init_private_section_data(ibfd, isec, obfd, osec, link_info) \
6375 BFD_SEND (obfd, _bfd_init_private_section_data, (ibfd, isec, obfd, osec, link_info))