Lines Matching refs:fix
26 #define MD_APPLY_SYM_VALUE(FIX) 0
138 /* Whether this fix was for an ADDA instruction. If so, a constant
139 resulting from resolving the fix should be implicitly shifted
150 struct fix;
151 extern void tic6x_init_fix_data (struct fix *fixP);
181 #define MD_PCREL_FROM_SECTION(FIX, SEC) tic6x_pcrel_from_section (FIX, SEC)
182 extern long tic6x_pcrel_from_section (struct fix *fixp, segT sec);
192 #define tc_fix_adjustable(FIX) tic6x_fix_adjustable (FIX)
193 extern bfd_boolean tic6x_fix_adjustable (struct fix *);