Lines Matching refs:fix
24 struct fix;
319 extern void xtensa_init_fix_data (struct fix *);
321 extern int xtensa_force_relocation (struct fix *);
322 extern int xtensa_validate_fix_sub (struct fix *);
328 extern bfd_boolean xtensa_fix_adjustable (struct fix *);
345 #define TC_FORCE_RELOCATION(fix) xtensa_force_relocation (fix)
346 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \
347 (! SEG_NORMAL (seg) || xtensa_force_relocation (fix))
348 #define TC_VALIDATE_FIX_SUB(fix, seg) xtensa_validate_fix_sub (fix)
353 #define tc_fix_adjustable(fix) xtensa_fix_adjustable (fix)
402 #define MD_APPLY_SYM_VALUE(FIX) 0