Lines Matching refs:fix
40 long md_pcrel_from_section (struct fix *, segT);
41 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section(FIX, SEC)
69 #define MD_APPLY_SYM_VALUE(FIX) 0
73 #define tc_fix_adjustable(FIX) m32r_fix_adjustable (FIX)
74 bfd_boolean m32r_fix_adjustable (struct fix *);
84 extern bfd_boolean m32r_fix_adjustable (struct fix *);
98 #define TC_FORCE_RELOCATION(fix) m32r_force_relocation (fix)
99 extern int m32r_force_relocation (struct fix *);