Home
last modified time | relevance | path

Searched refs:IMAGE_REL_AMD64_REL32 (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldCOFFX86_64.h92 case COFF::IMAGE_REL_AMD64_REL32: in resolveRelocation()
101 uint64_t Delta = 4 + (RE.RelType - COFF::IMAGE_REL_AMD64_REL32); in resolveRelocation()
221 case COFF::IMAGE_REL_AMD64_REL32: in processRelocationRef()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
HDX86WinCOFFObjectWriter.cpp65 return COFF::IMAGE_REL_AMD64_REL32; in getRelocType()
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
HDChunks.cpp106 case IMAGE_REL_AMD64_REL32: add32(off, s - p - 4); break; in applyRelX64()
505 case IMAGE_REL_AMD64_REL32: in getRuntimePseudoRelocSize()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDCOFF.h349 IMAGE_REL_AMD64_REL32 = 0x0004, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCOFFYAML.cpp165 ECase(IMAGE_REL_AMD64_REL32); in enumeration()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDWinCOFFObjectWriter.cpp777 Reloc.Data.Type == COFF::IMAGE_REL_AMD64_REL32) || in recordRelocation()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDCOFFObjectFile.cpp1189 LLVM_COFF_SWITCH_RELOC_TYPE_NAME(IMAGE_REL_AMD64_REL32); in getRelocationTypeName()