Searched refs:BFD_RELOC_CTOR (Results 1 – 25 of 67) sorted by relevance
123
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-i960.c | 112 case BFD_RELOC_CTOR: in elf32_i960_bfd_to_reloc_type()
|
D | elf32-arc.c | 131 { BFD_RELOC_CTOR, R_ARC_32 },
|
D | coff-sparc.c | 115 { BFD_RELOC_CTOR, R_SPARC_32 }, /* @@ Assumes 32 bits. */
|
D | aout-ns32k.c | 216 if (code == BFD_RELOC_CTOR) in MY()
|
D | mipsbsd.c | 300 case BFD_RELOC_CTOR: in MY()
|
D | coff-m68k.c | 182 case BFD_RELOC_CTOR: in m68k_reloc_type_lookup()
|
D | aout-arm.c | 297 if (code == BFD_RELOC_CTOR) in MY()
|
D | coff-i960.c | 274 case BFD_RELOC_CTOR: in coff_i960_reloc_type_lookup()
|
D | riscix.c | 255 if (code == BFD_RELOC_CTOR) in riscix_reloc_type_lookup()
|
D | pe-mips.c | 481 case BFD_RELOC_CTOR: in coff_mips_reloc_type_lookup()
|
D | reloc.c | 7388 case BFD_RELOC_CTOR: in bfd_default_reloc_type_lookup()
|
D | elf32-i370.c | 262 case BFD_RELOC_CTOR: i370_reloc = R_I370_ADDR31; break; in i370_elf_reloc_type_lookup()
|
D | coff-mips.c | 692 case BFD_RELOC_CTOR: in mips_bfd_reloc_type_lookup()
|
D | coff-sh.c | 478 { BFD_RELOC_CTOR, R_SH_IMM32CE }, 485 { BFD_RELOC_CTOR, R_SH_IMM32 },
|
D | elf32-mips.c | 2107 case BFD_RELOC_CTOR: in bfd_elf32_bfd_reloc_type_lookup()
|
D | bout.c | 647 case BFD_RELOC_CTOR: in b_out_bfd_reloc_type_lookup()
|
D | elf32-vax.c | 310 { BFD_RELOC_CTOR, R_VAX_32 },
|
D | coff-alpha.c | 1159 case BFD_RELOC_CTOR: in alpha_bfd_reloc_type_lookup()
|
D | elfn32-mips.c | 3166 { BFD_RELOC_CTOR, R_MIPS_32 },
|
D | coff-arm.c | 817 if (code == BFD_RELOC_CTOR) in coff_arm_reloc_type_lookup()
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldmain.c | 1136 if (bfd_reloc_type_lookup (info->output_bfd, BFD_RELOC_CTOR) == NULL in constructor_callback() 1138 || bfd_reloc_type_lookup (abfd, BFD_RELOC_CTOR) == NULL)) in constructor_callback() 1161 ldctor_add_set_entry (h, BFD_RELOC_CTOR, name, section, value); in constructor_callback()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-i370.c | 602 MAP ("fixup", BFD_RELOC_CTOR), in i370_elf_suffix() 1165 || fixp->fx_r_type != BFD_RELOC_CTOR) in i370_elf_validate_fix() 2533 case BFD_RELOC_CTOR: in md_apply_fix()
|
D | tc-frv.c | 1595 bfd_reloc_code_real_type reloc_type = BFD_RELOC_CTOR; in frv_pic_ptr() 1762 case BFD_RELOC_CTOR: in frv_frob_file_section()
|
D | tc-ppc.c | 1928 MAP32 ("fixup", BFD_RELOC_CTOR), in ppc_elf_suffix() 2097 || fix->fx_r_type == BFD_RELOC_CTOR in ppc_elf_cons_fix_check() 2365 || fixp->fx_r_type != BFD_RELOC_CTOR) in ppc_elf_validate_fix() 6975 case BFD_RELOC_CTOR: in md_apply_fix() 7002 || fixP->fx_r_type == BFD_RELOC_CTOR in md_apply_fix()
|
/toolchain/binutils/binutils-2.25/ld/po/ |
D | zh_TW.po | 967 msgid "%P%F: BFD backend error: BFD_RELOC_CTOR unsupported\n" 968 msgstr "%P%F: BFD 後端錯誤:不支援 BFD_RELOC_CTOR\n"
|
123