Searched refs:link_info (Results 51 - 66 of 66) sorted by relevance

123

/freebsd-9.3-release/contrib/binutils/ld/
H A Dldfile.c339 if (entry->dynamic && ! link_info.relocatable)
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dbfd-in2.h4864 #define bfd_relax_section(abfd, section, link_info, again) \
4865 BFD_SEND (abfd, _bfd_relax_section, (abfd, section, link_info, again))
4867 #define bfd_gc_sections(abfd, link_info) \
4868 BFD_SEND (abfd, _bfd_gc_sections, (abfd, link_info))
4870 #define bfd_merge_sections(abfd, link_info) \
4871 BFD_SEND (abfd, _bfd_merge_sections, (abfd, link_info))
5132 #define bfd_init_private_section_data(ibfd, isec, obfd, osec, link_info) \
5133 BFD_SEND (obfd, _bfd_init_private_section_data, (ibfd, isec, obfd, osec, link_info))
H A Dlibbfd.c1062 struct bfd_link_info *link_info ATTRIBUTE_UNUSED)
H A Dlibbfd.h2015 struct bfd_link_info *link_info,
H A Delfxx-mips.c775 /* Get the MIPS ELF linker hash table from a link_info structure. */
6778 struct bfd_link_info *link_info,
6793 if (link_info->relocatable)
6797 link_info->keep_memory);
6839 || (link_info->shared && ! link_info->symbolic
6929 if (!changed_contents && !link_info->keep_memory)
9834 struct bfd_link_info *link_info ATTRIBUTE_UNUSED,
10031 struct bfd_link_info *link_info,
10081 h = bfd_hash_lookup (&link_info
6748 _bfd_mips_relax_section(bfd *abfd, asection *sec, struct bfd_link_info *link_info, bfd_boolean *again) argument
9990 _bfd_elf_mips_get_relocated_section_contents(bfd *abfd, struct bfd_link_info *link_info, struct bfd_link_order *link_order, bfd_byte *data, bfd_boolean relocatable, asymbol **symbols) argument
[all...]
H A DpeXXigen.c977 if (coff_data (abfd)->link_info
978 && ! coff_data (abfd)->link_info->relocatable
979 && ! coff_data (abfd)->link_info->shared
H A Dcoffcode.h1388 .#define bfd_coff_reloc16_extra_cases(abfd, link_info, link_order,\
1391 . (abfd, link_info, link_order, reloc, data, src_ptr, dst_ptr))
1393 .#define bfd_coff_reloc16_estimate(abfd, section, reloc, shrink, link_info)\
1395 . (abfd, section, reloc, shrink, link_info))
2991 if (coff_data (abfd)->link_info)
5013 struct bfd_link_info *link_info ATTRIBUTE_UNUSED)
5029 struct bfd_link_info *link_info ATTRIBUTE_UNUSED,
H A Dcoff-ppc.c2108 coff_data (abfd)->link_info = info;
H A Dcofflink.c669 coff_data (abfd)->link_info = info;
H A Delf32-score.c71 /* Get the SCORE elf linker hash table from a link_info structure. */
3487 struct bfd_link_info *link_info ATTRIBUTE_UNUSED,
H A Delfxx-sparc.c2425 struct bfd_link_info *link_info ATTRIBUTE_UNUSED,
H A Dxcofflink.c5376 xcoff_data (abfd)->coff.link_info = info;
/freebsd-9.3-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h4871 #define bfd_relax_section(abfd, section, link_info, again) \
4872 BFD_SEND (abfd, _bfd_relax_section, (abfd, section, link_info, again))
4874 #define bfd_gc_sections(abfd, link_info) \
4875 BFD_SEND (abfd, _bfd_gc_sections, (abfd, link_info))
4877 #define bfd_merge_sections(abfd, link_info) \
4878 BFD_SEND (abfd, _bfd_merge_sections, (abfd, link_info))
5139 #define bfd_init_private_section_data(ibfd, isec, obfd, osec, link_info) \
5140 BFD_SEND (obfd, _bfd_init_private_section_data, (ibfd, isec, obfd, osec, link_info))
/freebsd-9.3-release/sys/dev/nxge/include/
H A Dxgehal-stats.h1464 * @link_info: PCIM links info for link 0, 1, and 2.
1469 xge_hal_stats_link_info_t link_info[XGE_HAL_MAC_LINKS]; member in struct:xge_hal_stats_pcim_info_t
/freebsd-9.3-release/sys/dev/nxge/xgehal/
H A Dxgehal-mgmtaux.c62 (unsigned long long)pcim.link_info[index].var, "%llu") \
/freebsd-9.3-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-mgmtaux.c65 (u64)pcim.link_info[index].var, "%llu") \

Completed in 378 milliseconds

123