Home | History | Annotate | Download | only in config

Lines Matching refs:fix

42 #define MD_APPLY_SYM_VALUE(FIX) 0
44 #define tc_fix_adjustable(FIX) metag_fix_adjustable (FIX)
45 extern bfd_boolean metag_fix_adjustable (struct fix *);
47 #define TC_FORCE_RELOCATION(fix) metag_force_relocation (fix)
48 extern int metag_force_relocation (struct fix *);
53 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
54 extern long md_pcrel_from_section (struct fix *, segT);