Searched refs:R_X86_64_NONE (Results 1 – 15 of 15) sorted by relevance
/openbsd/sys/arch/amd64/include/ |
H A D | reloc.h | 32 #define R_X86_64_NONE 0 macro
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | x86-64.h | 27 RELOC_NUMBER (R_X86_64_NONE, 0) /* No reloc */
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | x86-64.h | 28 RELOC_NUMBER (R_X86_64_NONE, 0) /* No reloc */
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
H A D | x86_64.def | 6 ELF_RELOC(R_X86_64_NONE, 0)
|
/openbsd/sys/arch/amd64/stand/efiboot/ |
H A D | self_reloc.c | 52 #define RELOC_TYPE_NONE R_X86_64_NONE
|
/openbsd/sys/arch/arm64/stand/efiboot/ |
H A D | self_reloc.c | 52 #define RELOC_TYPE_NONE R_X86_64_NONE
|
/openbsd/sys/arch/armv7/stand/efiboot/ |
H A D | self_reloc.c | 52 #define RELOC_TYPE_NONE R_X86_64_NONE
|
/openbsd/sys/arch/riscv64/stand/efiboot/ |
H A D | self_reloc.c | 52 #define RELOC_TYPE_NONE R_X86_64_NONE
|
/openbsd/gnu/llvm/lld/ELF/Arch/ |
H A D | X86_64.cpp | 355 case R_X86_64_NONE: in getRelExpr() 414 return R_X86_64_NONE; in getDynRel() 708 case R_X86_64_NONE: in getImplicitAddend()
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 43 case ELF::R_X86_64_NONE: in supportsX86_64() 60 case ELF::R_X86_64_NONE: in resolveX86_64()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ELFObjectWriter.cpp | 115 return ELF::R_X86_64_NONE; in getRelocType64()
|
H A D | X86AsmBackend.cpp | 598 .Case("BFD_RELOC_NONE", ELF::R_X86_64_NONE) in getFixupKind()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf64-x86-64.c | 38 HOWTO(R_X86_64_NONE, 0, 0, 0, FALSE, 0, complain_overflow_dont, 171 { BFD_RELOC_NONE, R_X86_64_NONE, }, 222 r_type = R_X86_64_NONE; in elf64_x86_64_rtype_to_howto()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf64-x86-64.c | 37 HOWTO(R_X86_64_NONE, 0, 0, 0, FALSE, 0, complain_overflow_dont, 125 { BFD_RELOC_NONE, R_X86_64_NONE, },
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 267 case ELF::R_X86_64_NONE: in resolveX86_64Relocation()
|