Home
last modified time | relevance | path

Searched refs:hppa_fix (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-hppa.c1227 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()
[all …]