Searched refs:R_SPARC_LO10 (Results 1 – 12 of 12) sorted by relevance
| /trueos/contrib/binutils/bfd/ |
| HD | coff-sparc.c | 48 R_SPARC_13, R_SPARC_LO10, enumerator 99 …HOWTO(R_SPARC_LO10, 0,2,10,FALSE,0,complain_overflow_dont, bfd_coff_generic_reloc,"R_SPARC_L… 128 { BFD_RELOC_LO10, R_SPARC_LO10, },
|
| HD | elf64-sparc.c | 121 relent->howto = _bfd_sparc_elf_info_to_howto_ptr (R_SPARC_LO10); in elf64_sparc_slurp_one_reloc_table() 314 if (sec->orelocation[idx]->howto->type == R_SPARC_LO10 in elf64_sparc_write_relocs() 385 if (ptr->howto->type == R_SPARC_LO10 in elf64_sparc_write_relocs() 401 dst_rela.r_info = ELF64_R_INFO (n, R_SPARC_LO10); in elf64_sparc_write_relocs()
|
| HD | elfxx-sparc.c | 192 …HOWTO(R_SPARC_LO10, 0,2,10,FALSE,0,complain_overflow_dont, bfd_elf_generic_reloc, "R_SPAR… 284 { BFD_RELOC_LO10, R_SPARC_LO10, }, 1357 case R_SPARC_LO10: in _bfd_sparc_elf_check_relocs() 1650 case R_SPARC_LO10: in _bfd_sparc_elf_gc_sweep_hook() 2737 case R_SPARC_LO10: in _bfd_sparc_elf_relocate_section() 3612 rela.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_SPARC_LO10); in sparc_vxworks_build_plt_entry() 3941 rela.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_SPARC_LO10); in sparc_vxworks_finish_exec_plt() 3960 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_SPARC_LO10); in sparc_vxworks_finish_exec_plt()
|
| /trueos/contrib/llvm/patches/ |
| HD | patch-r262261-llvm-r200112-sparc.diff | 18 + ! CHECK-OBJ: 0x{{[0-9,A-F]+}} R_SPARC_LO10 sym 91 + LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_SPARC_LO10);
|
| HD | patch-r262261-llvm-r198565-sparc.diff | 29 + R_SPARC_LO10 = 12,
|
| HD | patch-r262261-llvm-r200962-sparc.diff | 341 +; v8abs-obj: 0x{{[0-9,A-F]+}} R_SPARC_LO10 _GLOBAL_OFFSET_TABLE_ 0x0
|
| HD | patch-r262261-llvm-r198580-sparc.diff | 324 + case Sparc::fixup_sparc_lo10: return ELF::R_SPARC_LO10;
|
| /trueos/contrib/binutils/include/elf/ |
| HD | sparc.h | 76 RELOC_NUMBER (R_SPARC_LO10, 12)
|
| /trueos/contrib/llvm/lib/Target/Sparc/MCTargetDesc/ |
| HD | SparcELFObjectWriter.cpp | 86 case Sparc::fixup_sparc_lo10: return ELF::R_SPARC_LO10; in GetRelocType()
|
| /trueos/sys/sys/ |
| HD | elf_common.h | 910 #define R_SPARC_LO10 12 macro
|
| /trueos/contrib/llvm/lib/Object/ |
| HD | ELF.cpp | 721 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_SPARC_LO10); in getELFRelocationTypeName()
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | ELF.h | 1104 R_SPARC_LO10 = 12, enumerator
|