Home
last modified time | relevance | path

Searched refs:IMAGE_REL_ARM64_BRANCH26 (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
Dcoff-relocations.s18 ; IMAGE_REL_ARM64_BRANCH26
72 ; CHECK: 0x14 IMAGE_REL_ARM64_BRANCH26 target
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64WinCOFFObjectWriter.cpp113 return COFF::IMAGE_REL_ARM64_BRANCH26; in getRelocType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFAArch64.h179 case COFF::IMAGE_REL_ARM64_BRANCH26: { in processRelocationRef()
303 case COFF::IMAGE_REL_ARM64_BRANCH26: { in resolveRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
DCOFF_AArch64.s38 # IMAGE_REL_ARM64_BRANCH26, test long branch
/external/u-boot/include/
Dpe.h223 #define IMAGE_REL_ARM64_BRANCH26 0x0003 macro
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DCOFF.h389 IMAGE_REL_ARM64_BRANCH26 = 0x0003, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCOFFYAML.cpp207 ECase(IMAGE_REL_ARM64_BRANCH26); in enumeration()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dobj2yaml.test284 COFF-ARM64-NEXT: Type: IMAGE_REL_ARM64_BRANCH26
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp1238 LLVM_COFF_SWITCH_RELOC_TYPE_NAME(IMAGE_REL_ARM64_BRANCH26); in getRelocationTypeName()