Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-hppa.c449 enum hppa_reloc_field_selector_type_alt fx_r_field; member
1235 hppa_fix->fx_r_field = r_field; in fix_new_hppa()
1408 hppa_fixp->fx_r_field, in tc_gen_reloc()
1812 else if (hppa_fixP->fx_r_field == e_psel in md_apply_fix()
1813 || hppa_fixP->fx_r_field == e_rpsel in md_apply_fix()
1814 || hppa_fixP->fx_r_field == e_lpsel in md_apply_fix()
1815 || hppa_fixP->fx_r_field == e_tsel in md_apply_fix()
1816 || hppa_fixP->fx_r_field == e_rtsel in md_apply_fix()
1817 || hppa_fixP->fx_r_field == e_ltsel) in md_apply_fix()
1821 new_val = hppa_field_adjust (* valP, 0, hppa_fixP->fx_r_field); in md_apply_fix()
[all …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-96972888 * config/tc-hppa.c (struct hppa_fix_struct): Tweak fx_r_field's type