Lines Matching refs:fix
24 struct fix;
26 #define TC_FORCE_RELOCATION(FIX) tc_s390_force_relocation(FIX)
27 extern int tc_s390_force_relocation (struct fix *);
30 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \
31 (! SEG_NORMAL (SEG) || TC_FORCE_RELOCATION (FIX))
34 extern int tc_s390_fix_adjustable (struct fix *);
37 #define MD_APPLY_SYM_VALUE(FIX) 0
76 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section(FIX, SEC)
77 extern long md_pcrel_from_section (struct fix *, segT);