Searched refs:BFD_RELOC_UNUSED (Results 1 – 16 of 16) sorted by relevance
| /freebsd-9-stable/contrib/binutils/gas/config/ |
| D | tc-s390.c | 653 { 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_PLT */ [all …]
|
| D | tc-mips.c | 1242 = {BFD_RELOC_UNUSED, BFD_RELOC_UNUSED, BFD_RELOC_UNUSED}; 1244 = {BFD_RELOC_UNUSED, BFD_RELOC_UNUSED, BFD_RELOC_UNUSED}; 1983 = {BFD_RELOC_UNUSED, BFD_RELOC_UNUSED, BFD_RELOC_UNUSED}; in md_assemble() 1988 imm_reloc[0] = BFD_RELOC_UNUSED; in md_assemble() 1989 imm_reloc[1] = BFD_RELOC_UNUSED; in md_assemble() 1990 imm_reloc[2] = BFD_RELOC_UNUSED; in md_assemble() 1991 offset_reloc[0] = BFD_RELOC_UNUSED; in md_assemble() 1992 offset_reloc[1] = BFD_RELOC_UNUSED; in md_assemble() 1993 offset_reloc[2] = BFD_RELOC_UNUSED; in md_assemble() 2680 *reloc_type = BFD_RELOC_UNUSED; in append_insn() [all …]
|
| D | tc-ppc.c | 1670 { (char *) 0, 0, 0, 0, BFD_RELOC_UNUSED } in ppc_elf_suffix() 1674 return BFD_RELOC_UNUSED; in ppc_elf_suffix() 1735 return BFD_RELOC_UNUSED; in ppc_elf_suffix() 1758 &exp)) != BFD_RELOC_UNUSED) in ppc_elf_cons() 1931 if (fixp->fx_r_type <= BFD_RELOC_UNUSED in ppc_elf_validate_fix() 2384 toc_reloc = BFD_RELOC_UNUSED; in md_assemble() 2389 toc_reloc = BFD_RELOC_UNUSED; in md_assemble() 2448 if ((reloc = ppc_elf_suffix (&str, &ex)) != BFD_RELOC_UNUSED) in md_assemble() 2512 else if ((reloc = ppc_elf_suffix (&str, &ex)) != BFD_RELOC_UNUSED) in md_assemble() 2634 fixups[fc].reloc = BFD_RELOC_UNUSED; in md_assemble() [all …]
|
| D | tc-alpha.c | 136 #define DUMMY_RELOC_LITUSE_ADDR (BFD_RELOC_UNUSED + 1) 137 #define DUMMY_RELOC_LITUSE_BASE (BFD_RELOC_UNUSED + 2) 138 #define DUMMY_RELOC_LITUSE_BYTOFF (BFD_RELOC_UNUSED + 3) 139 #define DUMMY_RELOC_LITUSE_JSR (BFD_RELOC_UNUSED + 4) 140 #define DUMMY_RELOC_LITUSE_TLSGD (BFD_RELOC_UNUSED + 5) 141 #define DUMMY_RELOC_LITUSE_TLSLDM (BFD_RELOC_UNUSED + 6) 142 #define DUMMY_RELOC_LITUSE_JSRDIRECT (BFD_RELOC_UNUSED + 7) 1119 assemble_insn (opcode, tok, ntok, insn, BFD_RELOC_UNUSED); in assemble_tokens_to_insn() 1625 else if (fixup->reloc > BFD_RELOC_UNUSED in emit_insn() 1934 if (reloc == BFD_RELOC_UNUSED) in assemble_insn() [all …]
|
| D | tc-ia64.h | 316 ((FIX)->fx_r_type != BFD_RELOC_UNUSED \
|
| D | tc-arc.c | 1289 if ((int) fixP->fx_r_type >= (int) BFD_RELOC_UNUSED) in md_apply_fix() 1296 opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED; in md_apply_fix() 1915 reloc_type = op_type + (int) BFD_RELOC_UNUSED; in md_assemble()
|
| D | tc-mep.c | 1737 if ((int) fixP->fx_r_type >= (int) BFD_RELOC_UNUSED) in mep_fix_adjustable() 1740 int opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED; in mep_fix_adjustable()
|
| D | tc-arm.c | 1939 return BFD_RELOC_UNUSED; in parse_reloc() 2932 else if (reloc == BFD_RELOC_UNUSED) in s_arm_elf_cons() 2942 reloc = BFD_RELOC_UNUSED; in s_arm_elf_cons() 4797 if (inst.reloc.type != BFD_RELOC_UNUSED) in parse_half() 4806 if (inst.reloc.type == BFD_RELOC_UNUSED) in parse_half() 5759 else if (val != BFD_RELOC_UNUSED) in parse_operands() 6260 if (inst.reloc.type == BFD_RELOC_UNUSED) in encode_arm_addr_mode_2() 6290 if (inst.reloc.type == BFD_RELOC_UNUSED) in encode_arm_addr_mode_3() 6932 inst.reloc.type = BFD_RELOC_UNUSED; in do_ldrex() 7056 if (inst.reloc.type == BFD_RELOC_UNUSED) in do_mov16() [all …]
|
| D | tc-sparc.c | 3061 assert (fixP->fx_r_type < BFD_RELOC_UNUSED);
|
| D | tc-ia64.c | 6171 fix->code = BFD_RELOC_UNUSED; 11484 case BFD_RELOC_UNUSED: width = 13; break; 11621 case BFD_RELOC_UNUSED:
|
| D | tc-score.c | 5279 assert (fixP->fx_r_type < BFD_RELOC_UNUSED); in md_apply_fix()
|
| /freebsd-9-stable/contrib/binutils/gas/ |
| D | cgen.c | 268 ((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;
|
| D | ChangeLog-0001 | 3181 * config/tc-ia64.c (operand_match, case TAG13): Make a BFD_RELOC_UNUSED 3183 (md_apply_fix3): Check for BFD_RELOC_UNUSED instead of 0, and mark it
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | reloc.c | 5089 if (code > BFD_RELOC_UNUSED) in bfd_get_reloc_code_name()
|
| D | bfd-in2.h | 4387 BFD_RELOC_UNUSED }; enumerator
|
| /freebsd-9-stable/gnu/usr.bin/binutils/libbfd/ |
| D | bfd.h | 4394 BFD_RELOC_UNUSED }; enumerator
|