Home
last modified time | relevance | path

Searched refs:fx_tcbit (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-i960.h125 ((FIX)->fx_tcbit \
Dtc-i960.c605 fixP->fx_tcbit = callj; in get_cdisp()
2295 if (!fixP->fx_tcbit) in reloc_callj()
2415 ri.r_callj = fixP->fx_tcbit; in tc_bout_fix_to_chars()
2585 if (fixP->fx_tcbit && TC_S_IS_CALLNAME (fixP->fx_addsy)) in i960_validate_fix()
Dtc-sh.c3408 fix->fx_tcbit = 1; in sh_count_relocs()
3485 if (fscan->fx_tcbit) in sh_frob_section()
Dtc-vax.c2342 if (fixp->fx_tcbit) in tc_gen_reloc()
Dtc-ppc.c2109 fix->fx_tcbit = 1; in ppc_elf_cons_fix_check()
7000 && !fixP->fx_tcbit in md_apply_fix()
Dtc-mips.c7572 ip->fixp[0]->fx_tcbit = 1; in append_insn()
7573 ip->fixp[i]->fx_tcbit = 1; in append_insn()
15007 if (fixP->fx_addsy == NULL && !fixP->fx_pcrel && fixP->fx_tcbit == 0) in md_apply_fix()
16421 BFD_RELOC_GPREL32)->fx_tcbit = 1; in s_gpdword()
16425 FALSE, BFD_RELOC_64)->fx_tcbit = 1; in s_gpdword()
Dtc-m68k.c1250 if (fixp->fx_tcbit) in tc_gen_reloc()
4995 fixP->fx_tcbit = 1; in md_apply_fix()
/toolchain/binutils/binutils-2.25/gas/
Dwrite.h49 unsigned fx_tcbit : 1; member
Dwrite.c180 fixP->fx_tcbit = 0; in fix_new_internal()
2858 if (fixp->fx_tcbit) in print_fixup()
DChangeLog-20072464 fx_tcbit.
2485 fx_tcbit in place of fx_plt.
DChangeLog-20041097 of the composite relocation. Set fx_tcbit in both fixups.
1101 * config/tc-mips.c (append_insn): Set fx_tcbit for composite relocs.
DChangeLog-9295970 * config/tc-m68k.c (tc_coff_fix2rtype): If fx_tcbit is set, return
972 (tc_gen_reloc): If fx_tcbit is set, abort.
974 and set fx_tcbit.
8363 * write.h (fixS): Rename fx_callj field to fx_tcbit.