Home | History | Annotate | Download | only in config

Lines Matching refs:fix

43 #define MD_APPLY_SYM_VALUE(FIX) 0
54 #define tc_fix_adjustable(FIX) frv_fix_adjustable (FIX)
55 struct fix;
56 extern bfd_boolean frv_fix_adjustable (struct fix *);
59 #define TC_FORCE_RELOCATION(fix) frv_force_relocation (fix)
60 extern int frv_force_relocation (struct fix *);
65 #define TC_FORCE_RELOCATION_SUB_LOCAL(FIX, SEG) 1
78 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC)
79 extern long md_pcrel_from_section (struct fix *, segT);