Home
last modified time | relevance | path

Searched refs:IMAGE_REL_ARM64_SECREL (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64WinCOFFObjectWriter.cpp64 return COFF::IMAGE_REL_ARM64_SECREL; in getRelocType()
74 return COFF::IMAGE_REL_ARM64_SECREL; in getRelocType()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64WinCOFFObjectWriter.cpp108 return COFF::IMAGE_REL_ARM64_SECREL; in getRelocType()
118 return COFF::IMAGE_REL_ARM64_SECREL; in getRelocType()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h176 case COFF::IMAGE_REL_ARM64_SECREL: in processRelocationRef()
342 case COFF::IMAGE_REL_ARM64_SECREL: { in resolveRelocation()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h195 case COFF::IMAGE_REL_ARM64_SECREL: in processRelocationRef()
353 case COFF::IMAGE_REL_ARM64_SECREL: { in resolveRelocation()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DRelocationResolver.cpp459 case COFF::IMAGE_REL_ARM64_SECREL: in supportsCOFFARM64()
469 case COFF::IMAGE_REL_ARM64_SECREL: in resolveCOFFARM64()
H A DCOFFObjectFile.cpp1239 LLVM_COFF_SWITCH_RELOC_TYPE_NAME(IMAGE_REL_ARM64_SECREL); in getRelocationTypeName()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DRelocationResolver.cpp641 case COFF::IMAGE_REL_ARM64_SECREL: in supportsCOFFARM64()
652 case COFF::IMAGE_REL_ARM64_SECREL: in resolveCOFFARM64()
H A DCOFFObjectFile.cpp1330 LLVM_COFF_SWITCH_RELOC_TYPE_NAME(IMAGE_REL_ARM64_SECREL); in getRelocationTypeName()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DCOFF.h393 IMAGE_REL_ARM64_SECREL = 0x0008, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A DCOFF.h394 IMAGE_REL_ARM64_SECREL = 0x0008, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/
DCOFF.h408 IMAGE_REL_ARM64_SECREL = 0x0008, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/
DCOFF.h408 IMAGE_REL_ARM64_SECREL = 0x0008, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/
DCOFF.h408 IMAGE_REL_ARM64_SECREL = 0x0008, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/
DCOFF.h408 IMAGE_REL_ARM64_SECREL = 0x0008, enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loadpe/
Dldpe.go125 IMAGE_REL_ARM64_SECREL = 0x0008 const
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp216 ECase(IMAGE_REL_ARM64_SECREL); in enumeration()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp211 ECase(IMAGE_REL_ARM64_SECREL); in enumeration()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Dpe.go134 IMAGE_REL_ARM64_SECREL = 0x0008 const
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/arm64/
Dasm.go702 out.Write16(ld.IMAGE_REL_ARM64_SECREL)
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs2483 pub const IMAGE_REL_ARM64_SECREL: u32 = 8; constant