Lines Matching refs:FIX
150 #define TC_VALIDATE_FIX(FIX,SEGTYPE,SKIP) i386_validate_fix(FIX) argument
156 #define MD_APPLY_SYM_VALUE(FIX) 0 argument
174 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ argument
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)) argument
331 #define TC_FORCE_RELOCATION_SUB_SAME(FIX,SEG) \ argument
332 (obj_mach_o_force_reloc_sub_same (FIX, SEG))
334 #define TC_FORCE_RELOCATION_SUB_LOCAL(FIX,SEG) \ argument
335 (obj_mach_o_force_reloc_sub_local (FIX, SEG))
337 #define TC_VALIDATE_FIX_SUB(FIX, SEG) 1 argument