Home | History | Annotate | Download | only in config

Lines Matching refs:fix

91     int bigendian;			/* byte order at fix location */
107 extern int ia64_fix_adjustable (struct fix *);
108 extern int ia64_force_relocation (struct fix *);
111 extern void ia64_validate_fix (struct fix *);
116 extern long ia64_pcrel_from_section (struct fix *, segT);
141 #define MD_APPLY_SYM_VALUE(FIX) 0
153 #define TC_VALIDATE_FIX(fix,seg,skip) ia64_validate_fix (fix)
154 #define MD_PCREL_FROM_SECTION(fix,sec) ia64_pcrel_from_section (fix, sec)
321 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
322 ((FIX)->fx_r_type != BFD_RELOC_UNUSED \
323 && (!(FIX)->fx_pcrel \
324 || (FIX)->fx_r_type == BFD_RELOC_IA64_PLTOFF22 \
325 || TC_FORCE_RELOCATION (FIX)))