Home
last modified time | relevance | path

Searched refs:R_X86_64_32 (Results 1 – 10 of 10) sorted by relevance

/trueos/contrib/binutils/include/elf/
HDx86-64.h39 RELOC_NUMBER (R_X86_64_32, 10) /* Direct 32 bit zero extended */
/trueos/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86ELFRelocationInfo.cpp70 case R_X86_64_32: in createExprForRelocation()
HDX86ELFObjectWriter.cpp147 Type = ELF::R_X86_64_32; in GetRelocType()
/trueos/contrib/llvm/include/llvm/Object/
HDRelocVisitor.h60 case llvm::ELF::R_X86_64_32:
HDELFObjectFile.h761 case ELF::R_X86_64_32: in getRelocationValueString()
/trueos/sys/sys/
HDelf_common.h989 #define R_X86_64_32 10 /* Add 32 bit zero extended symbol value */ macro
/trueos/contrib/binutils/bfd/
HDelf64-x86-64.c68 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/
HDRuntimeDyldELF.cpp237 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/
HDELF.cpp33 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_X86_64_32); in getELFRelocationTypeName()
/trueos/contrib/llvm/include/llvm/Support/
HDELF.h344 R_X86_64_32 = 10, enumerator