Searched refs:BFD_RELOC_NONE (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-arc.c130 { BFD_RELOC_NONE, R_ARC_NONE, },
H A Dcoff-sparc.c120 { BFD_RELOC_NONE, R_SPARC_NONE, },
H A Delf32-cr16.c39 {BFD_RELOC_NONE, R_CR16_NONE},
H A Delf32-mep.c96 #define BFD_RELOC_MEP_NONE BFD_RELOC_NONE
H A Delf32-mips.c1184 { BFD_RELOC_NONE, R_MIPS_NONE },
H A Delfn32-mips.c1992 { BFD_RELOC_NONE, R_MIPS_NONE },
H A Delf64-mips.c2149 { BFD_RELOC_NONE, R_MIPS_NONE },
H A Dbfd-in2.h2438 BFD_RELOC_NONE,
2431 BFD_RELOC_NONE, enumerator in enum:bfd_reloc_code_real
H A Delf32-i386.c191 case BFD_RELOC_NONE:
192 TRACE ("BFD_RELOC_NONE");
H A Delf32-s390.c229 case BFD_RELOC_NONE:
H A Delf32-score.c869 {BFD_RELOC_NONE, R_SCORE_NONE},
H A Delf64-alpha.c1017 {BFD_RELOC_NONE, R_ALPHA_NONE},
H A Delf64-s390.c237 case BFD_RELOC_NONE:
H A Delf64-x86-64.c171 { BFD_RELOC_NONE, R_X86_64_NONE, },
H A Delfxx-sparc.c275 { BFD_RELOC_NONE, R_SPARC_NONE, },
H A Delf32-ppc.c1521 case BFD_RELOC_NONE: r = R_PPC_NONE; break;
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dcgen-asm.c268 (cd, CGEN_PARSE_OPERAND_INTEGER, strp, opindex, BFD_RELOC_NONE,
292 (cd, CGEN_PARSE_OPERAND_INTEGER, strp, opindex, BFD_RELOC_NONE,
H A Dmep-asm.c408 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_NONE,
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-sparc.c1075 ? BFD_RELOC_HI22 : BFD_RELOC_NONE);
1091 ? BFD_RELOC_LO10 : BFD_RELOC_NONE);
1112 the_insn.reloc = BFD_RELOC_NONE;
1132 the_insn.reloc = BFD_RELOC_NONE;
1247 ? BFD_RELOC_SPARC_HH22 : BFD_RELOC_NONE);
1257 ? BFD_RELOC_SPARC_LM22 : BFD_RELOC_NONE);
1269 ? BFD_RELOC_SPARC_HM10 : BFD_RELOC_NONE);
1283 ? BFD_RELOC_LO10 : BFD_RELOC_NONE);
1292 the_insn.reloc = BFD_RELOC_NONE;
1301 the_insn.reloc = BFD_RELOC_NONE;
[all...]
H A Dtc-i386.h209 #define NO_RELOC BFD_RELOC_NONE
H A Dtc-cr16.c497 default: rtype = BFD_RELOC_NONE; break;
616 bfd_reloc_code_real_type reloc = BFD_RELOC_NONE;
864 cr16_ins->rtype = BFD_RELOC_NONE;
2328 if ((relocatable) && (insn->rtype != BFD_RELOC_NONE))
H A Dtc-mep.c1472 Returns BFD_RELOC_NONE if no reloc type can be found.
1493 if (reloc && reloc != BFD_RELOC_NONE)
1530 return BFD_RELOC_NONE;
1549 return BFD_RELOC_NONE;
H A Dtc-score.c2340 if (inst1->reloc.type != BFD_RELOC_NONE)
2345 if (inst2->reloc.type != BFD_RELOC_NONE)
2351 if (backup_inst1.reloc.type != BFD_RELOC_NONE)
2409 inst.reloc.type = BFD_RELOC_NONE;
3703 if (inst_main.reloc.type != BFD_RELOC_NONE)
3720 if (var_insts[i].reloc.type != BFD_RELOC_NONE)
4399 if (inst_main.reloc.type != BFD_RELOC_NONE)
5469 fixP->fx_r_type = BFD_RELOC_NONE;
5478 case BFD_RELOC_NONE:
5567 case BFD_RELOC_NONE
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dcgen.c973 if (reloc_type != BFD_RELOC_NONE)
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h2445 BFD_RELOC_NONE,
2438 BFD_RELOC_NONE, enumerator in enum:bfd_reloc_code_real

Completed in 585 milliseconds

12