Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFObjectWriter.cpp86 return COFF::IMAGE_REL_AMD64_SECREL; in getRelocType()
93 return COFF::IMAGE_REL_AMD64_SECREL; in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h130 case COFF::IMAGE_REL_AMD64_SECREL: { in resolveRelocation()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF_x86_64.cpp161 case COFF::RelocationTypeAMD64::IMAGE_REL_AMD64_SECREL: { in addSingleRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp623 case COFF::IMAGE_REL_AMD64_SECREL: in supportsCOFFX86_64()
634 case COFF::IMAGE_REL_AMD64_SECREL: in resolveCOFFX86_64()
H A DCOFFObjectFile.cpp1396 LLVM_COFF_SWITCH_RELOC_TYPE_NAME(IMAGE_REL_AMD64_SECREL); in getRelocationTypeName()
/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DPeImage.h483 #define IMAGE_REL_AMD64_SECREL 0x000B macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h372 IMAGE_REL_AMD64_SECREL = 0x000B, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp178 ECase(IMAGE_REL_AMD64_SECREL); in enumeration()
/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.cpp144 case IMAGE_REL_AMD64_SECREL: applySecRel(this, off, os, s); break; in applyRelX64()
H A DPDB.cpp1739 return COFF::IMAGE_REL_AMD64_SECREL; in getSecrelReloc()