Searched refs:BFD_RELOC_UNUSED (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-s390.c653 { NULL, 0, BFD_RELOC_UNUSED }
663 return BFD_RELOC_UNUSED;
670 return BFD_RELOC_UNUSED;
680 return BFD_RELOC_UNUSED;
690 return BFD_RELOC_UNUSED;
813 return BFD_RELOC_UNUSED;
915 reloc = BFD_RELOC_UNUSED;
933 if (suffix != ELF_SUFFIX_NONE && reloc == BFD_RELOC_UNUSED)
1065 BFD_RELOC_UNUSED, /* ELF_SUFFIX_NONE */
1067 BFD_RELOC_UNUSED, /* ELF_SUFFIX_PL
[all...]
H A Dtc-mips.c1249 = {BFD_RELOC_UNUSED, BFD_RELOC_UNUSED, BFD_RELOC_UNUSED};
1251 = {BFD_RELOC_UNUSED, BFD_RELOC_UNUSED, BFD_RELOC_UNUSED};
1990 = {BFD_RELOC_UNUSED, BFD_RELOC_UNUSED, BFD_RELOC_UNUSED};
1995 imm_reloc[0] = BFD_RELOC_UNUSED;
[all...]
H A Dtc-ia64.h312 /* If the reloc type is BFD_RELOC_UNUSED, then this is for a TAG13/TAG13b field
316 ((FIX)->fx_r_type != BFD_RELOC_UNUSED \
H A Dtc-ppc.c1678 { (char *) 0, 0, 0, 0, BFD_RELOC_UNUSED }
1682 return BFD_RELOC_UNUSED;
1743 return BFD_RELOC_UNUSED;
1766 &exp)) != BFD_RELOC_UNUSED)
1939 if (fixp->fx_r_type <= BFD_RELOC_UNUSED
2395 toc_reloc = BFD_RELOC_UNUSED;
2400 toc_reloc = BFD_RELOC_UNUSED;
2459 if ((reloc = ppc_elf_suffix (&str, &ex)) != BFD_RELOC_UNUSED)
2540 reloc = BFD_RELOC_UNUSED;
2551 if (reloc != BFD_RELOC_UNUSED)
[all...]
H A Dtc-alpha.c137 #define DUMMY_RELOC_LITUSE_ADDR (BFD_RELOC_UNUSED + 1)
138 #define DUMMY_RELOC_LITUSE_BASE (BFD_RELOC_UNUSED + 2)
139 #define DUMMY_RELOC_LITUSE_BYTOFF (BFD_RELOC_UNUSED + 3)
140 #define DUMMY_RELOC_LITUSE_JSR (BFD_RELOC_UNUSED + 4)
141 #define DUMMY_RELOC_LITUSE_TLSGD (BFD_RELOC_UNUSED + 5)
142 #define DUMMY_RELOC_LITUSE_TLSLDM (BFD_RELOC_UNUSED + 6)
143 #define DUMMY_RELOC_LITUSE_JSRDIRECT (BFD_RELOC_UNUSED + 7)
1126 assemble_insn (opcode, tok, ntok, insn, BFD_RELOC_UNUSED);
1632 else if (fixup->reloc > BFD_RELOC_UNUSED
1941 if (reloc == BFD_RELOC_UNUSED)
[all...]
H A Dtc-arc.c346 insns we return fudged reloc types (real_value - BFD_RELOC_UNUSED). When
1296 if ((int) fixP->fx_r_type >= (int) BFD_RELOC_UNUSED)
1303 opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED;
1922 reloc_type = op_type + (int) BFD_RELOC_UNUSED;
H A Dtc-mep.c1572 are BFD_RELOC_UNUSED + operand number. */
1742 if ((int) fixP->fx_r_type >= (int) BFD_RELOC_UNUSED)
1745 int opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED;
H A Dtc-arm.c1935 BFD_RELOC_UNUSED if there wasn't any suffix. */
1943 return BFD_RELOC_UNUSED;
2967 else if (reloc == BFD_RELOC_UNUSED)
2977 reloc = BFD_RELOC_UNUSED;
4854 if (inst.reloc.type != BFD_RELOC_UNUSED)
4863 if (inst.reloc.type == BFD_RELOC_UNUSED)
5816 else if (val != BFD_RELOC_UNUSED)
6318 if (inst.reloc.type == BFD_RELOC_UNUSED)
6348 if (inst.reloc.type == BFD_RELOC_UNUSED)
6995 inst.reloc.type = BFD_RELOC_UNUSED;
[all...]
H A Dtc-sparc.c3072 assert (fixP->fx_r_type < BFD_RELOC_UNUSED);
H A Dtc-ia64.c6171 fix->code = BFD_RELOC_UNUSED;
11484 case BFD_RELOC_UNUSED: width = 13; break;
11621 case BFD_RELOC_UNUSED:
H A Dtc-score.c5279 assert (fixP->fx_r_type < BFD_RELOC_UNUSED);
/freebsd-11-stable/contrib/binutils/gas/
H A Dcgen.c268 ((int) BFD_RELOC_UNUSED
308 ((int) BFD_RELOC_UNUSED
886 if ((int) fixP->fx_r_type >= (int) BFD_RELOC_UNUSED)
888 int opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dreloc.c5001 BFD_RELOC_UNUSED
5093 if (code > BFD_RELOC_UNUSED)
H A Dbfd-in2.h4399 BFD_RELOC_UNUSED };
4392 BFD_RELOC_UNUSED }; enumerator in enum:bfd_reloc_code_real
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h4406 BFD_RELOC_UNUSED };
4399 BFD_RELOC_UNUSED }; enumerator in enum:bfd_reloc_code_real

Completed in 438 milliseconds