Home | History | Annotate | Download | only in config

Lines Matching refs:fix

1247 avr_validate_fix_sub (fixS *fix)
1255 if (!linkrelax || fix->fx_addsy == NULL)
1260 fix is not valid. If the segment is not "relaxable", then the fix
1262 add_symbol_segment = S_GET_SEGMENT (fix->fx_addsy);
1267 sub_symbol_segment = S_GET_SEGMENT (fix->fx_subsy);
1277 avr_force_relocation (fixS *fix)
1279 if (linkrelax && fix->fx_addsy
1280 && relaxable_section (S_GET_SEGMENT (fix->fx_addsy)))
1283 return generic_force_reloc (fix);
1594 in turns makes it difficult to fix `bfd_install_relocation'. */