Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/elfcpp/
Dsparc.h85 R_SPARC_OLO10 = 33, // 10bit with secondary 13bit addend enumerator
/toolchain/binutils/binutils-2.25/include/elf/
Dsparc.h105 RELOC_NUMBER (R_SPARC_OLO10, 33)
/toolchain/binutils/binutils-2.25/bfd/
Delf64-sparc.c119 if (r_type == R_SPARC_OLO10) in elf64_sparc_slurp_one_reloc_table()
399 R_SPARC_OLO10)); in elf64_sparc_write_relocs()
Delfxx-sparc.c245 …HOWTO(R_SPARC_OLO10, 0,2,13,FALSE,0,complain_overflow_signed, sparc_elf_notsup_reloc, "R_SPAR…
406 return &_bfd_sparc_elf_howto_table[R_SPARC_OLO10]; in _bfd_sparc_elf_reloc_type_lookup()
1720 case R_SPARC_OLO10: in _bfd_sparc_elf_check_relocs()
2046 case R_SPARC_OLO10: in _bfd_sparc_elf_gc_sweep_hook()
3366 case R_SPARC_OLO10: in _bfd_sparc_elf_relocate_section()
3912 if (r_type == R_SPARC_OLO10) in _bfd_sparc_elf_relocate_section()
/toolchain/binutils/binutils-2.25/gold/
Dsparc.cc2009 case elfcpp::R_SPARC_OLO10: in get_reference_flags()
2155 case elfcpp::R_SPARC_OLO10: in check_non_pic()
2305 case elfcpp::R_SPARC_OLO10: in local()
2669 case elfcpp::R_SPARC_OLO10: in global()
3464 case elfcpp::R_SPARC_OLO10: in relocate()
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-2011672 * objdump.c (dump_reloc_set): Output R_SPARC_OLO10 relocations
DChangeLog-9899397 (dump_relocations): Use ELF64_R_TYPE_ID for Sparc, for R_SPARC_OLO10
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-sparc.texi748 @code{R_SPARC_OLO10} instead.
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-98991301 R_SPARC_OLO10 handling.