Home
last modified time | relevance | path

Searched refs:R_SPARC_WDISP30 (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-sparc.c46 R_SPARC_WDISP30, R_SPARC_WDISP22, enumerator
94 …HOWTO(R_SPARC_WDISP30, 2,2,30,TRUE, 0,complain_overflow_signed, bfd_coff_generic_reloc,"R_SPARC_W…
129 { BFD_RELOC_32_PCREL_S2, R_SPARC_WDISP30 },
H A Dnlm32-sparc.c37 R_SPARC_WDISP30, R_SPARC_WDISP22, enumerator
59 …HOWTO (R_SPARC_WDISP30, 2,2,30,TRUE, 0,complain_overflow_signed, 0,"R_SPARC_WDISP30", FALSE,0,0x3…
H A Delfxx-sparc.c187 …HOWTO(R_SPARC_WDISP30, 2,2,30,TRUE, 0,complain_overflow_signed, bfd_elf_generic_reloc, "R_SPAR…
285 { BFD_RELOC_32_PCREL_S2, R_SPARC_WDISP30 },
1322 case R_SPARC_WDISP30: in _bfd_sparc_elf_check_relocs()
1636 case R_SPARC_WDISP30: in _bfd_sparc_elf_gc_sweep_hook()
2727 case R_SPARC_WDISP30: in _bfd_sparc_elf_relocate_section()
3364 else if ((r_type == R_SPARC_WDISP30 || r_type == R_SPARC_WPLT30) in _bfd_sparc_elf_relocate_section()
H A DChangeLog-94954693 create a PLT entry as a R_SPARC_WDISP30 reloc.
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcoff-sparc.c46 R_SPARC_WDISP30, R_SPARC_WDISP22, enumerator
113 …HOWTO(R_SPARC_WDISP30, 2,2,30,TRUE, 0,complain_overflow_signed, bfd_coff_generic_reloc,"R_SPARC_W…
148 { BFD_RELOC_32_PCREL_S2, R_SPARC_WDISP30 },
H A Dnlm32-sparc.c52 R_SPARC_WDISP30, R_SPARC_WDISP22, enumerator
93 …HOWTO (R_SPARC_WDISP30, 2,2,30,TRUE, 0,complain_overflow_signed, 0,"R_SPARC_WDISP30", FALSE,0,0x3…
H A Delf32-sparc.c111 …HOWTO(R_SPARC_WDISP30, 2,2,30,TRUE, 0,complain_overflow_signed, bfd_elf_generic_reloc, "R_SPAR…
213 { BFD_RELOC_32_PCREL_S2, R_SPARC_WDISP30 },
1123 case R_SPARC_WDISP30:
1407 case R_SPARC_WDISP30:
2355 case R_SPARC_WDISP30:
2919 else if ((r_type == R_SPARC_WDISP30 || r_type == R_SPARC_WPLT30)
H A Delf64-sparc.c128 …HOWTO(R_SPARC_WDISP30, 2,2,30,TRUE, 0,complain_overflow_signed, bfd_elf_generic_reloc, "R_SPAR…
223 { BFD_RELOC_32_PCREL_S2, R_SPARC_WDISP30 },
1286 case R_SPARC_WDISP30:
2113 case R_SPARC_WDISP30:
2515 case R_SPARC_WDISP30:
H A DChangeLog-94954693 create a PLT entry as a R_SPARC_WDISP30 reloc.
/openbsd/gnu/llvm/lld/ELF/Arch/
H A DSPARCV9.cpp67 case R_SPARC_WDISP30: in getRelExpr()
101 case R_SPARC_WDISP30: in relocate()
/openbsd/sys/arch/sparc64/include/
H A Dexec.h40 #define R_SPARC_WDISP30 7 macro
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DSparc.def13 ELF_RELOC(R_SPARC_WDISP30, 7)
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dsparc.h70 RELOC_NUMBER (R_SPARC_WDISP30, 7)
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dsparc.h71 RELOC_NUMBER (R_SPARC_WDISP30, 7)
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcELFObjectWriter.cpp62 case Sparc::fixup_sparc_call30: return ELF::R_SPARC_WDISP30; in getRelocType()