Home | History | Annotate | Download | only in config

Lines Matching refs:FIX

90 #define tc_fix_adjustable(FIX)						\
91 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \
92 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY \
93 && ((FIX)->fx_r_type < BFD_RELOC_SPARC_TLS_GD_HI22 \
94 || (FIX)->fx_r_type > BFD_RELOC_SPARC_TLS_TPOFF64) \
96 || ((FIX)->fx_r_type != BFD_RELOC_HI22 \
97 && (FIX)->fx_r_type != BFD_RELOC_LO10 \
98 && (FIX)->fx_r_type != BFD_RELOC_SPARC13 \
99 && ((FIX)->fx_r_type != BFD_RELOC_32_PCREL_S2 \
100 || !generic_force_reloc (FIX)) \
101 && ((FIX)->fx_pcrel \
102 || ((FIX)->fx_subsy != NULL \
103 && (S_GET_SEGMENT ((FIX)->fx_subsy) \
104 == S_GET_SEGMENT ((FIX)->fx_addsy))) \
105 || S_IS_LOCAL ((FIX)->fx_addsy)))))
108 #define MD_APPLY_SYM_VALUE(FIX) 0
117 #define TC_FORCE_RELOCATION_SUB_LOCAL(FIX, SEG) \
118 (!((FIX)->fx_r_type == BFD_RELOC_64 \
119 || (FIX)->fx_r_type == BFD_RELOC_32 \
120 || (FIX)->fx_r_type == BFD_RELOC_16 \
121 || (FIX)->fx_r_type == BFD_RELOC_8))
150 #define TC_FIX_DATA_PRINT(FILE, FIX) \
154 (unsigned long) (FIX)->tc_fix_data); \