Searched refs:e_lrsel (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | libhppa.h | 71 #undef e_lrsel 99 e_lrsel = R_HPPA_LRSEL, enumerator 357 case e_lrsel: in hppa_field_adjust()
|
D | elf-hppa.h | 652 case e_lrsel: in elf_hppa_reloc_final_type() 735 case e_lrsel: in elf_hppa_reloc_final_type() 818 case e_lrsel: in elf_hppa_reloc_final_type() 871 case e_lrsel: in elf_hppa_reloc_final_type() 887 case e_lrsel: in elf_hppa_reloc_final_type() 902 case e_lrsel: in elf_hppa_reloc_final_type() 917 case e_lrsel: in elf_hppa_reloc_final_type() 932 case e_lrsel: in elf_hppa_reloc_final_type()
|
D | elf32-hppa.c | 742 val = hppa_field_adjust (sym_value, 0, e_lrsel); in hppa_build_one_stub() 765 val = hppa_field_adjust (sym_value, (bfd_signed_vma) -8, e_lrsel); in hppa_build_one_stub() 792 val = hppa_field_adjust (sym_value, 0, e_lrsel), in hppa_build_one_stub() 3538 r_field = e_lrsel; in final_link_relocate()
|
D | elf64-hppa.c | 3472 value = hppa_field_adjust (value, addend, e_lrsel); in elf_hppa_final_link_relocate() 3503 value = hppa_field_adjust (value, addend, e_lrsel); in elf_hppa_final_link_relocate() 3543 value = hppa_field_adjust (value, addend, e_lrsel); in elf_hppa_final_link_relocate()
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-hppa.c | 929 {"lr", e_lrsel}, 8398 if (hppa_fix->fx_r_field == e_lrsel in hppa_fix_adjustable()
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-0203 | 6308 (hppa_fix_adjustable): Adjust list of selectors using e_lrsel and
|