Home
last modified time | relevance | path

Searched refs:bfd_section_reloc_link_order (Results 1 – 13 of 13) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/
Dldwrite.c219 link_order->type = bfd_section_reloc_link_order; in build_link_order()
498 && (p->type == bfd_section_reloc_link_order in split_sections()
/toolchain/binutils/binutils-2.25/bfd/
Dlinker.c1915 if (p->type == bfd_section_reloc_link_order in _bfd_generic_final_link()
1973 case bfd_section_reloc_link_order: in _bfd_generic_final_link()
2399 if (link_order->type == bfd_section_reloc_link_order) in _bfd_generic_reloc_link_order()
2450 (link_order->type == bfd_section_reloc_link_order in _bfd_generic_reloc_link_order()
2512 case bfd_section_reloc_link_order: in _bfd_default_link_order()
2740 if (l->type == bfd_section_reloc_link_order in _bfd_count_link_order_relocs()
Dcofflink.c668 && (p->type == bfd_section_reloc_link_order in _bfd_coff_final_link()
847 else if (p->type == bfd_section_reloc_link_order in _bfd_coff_final_link()
2808 (link_order->type == bfd_section_reloc_link_order in _bfd_coff_reloc_link_order()
2840 if (link_order->type == bfd_section_reloc_link_order) in _bfd_coff_reloc_link_order()
Decoff.c3933 if (type == bfd_section_reloc_link_order) in ecoff_reloc_link_order()
3951 type = bfd_section_reloc_link_order; in ecoff_reloc_link_order()
3993 (link_order->type == bfd_section_reloc_link_order in ecoff_reloc_link_order()
4359 else if (p->type == bfd_section_reloc_link_order in _bfd_ecoff_bfd_final_link()
4435 else if (p->type == bfd_section_reloc_link_order in _bfd_ecoff_bfd_final_link()
Dcoff-ppc.c2059 && (p->type == bfd_section_reloc_link_order in ppc_bfd_coff_final_link()
2228 else if (p->type == bfd_section_reloc_link_order in ppc_bfd_coff_final_link()
Dpdp11.c3033 if (p->type == bfd_section_reloc_link_order) in aout_link_reloc_link_order()
3169 (p->type == bfd_section_reloc_link_order in aout_link_reloc_link_order()
3866 else if (p->type == bfd_section_reloc_link_order in NAME()
3895 if (p->type == bfd_section_reloc_link_order in NAME()
Daoutx.h3697 if (p->type == bfd_section_reloc_link_order) in aout_link_reloc_link_order()
3833 (p->type == bfd_section_reloc_link_order in aout_link_reloc_link_order()
5536 else if (p->type == bfd_section_reloc_link_order in NAME()
5567 if (p->type == bfd_section_reloc_link_order in NAME()
Dxcofflink.c5693 if (link_order->type == bfd_section_reloc_link_order) in xcoff_reloc_link_order()
5913 else if (p->type == bfd_section_reloc_link_order in _bfd_xcoff_bfd_final_link()
6183 else if (p->type == bfd_section_reloc_link_order in _bfd_xcoff_bfd_final_link()
Delflink.c10099 if (link_order->type == bfd_section_reloc_link_order) in elf_reloc_link_order()
10171 if (link_order->type == bfd_section_reloc_link_order) in elf_reloc_link_order()
10548 if (p->type == bfd_section_reloc_link_order in bfd_elf_final_link()
10913 else if (p->type == bfd_section_reloc_link_order in bfd_elf_final_link()
Dvms-alpha.c8604 case bfd_section_reloc_link_order: in alpha_vms_bfd_final_link()
8758 case bfd_section_reloc_link_order: in alpha_vms_bfd_final_link()
/toolchain/binutils/binutils-2.25/include/
Dbfdlink.h679 bfd_section_reloc_link_order, /* Relocate against a section. */ enumerator
DChangeLog-91031975 (enum bfd_link_order_type): Add bfd_section_reloc_link_order and
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dsh64elf.em503 cr_addr_order->type = bfd_section_reloc_link_order;