Lines Matching refs:fix
54 struct fix;
67 #define TC_FORCE_RELOCATION(FIX) aarch64_force_relocation (FIX)
82 #define TC_INIT_FIX_DATA(FIX) { (FIX)->tc_fix_data.inst = NULL; \
83 (FIX)->tc_fix_data.opnd = AARCH64_OPND_NIL; }
111 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
112 (!(FIX)->fx_pcrel \
113 || (FIX)->fx_r_type == BFD_RELOC_64 \
114 || (FIX)->fx_r_type == BFD_RELOC_32 \
115 || TC_FORCE_RELOCATION (FIX))
201 # define tc_fix_adjustable(FIX) 1
203 # define MD_APPLY_SYM_VALUE(FIX) 0
209 extern long md_pcrel_from_section (struct fix *, segT);
212 extern int aarch64_force_relocation (struct fix *);