Home
last modified time | relevance | path

Searched refs:IMAGE_REL_I386_DIR32NB (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFI386.h69 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/llvm/test/tools/llvm-objdump/
Dcoff-many-relocs.test8 CHECK-NEXT: IMAGE_REL_I386_DIR32NB foo
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFObjectWriter.cpp86 return COFF::IMAGE_REL_I386_DIR32NB; in getRelocType()
/external/llvm/test/MC/X86/
Dreloc-directive.s30 # OBJ-32: 0x10 IMAGE_REL_I386_DIR32NB foo
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCOFF.h207 IMAGE_REL_I386_DIR32NB = 0x0007, enumerator
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
Dpe.h407 #define IMAGE_REL_I386_DIR32NB 07 // Direct 32-bit reference to the symbols … macro
/external/syslinux/efi32/include/efi/ia32/
Dpe.h407 #define IMAGE_REL_I386_DIR32NB 07 // Direct 32-bit reference to the symbols … macro
/external/syslinux/efi64/include/efi/x86_64/
Dpe.h407 #define IMAGE_REL_I386_DIR32NB 07 // Direct 32-bit reference to the symbols … macro
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/
Dpe.h407 #define IMAGE_REL_I386_DIR32NB 07 // Direct 32-bit reference to the symbols … macro
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
Dpe.h413 #define IMAGE_REL_I386_DIR32NB 07 // Direct 32-bit reference to the symbols … macro
/external/llvm/include/llvm/Support/
DCOFF.h300 IMAGE_REL_I386_DIR32NB = 0x0007, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h305 IMAGE_REL_I386_DIR32NB = 0x0007, enumerator
/external/llvm/docs/
DExtensions.rst43 corresponds to the COFF relocation types ``IMAGE_REL_I386_DIR32NB`` (32-bit) or
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp630 LLVM_COFF_SWITCH_RELOC_TYPE_NAME(IMAGE_REL_I386_DIR32NB); in getRelocationTypeName()
/external/llvm/lib/ObjectYAML/
DCOFFYAML.cpp143 ECase(IMAGE_REL_I386_DIR32NB); in enumeration()
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py1008 IMAGE_REL_I386_DIR32NB = 0x0007 variable in Relocs_Coff_i386
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test613 COFF-32: Type: IMAGE_REL_I386_DIR32NB (7)
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1174 LLVM_COFF_SWITCH_RELOC_TYPE_NAME(IMAGE_REL_I386_DIR32NB); in getRelocationTypeName()