Home | History | Annotate | Download | only in config

Lines Matching refs:fix

83 #define TC_FORCE_RELOCATION(FIX) md_cris_force_relocation (FIX)
84 extern int md_cris_force_relocation (struct fix *);
97 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
98 (!(FIX)->fx_pcrel \
99 || IS_CRIS_PIC_RELOC ((FIX)->fx_r_type) \
100 || TC_FORCE_RELOCATION (FIX))
104 #define tc_fix_adjustable(FIX) \
105 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \
106 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY \
107 && (! IS_CRIS_PIC_RELOC ((FIX)->fx_r_type) \
108 || (FIX)->fx_r_type == BFD_RELOC_CRIS_32_GOTREL))
115 #define MD_APPLY_SYM_VALUE(FIX) 0