Searched refs:R_X86_64_16 (Results 1 – 10 of 10) sorted by relevance
/openbsd/sys/arch/amd64/include/ |
H A D | reloc.h | 44 #define R_X86_64_16 12 macro
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | x86-64.h | 40 RELOC_NUMBER (R_X86_64_16, 12) /* Direct 16 bit zero extended */
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | x86-64.h | 41 RELOC_NUMBER (R_X86_64_16, 12) /* Direct 16 bit zero extended */
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
H A D | x86_64.def | 18 ELF_RELOC(R_X86_64_16, 12)
|
/openbsd/gnu/llvm/lld/ELF/Arch/ |
H A D | X86_64.cpp | 312 case R_X86_64_16: in getRelExpr() 671 case R_X86_64_16: in getImplicitAddend() 730 case R_X86_64_16: in relocate()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ELFObjectWriter.cpp | 124 return IsPCRel ? ELF::R_X86_64_PC16 : ELF::R_X86_64_16; in getRelocType64()
|
H A D | X86AsmBackend.cpp | 600 .Case("BFD_RELOC_16", ELF::R_X86_64_16) in getFixupKind()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf64-x86-64.c | 73 HOWTO(R_X86_64_16, 0, 1, 16, FALSE, 0, complain_overflow_bitfield, 137 { BFD_RELOC_16, R_X86_64_16, }, 778 case R_X86_64_16: in elf64_x86_64_check_relocs() 1081 case R_X86_64_16: in elf64_x86_64_gc_sweep_hook() 1945 case R_X86_64_16: in elf64_x86_64_relocate_section()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf64-x86-64.c | 74 HOWTO(R_X86_64_16, 0, 1, 16, FALSE, 0, complain_overflow_bitfield, 183 { BFD_RELOC_16, R_X86_64_16, }, 926 case R_X86_64_16: in elf64_x86_64_check_relocs() 1247 case R_X86_64_16: in elf64_x86_64_gc_sweep_hook() 2378 case R_X86_64_16: in elf64_x86_64_relocate_section()
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 278 case ELF::R_X86_64_16: { in resolveX86_64Relocation()
|