Home | History | Annotate | Download | only in config

Lines Matching refs:fix

26 struct fix;
149 void i386_validate_fix (struct fix *);
150 #define TC_VALIDATE_FIX(FIX,SEGTYPE,SKIP) i386_validate_fix(FIX)
153 extern int tc_i386_fix_adjustable (struct fix *);
156 #define MD_APPLY_SYM_VALUE(FIX) 0
174 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
175 (!(FIX)->fx_pcrel \
176 || (FIX)->fx_r_type == BFD_RELOC_386_PLT32 \
177 || (FIX)->fx_r_type == BFD_RELOC_386_GOTPC \
178 || (FIX)->fx_r_type == BFD_RELOC_X86_64_GOTPCREL \
179 || TC_FORCE_RELOCATION (FIX))
329 #define TC_FORCE_RELOCATION(FIX) (obj_mach_o_force_reloc (FIX))
331 #define TC_FORCE_RELOCATION_SUB_SAME(FIX,SEG) \
332 (obj_mach_o_force_reloc_sub_same (FIX, SEG))
334 #define TC_FORCE_RELOCATION_SUB_LOCAL(FIX,SEG) \
335 (obj_mach_o_force_reloc_sub_local (FIX, SEG))
337 #define TC_VALIDATE_FIX_SUB(FIX, SEG) 1