Home
last modified time | relevance | path

Searched refs:new_fix (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-hppa.c1226 fixS *new_fix; in fix_new_hppa() local
1230 new_fix = fix_new_exp (frag, where, size, exp, pcrel, r_type); in fix_new_hppa()
1232 new_fix = fix_new (frag, where, size, add_symbol, offset, pcrel, r_type); in fix_new_hppa()
1233 new_fix->tc_fix_data = (void *) hppa_fix; in fix_new_hppa()
1241 new_fix->fx_offset = unwind_bits; in fix_new_hppa()
1247 if (new_fix->fx_subsy in fix_new_hppa()
1248 && (strcmp (S_GET_NAME (new_fix->fx_subsy), "$global$") == 0 in fix_new_hppa()
1249 || strcmp (S_GET_NAME (new_fix->fx_subsy), "$segrel$") == 0 in fix_new_hppa()
1250 || strcmp (S_GET_NAME (new_fix->fx_subsy), "$PIC_pcrel$0") == 0 in fix_new_hppa()
1251 || strcmp (S_GET_NAME (new_fix->fx_subsy), "$tls_gdidx$") == 0 in fix_new_hppa()
[all …]
Dtc-score7.c2291 fixS *new_fix; in s7_fix_new_score() local
2299 new_fix = fix_new_exp (frag, where, size, exp, pc_rel, reloc); in s7_fix_new_score()
2302 new_fix = fix_new (frag, where, size, make_expr_symbol (exp), 0, pc_rel, reloc); in s7_fix_new_score()
2305 return new_fix; in s7_fix_new_score()
Dtc-aarch64.c3531 fixS *new_fix; in fix_new_aarch64() local
3539 new_fix = fix_new_exp (frag, where, size, exp, pc_rel, reloc); in fix_new_aarch64()
3543 new_fix = fix_new (frag, where, size, make_expr_symbol (exp), 0, in fix_new_aarch64()
3547 return new_fix; in fix_new_aarch64()
Dtc-score.c2172 fixS *new_fix; in s3_fix_new_score() local
2180 new_fix = fix_new_exp (frag, where, size, exp, pc_rel, reloc); in s3_fix_new_score()
2183 new_fix = fix_new (frag, where, size, make_expr_symbol (exp), 0, pc_rel, reloc); in s3_fix_new_score()
2186 return new_fix; in s3_fix_new_score()
Dtc-xtensa.c10351 fixS *new_fix; in fix_new_exp_in_seg() local
10358 new_fix = fix_new_exp (frag, where, size, exp, pcrel, r_type); in fix_new_exp_in_seg()
10360 return new_fix; in fix_new_exp_in_seg()
Dtc-arm.c16791 fixS * new_fix; in fix_new_arm() local
16822 new_fix = fix_new_exp (frag, where, size, exp, pc_rel, in fix_new_arm()
16827 new_fix = (fixS *) fix_new (frag, where, size, make_expr_symbol (exp), 0, in fix_new_arm()
16834 new_fix->tc_fix_data = thumb_mode; in fix_new_arm()
/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c9381 reloc_bfd_fix new_fix; in translate_reloc_bfd_fix() local
9400 new_fix = *fix; in translate_reloc_bfd_fix()
9443 new_fix.target_sec = new_sec; in translate_reloc_bfd_fix()
9444 new_fix.target_offset = target_offset; in translate_reloc_bfd_fix()
9445 new_fix.translated = TRUE; in translate_reloc_bfd_fix()
9446 *fix = new_fix; in translate_reloc_bfd_fix()
9451 new_fix.target_sec = new_sec; in translate_reloc_bfd_fix()
9458 new_fix.target_offset = new_offset; in translate_reloc_bfd_fix()
9459 new_fix.target_offset = new_offset; in translate_reloc_bfd_fix()
9460 new_fix.translated = TRUE; in translate_reloc_bfd_fix()
[all …]