Home | History | Annotate | Download | only in gas

Lines Matching refs:fix

32 #define TC_FORCE_RELOCATION(FIX)		\
33 (generic_force_reloc (FIX))
37 #define TC_FORCE_RELOCATION_ABS(FIX) \
38 (TC_FORCE_RELOCATION (FIX))
42 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
43 (!(FIX)->fx_pcrel \
44 || TC_FORCE_RELOCATION (FIX))
48 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \
57 #define TC_FORCE_RELOCATION_SUB_ABS(FIX, SEG) \
63 #define TC_FORCE_RELOCATION_SUB_LOCAL(FIX, SEG) \
66 #define TC_FORCE_RELOCATION_SUB_LOCAL(FIX, SEG) 1
73 #define TC_VALIDATE_FIX_SUB(FIX, SEG) \
76 #define TC_VALIDATE_FIX_SUB(FIX, SEG) \
78 && ((FIX)->fx_r_type == BFD_RELOC_GPREL32 \
79 || (FIX)->fx_r_type == BFD_RELOC_GPREL16))
88 #define MD_APPLY_SYM_VALUE(FIX) 1
96 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from (FIX)
110 #define TC_FX_SIZE_SLACK(FIX) 0
324 generic_force_reloc (fixS *fix)
326 if (fix->fx_r_type == BFD_RELOC_VTABLE_INHERIT
327 || fix->fx_r_type == BFD_RELOC_VTABLE_ENTRY)
330 if (fix->fx_addsy == NULL)
333 return S_FORCE_RELOC (fix->fx_addsy, fix->fx_subsy == NULL);
892 For each one, call md_apply_fix to put the fix into the frag data.
1112 } /* Not a bit fix. */
2843 fprintf (stderr, "fix ");