Searched refs:tc_fix_adjustable (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-cr16.h45 #define tc_fix_adjustable(fixP) 0 macro
H A Dtc-s390.h34 #define tc_fix_adjustable(X) tc_s390_fix_adjustable(X) macro
H A Dtc-score.h50 #define tc_fix_adjustable(fixp) score_fix_adjustable (fixp) macro
H A Dtc-ppc.h101 #define tc_fix_adjustable(FIX) ppc_pe_fix_adjustable (FIX)
161 #define tc_fix_adjustable(FIX) ppc_fix_adjustable (FIX)
210 #define tc_fix_adjustable(FIX) ppc_fix_adjustable (FIX)
100 #define tc_fix_adjustable macro
160 #define tc_fix_adjustable macro
209 #define tc_fix_adjustable macro
H A Dtc-sparc.h106 #define tc_fix_adjustable(FIX) \ macro
135 #define tc_fix_adjustable(FIX) \ macro
H A Dtc-mep.h62 #define tc_fix_adjustable(fixP) mep_fix_adjustable (fixP) macro
H A Dtc-spu.h50 #define tc_fix_adjustable(FIXP) \ macro
H A Dtc-alpha.h60 #define tc_fix_adjustable(FIX) alpha_fix_adjustable (FIX) macro
H A Dtc-mips.h116 #define tc_fix_adjustable(fixp) mips_fix_adjustable (fixp) macro
H A Dtc-i386.h214 #define tc_fix_adjustable(X) tc_i386_fix_adjustable(X) macro
H A Dtc-arm.h249 # define tc_fix_adjustable(FIX) arm_fix_adjustable (FIX) macro
H A Dtc-ia64.h138 #define tc_fix_adjustable(f) ia64_fix_adjustable (f) macro
/freebsd-10-stable/contrib/binutils/gas/
H A Dwrite.c779 #ifdef tc_fix_adjustable
780 if (! tc_fix_adjustable (fixp))

Completed in 70 milliseconds