Searched refs:R_SPARC_OLO10 (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | sparc.h | 85 R_SPARC_OLO10 = 33, // 10bit with secondary 13bit addend enumerator
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | sparc.h | 105 RELOC_NUMBER (R_SPARC_OLO10, 33)
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf64-sparc.c | 119 if (r_type == R_SPARC_OLO10) in elf64_sparc_slurp_one_reloc_table() 399 R_SPARC_OLO10)); in elf64_sparc_write_relocs()
|
D | elfxx-sparc.c | 245 …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/ |
D | sparc.cc | 2009 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/ |
D | ChangeLog-2011 | 672 * objdump.c (dump_reloc_set): Output R_SPARC_OLO10 relocations
|
D | ChangeLog-9899 | 397 (dump_relocations): Use ELF64_R_TYPE_ID for Sparc, for R_SPARC_OLO10
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-sparc.texi | 748 @code{R_SPARC_OLO10} instead.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9899 | 1301 R_SPARC_OLO10 handling.
|