Home | History | Annotate | Download | only in config

Lines Matching refs:fix

1958 obj_mach_o_force_reloc_sub_same (fixS *fix, segT seg)
1962 return obj_mach_o_in_different_subsection (fix->fx_addsy, fix->fx_subsy);
1966 obj_mach_o_force_reloc_sub_local (fixS *fix, segT seg ATTRIBUTE_UNUSED)
1968 return obj_mach_o_in_different_subsection (fix->fx_addsy, fix->fx_subsy);
1972 obj_mach_o_force_reloc (fixS *fix)
1974 if (generic_force_reloc (fix))
1979 if (fix->fx_addsy != NULL)
1981 symbolS *subsec = fix->fx_frag->obj_frag_data.subsection;
1982 symbolS *targ = fix->fx_addsy;