Searched refs:R_X86_64_32 (Results 1 – 10 of 10) sorted by relevance
| /trueos/contrib/binutils/include/elf/ |
| HD | x86-64.h | 39 RELOC_NUMBER (R_X86_64_32, 10) /* Direct 32 bit zero extended */
|
| /trueos/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| HD | X86ELFRelocationInfo.cpp | 70 case R_X86_64_32: in createExprForRelocation()
|
| HD | X86ELFObjectWriter.cpp | 147 Type = ELF::R_X86_64_32; in GetRelocType()
|
| /trueos/contrib/llvm/include/llvm/Object/ |
| HD | RelocVisitor.h | 60 case llvm::ELF::R_X86_64_32:
|
| HD | ELFObjectFile.h | 761 case ELF::R_X86_64_32: in getRelocationValueString()
|
| /trueos/sys/sys/ |
| HD | elf_common.h | 989 #define R_X86_64_32 10 /* Add 32 bit zero extended symbol value */ macro
|
| /trueos/contrib/binutils/bfd/ |
| HD | elf64-x86-64.c | 68 HOWTO(R_X86_64_32, 0, 2, 32, FALSE, 0, complain_overflow_unsigned, 181 { BFD_RELOC_32, R_X86_64_32, }, 947 case R_X86_64_32: in elf64_x86_64_check_relocs() 1250 case R_X86_64_32: in elf64_x86_64_gc_sweep_hook() 2369 case R_X86_64_32: in elf64_x86_64_relocate_section()
|
| /trueos/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| HD | RuntimeDyldELF.cpp | 237 case ELF::R_X86_64_32: in resolveX86_64Relocation() 240 assert((Type == ELF::R_X86_64_32 && (Value <= UINT32_MAX)) || in resolveX86_64Relocation()
|
| /trueos/contrib/llvm/lib/Object/ |
| HD | ELF.cpp | 33 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_X86_64_32); in getELFRelocationTypeName()
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | ELF.h | 344 R_X86_64_32 = 10, enumerator
|