Home
last modified time | relevance | path

Searched refs:IMAGE_REL_AMD64_REL32_5 (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldCOFFX86_64.h98 case COFF::IMAGE_REL_AMD64_REL32_5: { in resolveRelocation()
251 case COFF::IMAGE_REL_AMD64_REL32_5: in processRelocationRef()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDCOFF_x86_64.cpp132 case COFF::RelocationTypeAMD64::IMAGE_REL_AMD64_REL32_5: { in addSingleRelocation()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDCOFF.h369 IMAGE_REL_AMD64_REL32_5 = 0x0009, enumerator
/freebsd-14-stable/contrib/llvm-project/lld/COFF/
HDChunks.cpp129 case IMAGE_REL_AMD64_REL32_5: add32(off, s - p - 9); break; in applyRelX64()
611 case IMAGE_REL_AMD64_REL32_5: in getRuntimePseudoRelocSize()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCOFFYAML.cpp176 ECase(IMAGE_REL_AMD64_REL32_5); in enumeration()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDCOFFObjectFile.cpp1321 LLVM_COFF_SWITCH_RELOC_TYPE_NAME(IMAGE_REL_AMD64_REL32_5); in getRelocationTypeName()