Lines Matching refs:fix

431 	      fixS *fix;  in md_assemble()  local
432 fix = fix_new_exp (frag_now, in md_assemble()
441 fix->fx_addnumber = the_insn.fi[tmp].fup; in md_assemble()
1193 obtain_reloc_for_imm16 (fixS *fix, long *val) in obtain_reloc_for_imm16() argument
1195 valueT fup = fix->fx_addnumber; in obtain_reloc_for_imm16()
1198 if (fix->fx_pcrel) in obtain_reloc_for_imm16()
1203 as_bad_where (fix->fx_file, fix->fx_line, in obtain_reloc_for_imm16()
1206 as_bad_where (fix->fx_file, fix->fx_line, in obtain_reloc_for_imm16()
1209 as_bad_where (fix->fx_file, fix->fx_line, in obtain_reloc_for_imm16()
1212 as_bad_where (fix->fx_file, fix->fx_line, in obtain_reloc_for_imm16()
1287 md_apply_fix (fixS *fix, valueT *valP, segT seg ATTRIBUTE_UNUSED) in md_apply_fix() argument
1294 buf = fix->fx_frag->fr_literal + fix->fx_where; in md_apply_fix()
1300 fup = fix->fx_addnumber; in md_apply_fix()
1307 as_bad_where (fix->fx_file, fix->fx_line, in md_apply_fix()
1309 if (fix->fx_addsy) in md_apply_fix()
1310 as_bad_where (fix->fx_file, fix->fx_line, in md_apply_fix()
1315 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix()
1316 fix->fx_done = 1; in md_apply_fix()
1320 fix->fx_r_type = obtain_reloc_for_imm16 (fix, &val); in md_apply_fix()
1323 if (fix->fx_addsy) in md_apply_fix()
1324 fix->fx_done = 0; in md_apply_fix()
1329 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix()
1330 fix->fx_done = 1; in md_apply_fix()
1338 fix->fx_r_type = obtain_reloc_for_imm16 (fix, &val); in md_apply_fix()
1341 if (fix->fx_addsy) in md_apply_fix()
1342 fix->fx_done = 0; in md_apply_fix()
1348 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix()
1349 fix->fx_done = 1; in md_apply_fix()
1355 as_bad_where (fix->fx_file, fix->fx_line, in md_apply_fix()
1361 if (fix->fx_addsy) in md_apply_fix()
1363 fix->fx_done = 0; in md_apply_fix()
1364 fix->fx_r_type = BFD_RELOC_860_PC16; in md_apply_fix()
1371 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix()
1372 fix->fx_done = 1; in md_apply_fix()
1378 as_bad_where (fix->fx_file, fix->fx_line, in md_apply_fix()
1384 if (fix->fx_addsy) in md_apply_fix()
1386 fix->fx_r_type = BFD_RELOC_860_PC26; in md_apply_fix()
1387 fix->fx_done = 0; in md_apply_fix()
1393 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix()
1394 fix->fx_done = 1; in md_apply_fix()
1399 as_bad_where (fix->fx_file, fix->fx_line, in md_apply_fix()
1407 if (fix->fx_addsy) in md_apply_fix()
1409 fix->fx_r_type = BFD_RELOC_32; in md_apply_fix()
1410 fix->fx_done = 0; in md_apply_fix()
1416 fix->fx_r_type = BFD_RELOC_NONE; in md_apply_fix()
1417 fix->fx_done = 1; in md_apply_fix()
1467 int fix = bytes & 3; in i860_handle_align() local
1468 memset (p, 0, fix); in i860_handle_align()
1469 p += fix; in i860_handle_align()
1470 fragp->fr_fix += fix; in i860_handle_align()