/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cvtres/ |
D | machine.test | 31 X86-NEXT: 0x1E8 IMAGE_REL_I386_DIR32NB $R000000 32 X86-NEXT: 0x198 IMAGE_REL_I386_DIR32NB $R000001 33 X86-NEXT: 0x1A8 IMAGE_REL_I386_DIR32NB $R000002 34 X86-NEXT: 0x1C8 IMAGE_REL_I386_DIR32NB $R000003 35 X86-NEXT: 0x1D8 IMAGE_REL_I386_DIR32NB $R000004 36 X86-NEXT: 0x1F8 IMAGE_REL_I386_DIR32NB $R000005 37 X86-NEXT: 0x1B8 IMAGE_REL_I386_DIR32NB $R000006 38 X86-NEXT: 0x188 IMAGE_REL_I386_DIR32NB $R000007
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFI386.h | 69 case COFF::IMAGE_REL_I386_DIR32NB: in processRelocationRef() 103 case COFF::IMAGE_REL_I386_DIR32NB: in processRelocationRef() 156 case COFF::IMAGE_REL_I386_DIR32NB: { in resolveRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFI386.h | 69 case COFF::IMAGE_REL_I386_DIR32NB: in processRelocationRef() 103 case COFF::IMAGE_REL_I386_DIR32NB: in processRelocationRef() 158 case COFF::IMAGE_REL_I386_DIR32NB: { in resolveRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ |
D | coff-many-relocs.test | 8 CHECK-NEXT: IMAGE_REL_I386_DIR32NB foo
|
/external/llvm/test/tools/llvm-objdump/ |
D | coff-many-relocs.test | 8 CHECK-NEXT: IMAGE_REL_I386_DIR32NB foo
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFObjectWriter.cpp | 86 return COFF::IMAGE_REL_I386_DIR32NB; in getRelocType()
|
/external/llvm/test/MC/X86/ |
D | reloc-directive.s | 30 # OBJ-32: 0x10 IMAGE_REL_I386_DIR32NB foo
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/ |
D | reloc-directive.s | 30 # OBJ-32: 0x10 IMAGE_REL_I386_DIR32NB foo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFObjectWriter.cpp | 94 return COFF::IMAGE_REL_I386_DIR32NB; in getRelocType()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | COFF.h | 207 IMAGE_REL_I386_DIR32NB = 0x0007, enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | COFF.h | 305 IMAGE_REL_I386_DIR32NB = 0x0007, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | COFF.h | 336 IMAGE_REL_I386_DIR32NB = 0x0007, enumerator
|
/external/llvm/include/llvm/Support/ |
D | COFF.h | 300 IMAGE_REL_I386_DIR32NB = 0x0007, enumerator
|
/external/llvm/docs/ |
D | Extensions.rst | 43 corresponds to the COFF relocation types ``IMAGE_REL_I386_DIR32NB`` (32-bit) or
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | COFFImportFile.cpp | 57 return IMAGE_REL_I386_DIR32NB; in getImgRelRelocation()
|
D | WindowsResource.cpp | 702 Reloc->Type = COFF::IMAGE_REL_I386_DIR32NB; in writeFirstSectionRelocations()
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | COFFObjectFile.cpp | 630 LLVM_COFF_SWITCH_RELOC_TYPE_NAME(IMAGE_REL_I386_DIR32NB); in getRelocationTypeName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | simple.ll | 78 ; OBJ32-NEXT: 0x44 IMAGE_REL_I386_DIR32NB _f
|
/external/llvm/lib/ObjectYAML/ |
D | COFFYAML.cpp | 143 ECase(IMAGE_REL_I386_DIR32NB); in enumeration()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | COFFYAML.cpp | 151 ECase(IMAGE_REL_I386_DIR32NB); in enumeration()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 1096 IMAGE_REL_I386_DIR32NB = 0x0007 variable in Relocs_Coff_i386
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 1008 IMAGE_REL_I386_DIR32NB = 0x0007 variable in Relocs_Coff_i386
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Extensions.rst | 43 corresponds to the COFF relocation types ``IMAGE_REL_I386_DIR32NB`` (32-bit) or
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 1174 LLVM_COFF_SWITCH_RELOC_TYPE_NAME(IMAGE_REL_I386_DIR32NB); in getRelocationTypeName()
|
/external/llvm/test/tools/llvm-readobj/ |
D | reloc-types.test | 613 COFF-32: Type: IMAGE_REL_I386_DIR32NB (7)
|