/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFI386.h | 68 case COFF::IMAGE_REL_I386_DIR32: in processRelocationRef() 102 case COFF::IMAGE_REL_I386_DIR32: in processRelocationRef() 140 case COFF::IMAGE_REL_I386_DIR32: { in resolveRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | tls-windows-itanium.ll | 25 ; CHECK-OBJ: 0x1 IMAGE_REL_I386_DIR32 __tls_index 26 ; CHECK-OBJ: 0x8 IMAGE_REL_I386_DIR32 __tls_array
|
/external/llvm/test/CodeGen/X86/ |
D | tls-windows-itanium.ll | 25 ; CHECK-OBJ: 0x1 IMAGE_REL_I386_DIR32 __tls_index 26 ; CHECK-OBJ: 0x8 IMAGE_REL_I386_DIR32 __tls_array
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFI386.h | 68 case COFF::IMAGE_REL_I386_DIR32: in processRelocationRef() 102 case COFF::IMAGE_REL_I386_DIR32: in processRelocationRef() 140 case COFF::IMAGE_REL_I386_DIR32: { in resolveRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ |
D | coff-many-relocs.test | 7 CHECK-NEXT: IMAGE_REL_I386_DIR32 foo
|
/external/llvm/test/tools/llvm-objdump/ |
D | coff-many-relocs.test | 7 CHECK-NEXT: IMAGE_REL_I386_DIR32 foo
|
/external/swiftshader/third_party/LLVM/test/Object/ |
D | objdump-relocations.test | 11 COFF-i386: IMAGE_REL_I386_DIR32 L_.str
|
D | objdump-disassembly-inline-relocations.test | 11 COFF-i386: e: IMAGE_REL_I386_DIR32 L_.str
|
/external/llvm/test/Object/ |
D | yaml2obj-readobj.test | 14 // COFF-I386-NEXT: Type: IMAGE_REL_I386_DIR32 (6)
|
D | objdump-relocations.test | 20 COFF-i386: IMAGE_REL_I386_DIR32 L_.str
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | yaml2obj-readobj.test | 14 // COFF-I386-NEXT: Type: IMAGE_REL_I386_DIR32 (6)
|
D | objdump-relocations.test | 22 COFF-i386: IMAGE_REL_I386_DIR32 L_.str
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFObjectWriter.cpp | 89 return COFF::IMAGE_REL_I386_DIR32; in getRelocType()
|
/external/llvm/test/MC/X86/ |
D | reloc-directive.s | 26 # OBJ-32: 0x4 IMAGE_REL_I386_DIR32 foo
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/ |
D | reloc-directive.s | 26 # OBJ-32: 0x4 IMAGE_REL_I386_DIR32 foo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFObjectWriter.cpp | 97 return COFF::IMAGE_REL_I386_DIR32; in getRelocType()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | COFF.h | 206 IMAGE_REL_I386_DIR32 = 0x0006, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 296 case COFF::IMAGE_REL_I386_DIR32: in visitCOFF()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/X86/ |
D | objdump-disassembly-inline-relocations.test | 19 COFF-i386: e: IMAGE_REL_I386_DIR32 L_.str
|
/external/llvm/test/Object/X86/ |
D | objdump-disassembly-inline-relocations.test | 19 COFF-i386: e: IMAGE_REL_I386_DIR32 L_.str
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | COFF.h | 304 IMAGE_REL_I386_DIR32 = 0x0006, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | COFF.h | 335 IMAGE_REL_I386_DIR32 = 0x0006, enumerator
|
/external/llvm/include/llvm/Support/ |
D | COFF.h | 299 IMAGE_REL_I386_DIR32 = 0x0006, enumerator
|
/external/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 218 case COFF::IMAGE_REL_I386_DIR32: in visitCOFF()
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | COFFObjectFile.cpp | 629 LLVM_COFF_SWITCH_RELOC_TYPE_NAME(IMAGE_REL_I386_DIR32); in getRelocationTypeName()
|