Home | History | Annotate | Download | only in config

Lines Matching refs:FIX

59 #define MD_APPLY_SYM_VALUE(FIX) 0
61 #define tc_fix_adjustable(FIX) \
62 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \
63 && (FIX)->fx_r_type != BFD_RELOC_32_PLT_PCREL \
64 && (FIX)->fx_r_type != BFD_RELOC_32_GOT_PCREL \
65 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY \
66 && ((FIX)->fx_pcrel \
67 || ((FIX)->fx_subsy != NULL \
68 && (S_GET_SEGMENT ((FIX)->fx_subsy) \
69 == S_GET_SEGMENT ((FIX)->fx_addsy))) \
70 || S_IS_LOCAL ((FIX)->fx_addsy)))