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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-pdp11.c42 int pc_rel; member in struct:pdp11_code::__anon3204
429 operand->reloc.pc_rel = 0;
481 operand->reloc.pc_rel = 0;
541 operand->reloc.pc_rel = 1;
566 operand->reloc.pc_rel = 0;
571 operand->reloc.pc_rel = 1;
760 op1.reloc.pc_rel = 1;
953 op1.reloc.pc_rel = 1;
1000 &insn.reloc.exp, insn.reloc.pc_rel, insn.reloc.type);
1008 &op1.reloc.exp, op1.reloc.pc_rel, op
[all...]
H A Dtc-score.c399 int pc_rel; member in struct:s3_score_it::__anon3213
1470 s3_inst.reloc.pc_rel = 0;
1474 s3_inst.reloc.pc_rel = 0;
1478 s3_inst.reloc.pc_rel = 0;
1483 s3_inst.reloc.pc_rel = 0;
1487 s3_inst.reloc.pc_rel = 0;
1496 s3_inst.reloc.pc_rel = 0;
2175 s3_fix_new_score (fragS * frag, int where, short int size, expressionS * exp, int pc_rel, int reloc) argument
2185 new_fix = fix_new_exp (frag, where, size, exp, pc_rel, reloc);
2188 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::__anon3214
2289 s7_fix_new_score(fragS * frag, int where, short int size, expressionS * exp, int pc_rel, int reloc) argument
[all...]
H A Dtc-arm.c367 int pc_rel; member in struct:arm_it::__anon3136
1638 inst.reloc.pc_rel = 0;
4822 inst.reloc.pc_rel = 0;
5042 label .reg=PC .reloc.pc_rel=1 .reloc.exp=label
5059 inst.reloc.pc_rel = 1;
6867 if (is_pc && !inst.reloc.pc_rel)
6916 constraint ((inst.operands[i].reg == REG_PC && !inst.reloc.pc_rel
7059 inst.reloc.pc_rel = 1;
7174 inst.reloc.pc_rel = 1;
7191 inst.reloc.pc_rel
15248 fix_new_arm(fragS * frag, int where, short int size, expressionS * exp, int pc_rel, int reloc) argument
18635 int pc_rel; local
[all...]
H A Dtc-m68k.c444 add_fix (int width, struct m68k_exp *exp, int pc_rel, int pc_fix) argument
457 the_ins.reloc[the_ins.nrel++].pcrel = pc_rel;

Completed in 237 milliseconds