Home
last modified time | relevance | path

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

/openbsd/sys/arch/amd64/include/
H A Dreloc.h32 #define R_X86_64_NONE 0 macro
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dx86-64.h27 RELOC_NUMBER (R_X86_64_NONE, 0) /* No reloc */
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dx86-64.h28 RELOC_NUMBER (R_X86_64_NONE, 0) /* No reloc */
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Dx86_64.def6 ELF_RELOC(R_X86_64_NONE, 0)
/openbsd/sys/arch/amd64/stand/efiboot/
H A Dself_reloc.c52 #define RELOC_TYPE_NONE R_X86_64_NONE
/openbsd/sys/arch/arm64/stand/efiboot/
H A Dself_reloc.c52 #define RELOC_TYPE_NONE R_X86_64_NONE
/openbsd/sys/arch/armv7/stand/efiboot/
H A Dself_reloc.c52 #define RELOC_TYPE_NONE R_X86_64_NONE
/openbsd/sys/arch/riscv64/stand/efiboot/
H A Dself_reloc.c52 #define RELOC_TYPE_NONE R_X86_64_NONE
/openbsd/gnu/llvm/lld/ELF/Arch/
H A DX86_64.cpp355 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 DRelocationResolver.cpp43 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 DX86ELFObjectWriter.cpp115 return ELF::R_X86_64_NONE; in getRelocType64()
H A DX86AsmBackend.cpp598 .Case("BFD_RELOC_NONE", ELF::R_X86_64_NONE) in getFixupKind()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf64-x86-64.c38 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 Delf64-x86-64.c37 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 DRuntimeDyldELF.cpp267 case ELF::R_X86_64_NONE: in resolveX86_64Relocation()