| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-or32.c | 244 if (the_insn.reloc != BFD_RELOC_NONE) in md_assemble() 339 int reloc = BFD_RELOC_NONE; in machine_ip() 373 the_insn.reloc = BFD_RELOC_NONE; in machine_ip() 375 reloc = BFD_RELOC_NONE; in machine_ip() 412 reloc = BFD_RELOC_NONE; in machine_ip() 483 if (reloc == BFD_RELOC_NONE) in machine_ip() 502 if (reloc == BFD_RELOC_NONE) in machine_ip() 510 printf (" BFD_RELOC_NONE=%d\n", BFD_RELOC_NONE); in machine_ip() 620 know (fixP->fx_r_type < BFD_RELOC_NONE); in md_apply_fix() 691 case BFD_RELOC_NONE: in md_apply_fix() [all …]
|
| D | tc-sh64.c | 831 bfd_reloc_code_real_type reloctype = BFD_RELOC_NONE; in shmedia_md_convert_frag() 1111 reloctype == BFD_RELOC_NONE in shmedia_md_convert_frag() 1121 reloctype == BFD_RELOC_NONE in shmedia_md_convert_frag() 1132 reloctype == BFD_RELOC_NONE in shmedia_md_convert_frag() 1143 reloctype == BFD_RELOC_NONE in shmedia_md_convert_frag() 1169 reloctype == BFD_RELOC_NONE in shmedia_md_convert_frag() 1184 reloctype == BFD_RELOC_NONE in shmedia_md_convert_frag() 1259 reloctype == BFD_RELOC_NONE in shmedia_md_convert_frag() 1268 reloctype == BFD_RELOC_NONE in shmedia_md_convert_frag() 1370 reloctype == BFD_RELOC_NONE in shmedia_md_convert_frag() [all …]
|
| D | tc-ip2k.c | 292 result = BFD_RELOC_NONE; in md_cgen_lookup_reloc() 308 if (result == 0 || result == BFD_RELOC_NONE) in md_cgen_lookup_reloc() 319 result = BFD_RELOC_NONE; in md_cgen_lookup_reloc()
|
| D | tc-sparc.c | 1057 ? BFD_RELOC_HI22 : BFD_RELOC_NONE); 1073 ? BFD_RELOC_LO10 : BFD_RELOC_NONE); 1094 the_insn.reloc = BFD_RELOC_NONE; 1114 the_insn.reloc = BFD_RELOC_NONE; 1229 ? BFD_RELOC_SPARC_HH22 : BFD_RELOC_NONE); 1239 ? BFD_RELOC_SPARC_LM22 : BFD_RELOC_NONE); 1251 ? BFD_RELOC_SPARC_HM10 : BFD_RELOC_NONE); 1265 ? BFD_RELOC_LO10 : BFD_RELOC_NONE); 1274 the_insn.reloc = BFD_RELOC_NONE; 1283 the_insn.reloc = BFD_RELOC_NONE; [all …]
|
| D | tc-i860.c | 525 the_insn.fi[t].reloc = BFD_RELOC_NONE; in i860_process_insn() 1369 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix() 1383 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix() 1402 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix() 1425 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix() 1447 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix() 1470 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix()
|
| D | tc-pdp11.c | 691 insn.reloc.type = BFD_RELOC_NONE; in md_assemble() 694 op1.reloc.type = BFD_RELOC_NONE; in md_assemble() 697 op2.reloc.type = BFD_RELOC_NONE; in md_assemble() 719 if (op1.reloc.exp.X_op != O_constant || op1.reloc.type != BFD_RELOC_NONE) in md_assemble() 994 if (insn.reloc.type != BFD_RELOC_NONE) in md_assemble() 1002 if (op1.reloc.type != BFD_RELOC_NONE) in md_assemble() 1011 if (op2.reloc.type != BFD_RELOC_NONE) in md_assemble()
|
| D | tc-xstormy16.c | 366 return BFD_RELOC_NONE; in md_cgen_lookup_reloc() 379 if (fixP->fx_cgen.opinfo && fixP->fx_cgen.opinfo != BFD_RELOC_NONE) in md_cgen_lookup_reloc() 533 if (reloc_type != BFD_RELOC_NONE) in xstormy16_md_apply_fix()
|
| D | tc-vax.h | 45 #define NO_RELOC BFD_RELOC_NONE
|
| D | tc-crx.h | 68 : BFD_RELOC_NONE);
|
| D | tc-cris.c | 1257 if (prefix.reloc == BFD_RELOC_NONE) in md_assemble() 1274 if (prefix.reloc != BFD_RELOC_NONE) in md_assemble() 1404 enum bfd_reloc_code_real reloc = BFD_RELOC_NONE; in md_assemble() 1415 if (output_instruction.reloc != BFD_RELOC_NONE) in md_assemble() 1423 if (output_instruction.reloc != BFD_RELOC_NONE) in md_assemble() 1460 else if (output_instruction.reloc != BFD_RELOC_NONE) in md_assemble() 1500 prefixp->reloc = BFD_RELOC_NONE; in cris_process_instruction() 1559 prefixp->reloc = BFD_RELOC_NONE; in cris_process_instruction() 1564 out_insnp->reloc = BFD_RELOC_NONE; in cris_process_instruction() 1896 if (prefixp->reloc != BFD_RELOC_NONE) in cris_process_instruction() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-or32.c | 265 if (the_insn.reloc != BFD_RELOC_NONE) 444 int reloc = BFD_RELOC_NONE; 478 the_insn.reloc = BFD_RELOC_NONE; 480 reloc = BFD_RELOC_NONE; 519 reloc = BFD_RELOC_NONE; 596 if (reloc == BFD_RELOC_NONE) 615 if (reloc == BFD_RELOC_NONE) 623 printf (" BFD_RELOC_NONE=%d\n", BFD_RELOC_NONE); 958 know (fixP->fx_r_type < BFD_RELOC_NONE); 1042 case BFD_RELOC_NONE: [all …]
|
| D | tc-sh64.c | 826 bfd_reloc_code_real_type reloctype = BFD_RELOC_NONE; in shmedia_md_convert_frag() 1106 reloctype == BFD_RELOC_NONE in shmedia_md_convert_frag() 1116 reloctype == BFD_RELOC_NONE in shmedia_md_convert_frag() 1127 reloctype == BFD_RELOC_NONE in shmedia_md_convert_frag() 1138 reloctype == BFD_RELOC_NONE in shmedia_md_convert_frag() 1164 reloctype == BFD_RELOC_NONE in shmedia_md_convert_frag() 1179 reloctype == BFD_RELOC_NONE in shmedia_md_convert_frag() 1254 reloctype == BFD_RELOC_NONE in shmedia_md_convert_frag() 1263 reloctype == BFD_RELOC_NONE in shmedia_md_convert_frag() 1365 reloctype == BFD_RELOC_NONE in shmedia_md_convert_frag() [all …]
|
| D | tc-pdp11.c | 646 op1.reloc.type = BFD_RELOC_NONE; 660 if (insn.reloc.type != BFD_RELOC_NONE) 679 insn.reloc.type = BFD_RELOC_NONE; 682 op1.reloc.type = BFD_RELOC_NONE; 685 op2.reloc.type = BFD_RELOC_NONE; 707 if (op1.reloc.exp.X_op != O_constant || op1.reloc.type != BFD_RELOC_NONE) 982 if (insn.reloc.type != BFD_RELOC_NONE) 990 if (op1.reloc.type != BFD_RELOC_NONE) 999 if (op2.reloc.type != BFD_RELOC_NONE)
|
| D | tc-ip2k.c | 265 result = BFD_RELOC_NONE; 281 if (result == 0 || result == BFD_RELOC_NONE) 292 result = BFD_RELOC_NONE;
|
| D | tc-cris.c | 904 if (prefix.reloc == BFD_RELOC_NONE) 921 if (prefix.reloc != BFD_RELOC_NONE) 1028 enum bfd_reloc_code_real reloc = BFD_RELOC_NONE; 1039 if (output_instruction.reloc != BFD_RELOC_NONE) 1047 if (output_instruction.reloc != BFD_RELOC_NONE) 1062 else if (output_instruction.reloc != BFD_RELOC_NONE) 1099 prefixp->reloc = BFD_RELOC_NONE; 1158 prefixp->reloc = BFD_RELOC_NONE; 1163 out_insnp->reloc = BFD_RELOC_NONE; 1447 if (prefixp->reloc != BFD_RELOC_NONE) [all …]
|
| D | tc-sparc.c | 1057 ? BFD_RELOC_HI22 : BFD_RELOC_NONE); 1073 ? BFD_RELOC_LO10 : BFD_RELOC_NONE); 1094 the_insn.reloc = BFD_RELOC_NONE; 1114 the_insn.reloc = BFD_RELOC_NONE; 1229 ? BFD_RELOC_SPARC_HH22 : BFD_RELOC_NONE); 1239 ? BFD_RELOC_SPARC_LM22 : BFD_RELOC_NONE); 1251 ? BFD_RELOC_SPARC_HM10 : BFD_RELOC_NONE); 1265 ? BFD_RELOC_LO10 : BFD_RELOC_NONE); 1274 the_insn.reloc = BFD_RELOC_NONE; 1283 the_insn.reloc = BFD_RELOC_NONE; [all …]
|
| D | tc-i860.c | 525 the_insn.fi[t].reloc = BFD_RELOC_NONE; in i860_process_insn() 1369 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix3() 1383 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix3() 1402 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix3() 1425 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix3() 1447 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix3() 1470 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix3()
|
| D | tc-xstormy16.c | 361 return BFD_RELOC_NONE; 374 if (fixP->fx_cgen.opinfo && fixP->fx_cgen.opinfo != BFD_RELOC_NONE) 530 if (reloc_type != BFD_RELOC_NONE)
|
| D | tc-vax.h | 47 #define NO_RELOC BFD_RELOC_NONE
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elfarm-oabi.c | 392 {BFD_RELOC_NONE, R_ARM_NONE }, 401 {BFD_RELOC_NONE, R_ARM_SBREL32 }, 402 {BFD_RELOC_NONE, R_ARM_AMP_VCALL9 },
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | ip2k-asm.c | 231 bfd_reloc_code_real_type code = BFD_RELOC_NONE; in parse_addr16() 273 bfd_reloc_code_real_type code = BFD_RELOC_NONE; in parse_addr16_cjp() 317 bfd_reloc_code_real_type code = BFD_RELOC_NONE; in parse_lit8() 353 if (code != BFD_RELOC_NONE) in parse_lit8()
|
| D | xstormy16-asm.c | 111 (cd, CGEN_PARSE_OPERAND_INTEGER, strp, opindex, BFD_RELOC_NONE, in parse_small_immediate() 134 bfd_reloc_code_real_type code = BFD_RELOC_NONE; in parse_immediate16() 149 if (code == BFD_RELOC_NONE) in parse_immediate16()
|
| D | cgen-asm.c | 267 (cd, CGEN_PARSE_OPERAND_INTEGER, strp, opindex, BFD_RELOC_NONE, in cgen_parse_signed_integer() 291 (cd, CGEN_PARSE_OPERAND_INTEGER, strp, opindex, BFD_RELOC_NONE, in cgen_parse_unsigned_integer()
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | ip2k-asm.c | 263 bfd_reloc_code_real_type code = BFD_RELOC_NONE; 331 bfd_reloc_code_real_type code = BFD_RELOC_NONE; 377 bfd_reloc_code_real_type code = BFD_RELOC_NONE; 414 if (code != BFD_RELOC_NONE)
|
| D | cgen-asm.c | 266 (cd, CGEN_PARSE_OPERAND_INTEGER, strp, opindex, BFD_RELOC_NONE, in cgen_parse_signed_integer() 290 (cd, CGEN_PARSE_OPERAND_INTEGER, strp, opindex, BFD_RELOC_NONE, in cgen_parse_unsigned_integer()
|