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

/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-s390.h27 #define TC_FORCE_RELOCATION(FIX) tc_s390_force_relocation(FIX) macro
32 (! SEG_NORMAL (SEG) || TC_FORCE_RELOCATION (FIX))
H A Dtc-cr16.h48 #define TC_FORCE_RELOCATION(FIXP) cr16_force_relocation (FIXP) macro
H A Dtc-score.h47 #define TC_FORCE_RELOCATION(FIXP) score_force_relocation (FIXP) macro
H A Dtc-sparc.h82 || TC_FORCE_RELOCATION (FIX))
97 || TC_FORCE_RELOCATION (FIX))
H A Dtc-mep.h70 #define TC_FORCE_RELOCATION(fix) mep_force_relocation (fix) macro
H A Dtc-spu.h57 #define TC_FORCE_RELOCATION(FIXP) \ macro
H A Dtc-alpha.h59 #define TC_FORCE_RELOCATION(FIX) alpha_force_relocation (FIX) macro
H A Dtc-mips.h128 #define TC_FORCE_RELOCATION(FIX) mips_force_relocation (FIX) macro
H A Dtc-arm.h82 #define TC_FORCE_RELOCATION(FIX) arm_force_relocation (FIX) macro
172 || TC_FORCE_RELOCATION (FIX))
H A Dtc-ia64.h137 #define TC_FORCE_RELOCATION(f) ia64_force_relocation (f) macro
319 || TC_FORCE_RELOCATION (FIX)))
H A Dtc-i386.h242 || TC_FORCE_RELOCATION (FIX))
H A Dtc-ppc.h222 #define TC_FORCE_RELOCATION(FIX) ppc_force_relocation (FIX)
221 #define TC_FORCE_RELOCATION macro
/freebsd-10.1-release/contrib/binutils/gas/
H A Dwrite.c36 #ifndef TC_FORCE_RELOCATION
37 #define TC_FORCE_RELOCATION(FIX) \ macro
43 (TC_FORCE_RELOCATION (FIX))
49 || TC_FORCE_RELOCATION (FIX))

Completed in 75 milliseconds