Lines Matching refs:hppa_fix

1227   struct hppa_fix_struct *hppa_fix = obstack_alloc (&notes, sizeof (struct hppa_fix_struct));  in fix_new_hppa()  local
1233 new_fix->tc_fix_data = (void *) hppa_fix; in fix_new_hppa()
1234 hppa_fix->fx_r_type = r_type; in fix_new_hppa()
1235 hppa_fix->fx_r_field = r_field; in fix_new_hppa()
1236 hppa_fix->fx_r_format = r_format; in fix_new_hppa()
1237 hppa_fix->fx_arg_reloc = arg_reloc; in fix_new_hppa()
1238 hppa_fix->segment = now_seg; in fix_new_hppa()
8402 struct hppa_fix_struct *hppa_fix; in hppa_fix_adjustable() local
8404 hppa_fix = (struct hppa_fix_struct *) fixp->tc_fix_data; in hppa_fix_adjustable()
8411 hppa_fix->fx_r_format, in hppa_fix_adjustable()
8412 hppa_fix->fx_r_field); in hppa_fix_adjustable()
8454 && (hppa_fix->segment->flags & SEC_CODE)) in hppa_fix_adjustable()
8487 if (hppa_fix->fx_r_field == e_lrsel in hppa_fix_adjustable()
8488 || hppa_fix->fx_r_field == e_rrsel in hppa_fix_adjustable()
8489 || hppa_fix->fx_r_field == e_nlrsel) in hppa_fix_adjustable()
8494 if (hppa_fix->fx_r_field == e_tsel in hppa_fix_adjustable()
8495 || hppa_fix->fx_r_field == e_ltsel in hppa_fix_adjustable()
8496 || hppa_fix->fx_r_field == e_rtsel in hppa_fix_adjustable()
8497 || hppa_fix->fx_r_field == e_psel in hppa_fix_adjustable()
8498 || hppa_fix->fx_r_field == e_rpsel in hppa_fix_adjustable()
8499 || hppa_fix->fx_r_field == e_lpsel) in hppa_fix_adjustable()
8503 if (hppa_fix->fx_r_type == R_HPPA_ABS_CALL) in hppa_fix_adjustable()
8624 struct hppa_fix_struct * hppa_fix = obstack_alloc (&notes, sizeof (struct hppa_fix_struct)); in pa_vtable_entry() local
8626 hppa_fix->fx_r_type = R_HPPA; in pa_vtable_entry()
8627 hppa_fix->fx_r_field = e_fsel; in pa_vtable_entry()
8628 hppa_fix->fx_r_format = 32; in pa_vtable_entry()
8629 hppa_fix->fx_arg_reloc = 0; in pa_vtable_entry()
8630 hppa_fix->segment = now_seg; in pa_vtable_entry()
8631 new_fix->tc_fix_data = (void *) hppa_fix; in pa_vtable_entry()
8645 struct hppa_fix_struct * hppa_fix = obstack_alloc (&notes, sizeof (struct hppa_fix_struct)); in pa_vtable_inherit() local
8647 hppa_fix->fx_r_type = R_HPPA; in pa_vtable_inherit()
8648 hppa_fix->fx_r_field = e_fsel; in pa_vtable_inherit()
8649 hppa_fix->fx_r_format = 32; in pa_vtable_inherit()
8650 hppa_fix->fx_arg_reloc = 0; in pa_vtable_inherit()
8651 hppa_fix->segment = now_seg; in pa_vtable_inherit()
8652 new_fix->tc_fix_data = (void *) hppa_fix; in pa_vtable_inherit()