Home
last modified time | relevance | path

Searched refs:R_SPARC_RELATIVE (Results 1 – 22 of 22) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-sparc.c54 R_SPARC_RELATIVE, enumerator
109 …HOWTO(R_SPARC_RELATIVE,0,0,00,FALSE,0,complain_overflow_dont, bfd_coff_generic_reloc,"R_SPARC_R…
141 { BFD_RELOC_SPARC_RELATIVE, R_SPARC_RELATIVE },
H A Dnlm32-sparc.c45 R_SPARC_RELATIVE, enumerator
74 …HOWTO (R_SPARC_RELATIVE,0,0,00,FALSE,0,complain_overflow_dont, 0,"R_SPARC_RELATIVE",FALSE,0,0x0…
H A Delf32-sparc.c158 case R_SPARC_RELATIVE: in elf32_sparc_reloc_type_class()
H A Delfxx-sparc.c202 …HOWTO(R_SPARC_RELATIVE, 0,0,00,FALSE,0,complain_overflow_dont, bfd_elf_generic_reloc, "R_SPAR…
298 { BFD_RELOC_SPARC_RELATIVE, R_SPARC_RELATIVE },
2642 0, R_SPARC_RELATIVE); in _bfd_sparc_elf_relocate_section()
2863 0, R_SPARC_RELATIVE); in _bfd_sparc_elf_relocate_section()
3744 rela.r_info = SPARC_ELF_R_INFO (htab, NULL, 0, R_SPARC_RELATIVE); in _bfd_sparc_elf_finish_dynamic_symbol()
H A Delf64-sparc.c762 case R_SPARC_RELATIVE: in elf64_sparc_reloc_type_class()
H A DChangeLog-02036446 * elf32-sparc.c (elf32_sparc_relocate_section): Put R_SPARC_RELATIVE
6450 R_SPARC_RELATIVE's r_offset.
H A DChangeLog-94954511 R_SPARC_32 reloc into an R_SPARC_RELATIVE reloc. Use the dynamic
4691 create a R_SPARC_RELATIVE reloc when generating a shared object.
H A DChangeLog-96971823 R_SPARC_RELATIVE relocs in unallocated sections.
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcoff-sparc.c54 R_SPARC_RELATIVE, enumerator
128 …HOWTO(R_SPARC_RELATIVE,0,0,00,FALSE,0,complain_overflow_dont, bfd_coff_generic_reloc,"R_SPARC_R…
160 { BFD_RELOC_SPARC_RELATIVE, R_SPARC_RELATIVE },
H A Dnlm32-sparc.c60 R_SPARC_RELATIVE, enumerator
108 …HOWTO (R_SPARC_RELATIVE,0,0,00,FALSE,0,complain_overflow_dont, 0,"R_SPARC_RELATIVE",FALSE,0,0x0…
H A Delf64-sparc.c143 …HOWTO(R_SPARC_RELATIVE, 0,0,00,FALSE,0,complain_overflow_dont, bfd_elf_generic_reloc, "R_SPAR…
236 { BFD_RELOC_SPARC_RELATIVE, R_SPARC_RELATIVE },
2242 outrel.r_info = ELF64_R_INFO (0, R_SPARC_RELATIVE);
2394 outrel.r_info = ELF64_R_INFO (0, R_SPARC_RELATIVE);
2784 rela.r_info = ELF64_R_INFO (0, R_SPARC_RELATIVE);
2943 case R_SPARC_RELATIVE:
H A Delf32-sparc.c126 …HOWTO(R_SPARC_RELATIVE, 0,0,00,FALSE,0,complain_overflow_dont, bfd_elf_generic_reloc, "R_SPAR…
226 { BFD_RELOC_SPARC_RELATIVE, R_SPARC_RELATIVE },
2291 outrel.r_info = ELF32_R_INFO (0, R_SPARC_RELATIVE);
2466 outrel.r_info = ELF32_R_INFO (0, R_SPARC_RELATIVE);
3148 rela.r_info = ELF32_R_INFO (0, R_SPARC_RELATIVE);
3422 case R_SPARC_RELATIVE:
H A DChangeLog-02036446 * elf32-sparc.c (elf32_sparc_relocate_section): Put R_SPARC_RELATIVE
6450 R_SPARC_RELATIVE's r_offset.
H A DChangeLog-94954511 R_SPARC_32 reloc into an R_SPARC_RELATIVE reloc. Use the dynamic
4691 create a R_SPARC_RELATIVE reloc when generating a shared object.
H A DChangeLog-96971823 R_SPARC_RELATIVE relocs in unallocated sections.
/openbsd/libexec/ld.so/sparc64/
H A DMakefile.inc15 RELATIVE_RELOC=R_SPARC_RELATIVE
/openbsd/sys/arch/sparc64/include/
H A Dexec.h55 #define R_SPARC_RELATIVE 22 macro
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DSparc.def28 ELF_RELOC(R_SPARC_RELATIVE, 22)
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dsparc.h85 RELOC_NUMBER (R_SPARC_RELATIVE, 22)
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dsparc.h86 RELOC_NUMBER (R_SPARC_RELATIVE, 22)
/openbsd/gnu/llvm/lld/ELF/Arch/
H A DSPARCV9.cpp38 relativeRel = R_SPARC_RELATIVE; in SPARCV9()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DELF.cpp224 return ELF::R_SPARC_RELATIVE; in getELFRelativeRelocationType()