Searched refs:R_SPARC_LO10 (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
H A Dcoff-sparc.c48 R_SPARC_13, R_SPARC_LO10, enumerator in enum:reloc_type
99 HOWTO(R_SPARC_LO10, 0,2,10,FALSE,0,complain_overflow_dont, bfd_coff_generic_reloc,"R_SPARC_LO10", FALSE,0,0x000003ff,TRUE),
128 { BFD_RELOC_LO10, R_SPARC_LO10, },
H A Delf64-sparc.c51 for the same location, R_SPARC_LO10 and R_SPARC_13. */
121 relent->howto = _bfd_sparc_elf_info_to_howto_ptr (R_SPARC_LO10);
304 into R_SPARC_OLO10 if first one is R_SPARC_LO10 and the
314 if (sec->orelocation[idx]->howto->type == R_SPARC_LO10
385 if (ptr->howto->type == R_SPARC_LO10
401 dst_rela.r_info = ELF64_R_INFO (n, R_SPARC_LO10);
H A Delfxx-sparc.c192 HOWTO(R_SPARC_LO10, 0,2,10,FALSE,0,complain_overflow_dont, bfd_elf_generic_reloc, "R_SPARC_LO10", FALSE,0,0x000003ff,TRUE),
284 { BFD_RELOC_LO10, R_SPARC_LO10, },
1359 case R_SPARC_LO10:
1653 case R_SPARC_LO10:
2742 case R_SPARC_LO10:
3617 rela.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_SPARC_LO10);
3946 rela.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_SPARC_LO10);
3965 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_SPARC_LO10);
/freebsd-12-stable/contrib/binutils/include/elf/
H A Dsparc.h76 RELOC_NUMBER (R_SPARC_LO10, 12)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcELFObjectWriter.cpp83 case Sparc::fixup_sparc_lo10: return ELF::R_SPARC_LO10;
/freebsd-12-stable/sys/sys/
H A Delf_common.h1333 #define R_SPARC_LO10 12 macro
/freebsd-12-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2168 _ELF_DEFINE_RELOC(R_SPARC_LO10, 12) \

Completed in 266 milliseconds