Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldCOFFX86_64.h96 case COFF::IMAGE_REL_AMD64_REL32_3: in resolveRelocation()
249 case COFF::IMAGE_REL_AMD64_REL32_3: in processRelocationRef()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDCOFF_x86_64.cpp120 case COFF::RelocationTypeAMD64::IMAGE_REL_AMD64_REL32_3: { in addSingleRelocation()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDCOFF.h367 IMAGE_REL_AMD64_REL32_3 = 0x0007, enumerator
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
HDChunks.cpp127 case IMAGE_REL_AMD64_REL32_3: add32(off, s - p - 7); break; in applyRelX64()
609 case IMAGE_REL_AMD64_REL32_3: in getRuntimePseudoRelocSize()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCOFFYAML.cpp174 ECase(IMAGE_REL_AMD64_REL32_3); in enumeration()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDCOFFObjectFile.cpp1319 LLVM_COFF_SWITCH_RELOC_TYPE_NAME(IMAGE_REL_AMD64_REL32_3); in getRelocationTypeName()