Searched refs:pc_rel (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-pdp11.c40 int pc_rel; member in struct:pdp11_code::__anon2588
427 operand->reloc.pc_rel = 0;
479 operand->reloc.pc_rel = 0;
539 operand->reloc.pc_rel = 1;
564 operand->reloc.pc_rel = 1;
569 operand->reloc.pc_rel = 1;
758 op1.reloc.pc_rel = 1;
951 op1.reloc.pc_rel = 1;
998 &insn.reloc.exp, insn.reloc.pc_rel, insn.reloc.type);
1006 &op1.reloc.exp, op1.reloc.pc_rel, op
[all...]
H A Dtc-arm.c273 int pc_rel; member in struct:arm_it::__anon2531
1100 inst.reloc.pc_rel = 0;
3319 inst.reloc.pc_rel = 0;
3350 label .reg=PC .reloc.pc_rel=1 .reloc.exp=label
3366 inst.reloc.pc_rel = 1;
4528 inst.reloc.pc_rel = 1;
4630 inst.reloc.pc_rel = 1;
4647 inst.reloc.pc_rel = 1;
4748 inst.reloc.pc_rel = 1;
5174 inst.reloc.pc_rel
8011 fix_new_arm(fragS * frag, int where, short int size, expressionS * exp, int pc_rel, int reloc) argument
10315 int pc_rel; local
[all...]
H A Dtc-m68k.c325 add_fix (int width, struct m68k_exp *exp, int pc_rel, int pc_fix) argument
338 the_ins.reloc[the_ins.nrel++].pcrel = pc_rel;
/haiku-buildtools/binutils/gas/config/
H A Dtc-pdp11.c41 int pc_rel; member in struct:pdp11_code::__anon439
426 operand->reloc.pc_rel = 0;
478 operand->reloc.pc_rel = 0;
531 operand->reloc.pc_rel = 1;
556 operand->reloc.pc_rel = 0;
561 operand->reloc.pc_rel = 1;
748 op1.reloc.pc_rel = 1;
941 op1.reloc.pc_rel = 1;
988 &insn.reloc.exp, insn.reloc.pc_rel, insn.reloc.type);
996 &op1.reloc.exp, op1.reloc.pc_rel, op
[all...]
H A Dtc-score.c399 int pc_rel; member in struct:s3_score_it::__anon455
1463 s3_inst.reloc.pc_rel = 0;
1467 s3_inst.reloc.pc_rel = 0;
1471 s3_inst.reloc.pc_rel = 0;
1476 s3_inst.reloc.pc_rel = 0;
1480 s3_inst.reloc.pc_rel = 0;
1489 s3_inst.reloc.pc_rel = 0;
2170 s3_fix_new_score (fragS * frag, int where, short int size, expressionS * exp, int pc_rel, int reloc) argument
2180 new_fix = fix_new_exp (frag, where, size, exp, pc_rel, reloc);
2183 new_fix = fix_new (frag, where, size, make_expr_symbol (exp), 0, pc_rel, relo
[all...]
H A Dtc-score7.c464 int pc_rel;
1585 s7_inst.reloc.pc_rel = 0;
1589 s7_inst.reloc.pc_rel = 0;
1593 s7_inst.reloc.pc_rel = 0;
1598 s7_inst.reloc.pc_rel = 0;
1602 s7_inst.reloc.pc_rel = 0;
1611 s7_inst.reloc.pc_rel = 0;
2294 s7_fix_new_score (fragS * frag, int where, short int size, expressionS * exp, int pc_rel, int reloc)
2304 new_fix = fix_new_exp (frag, where, size, exp, pc_rel, reloc);
2307 new_fix = fix_new (frag, where, size, make_expr_symbol (exp), 0, pc_rel, relo
462 int pc_rel; member in struct:s7_score_it::__anon456
2289 s7_fix_new_score(fragS * frag, int where, short int size, expressionS * exp, int pc_rel, int reloc) argument
[all...]
H A Dtc-aarch64.c110 int pc_rel; member in struct:reloc
2445 int pc_rel;
3281 inst.reloc.pc_rel = entry->pc_rel;
3429 inst.reloc.pc_rel = entry->pc_rel;
3549 inst.reloc.pc_rel = entry->pc_rel;
3736 inst.reloc.pc_rel = 1;
4111 short int size, expressionS * exp, int pc_rel, in
2442 int pc_rel; member in struct:reloc_table_entry
4104 fix_new_aarch64(fragS * frag, int where, short int size, expressionS * exp, int pc_rel, int reloc) argument
[all...]
H A Dtc-arm.c446 int pc_rel; member in struct:arm_it::__anon350
1759 inst.reloc.pc_rel = 0;
5241 inst.reloc.pc_rel = 0;
5482 label .reg=PC .reloc.pc_rel=1 .reloc.exp=label
5499 inst.reloc.pc_rel = 1;
7577 if (is_pc && !inst.reloc.pc_rel)
7633 constraint ((inst.operands[i].reg == REG_PC && !inst.reloc.pc_rel
8132 inst.reloc.pc_rel = 1;
8364 inst.reloc.pc_rel = 1;
8381 inst.reloc.pc_rel
17569 fix_new_arm(fragS * frag, int where, short int size, expressionS * exp, int pc_rel, int reloc) argument
21288 int pc_rel; local
[all...]
H A Dtc-m68k.c442 add_fix (int width, struct m68k_exp *exp, int pc_rel, int pc_fix) argument
455 the_ins.reloc[the_ins.nrel++].pcrel = pc_rel;
/haiku-buildtools/binutils/bfd/
H A Delf32-nds32.c8103 Elf_Internal_Rela *pc_rel;
8132 pc_rel = reloc;
8133 while ((pc_rel - 1) >= internal_relocs && pc_rel[-1].r_offset == offset)
8134 pc_rel--;
8136 for (; pc_rel < irelend && pc_rel->r_offset == offset; pc_rel++)
8138 if (ELF32_R_TYPE (pc_rel->r_info) == R_NDS32_15_PCREL_RELA
8139 || ELF32_R_TYPE (pc_rel
8096 Elf_Internal_Rela *pc_rel; local
8202 Elf_Internal_Rela *pc_rel; local
[all...]
/haiku-buildtools/binutils/gold/
H A Dtilegx.cc1093 unsigned int pc_rel = 0; local
1103 pc_rel = 1;
1114 if (pc_rel)

Completed in 365 milliseconds