Searched refs:R_X86_64_NONE (Results 1 – 13 of 13) sorted by relevance
| /trueos/contrib/binutils/include/elf/ |
| HD | x86-64.h | 28 RELOC_NUMBER (R_X86_64_NONE, 0) /* No reloc */
|
| /trueos/sys/boot/amd64/efi/ |
| HD | reloc.c | 87 CTASSERT(R_386_NONE == R_X86_64_NONE); in _reloc()
|
| /trueos/sys/boot/i386/efi/ |
| HD | reloc.c | 87 CTASSERT(R_386_NONE == R_X86_64_NONE); in _reloc()
|
| /trueos/sys/boot/common/ |
| HD | self_reloc.c | 54 #define RELOC_TYPE_NONE R_X86_64_NONE
|
| /trueos/usr.sbin/kldxref/ |
| HD | ef_amd64.c | 90 case R_X86_64_NONE: /* none */ in ef_reloc()
|
| /trueos/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| HD | X86ELFRelocationInfo.cpp | 62 case R_X86_64_NONE: in createExprForRelocation()
|
| /trueos/sys/amd64/amd64/ |
| HD | elf_machdep.c | 201 case R_X86_64_NONE: /* none */ in elf_reloc_internal()
|
| /trueos/contrib/llvm/include/llvm/Object/ |
| HD | RelocVisitor.h | 54 case llvm::ELF::R_X86_64_NONE:
|
| /trueos/libexec/rtld-elf/amd64/ |
| HD | reloc.c | 212 case R_X86_64_NONE: in reloc_non_plt()
|
| /trueos/sys/sys/ |
| HD | elf_common.h | 979 #define R_X86_64_NONE 0 /* No relocation. */ macro
|
| /trueos/contrib/llvm/lib/Object/ |
| HD | ELF.cpp | 23 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_X86_64_NONE); in getELFRelocationTypeName()
|
| /trueos/contrib/binutils/bfd/ |
| HD | 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()
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | ELF.h | 334 R_X86_64_NONE = 0, enumerator
|