Home | History | Annotate | Download | only in bfd

Lines Matching full:link_info

6695 #define bfd_relax_section(abfd, section, link_info, again) \
6696 BFD_SEND (abfd, _bfd_relax_section, (abfd, section, link_info, again))
6698 #define bfd_gc_sections(abfd, link_info) \
6699 BFD_SEND (abfd, _bfd_gc_sections, (abfd, link_info))
6701 #define bfd_lookup_section_flags(link_info, flag_info, section) \
6702 BFD_SEND (abfd, _bfd_lookup_section_flags, (link_info, flag_info, section))
6704 #define bfd_merge_sections(abfd, link_info) \
6705 BFD_SEND (abfd, _bfd_merge_sections, (abfd, link_info))
6955 #define bfd_init_private_section_data(ibfd, isec, obfd, osec, link_info) \
6956 BFD_SEND (obfd, _bfd_init_private_section_data, (ibfd, isec, obfd, osec, link_info))