Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFI386.h77 case COFF::IMAGE_REL_I386_DIR32NB: in processRelocationRef()
132 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.cpp80 return COFF::IMAGE_REL_I386_DIR32NB; in getRelocType()
/external/llvm/include/llvm/Support/
DCOFF.h300 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/llvm/lib/Object/
DCOFFYAML.cpp143 ECase(IMAGE_REL_I386_DIR32NB); in enumeration()
DCOFFObjectFile.cpp1089 LLVM_COFF_SWITCH_RELOC_TYPE_NAME(IMAGE_REL_I386_DIR32NB); in getRelocationTypeName()
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py1000 IMAGE_REL_I386_DIR32NB = 0x0007 variable in Relocs_Coff_i386
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test604 COFF-32: Type: IMAGE_REL_I386_DIR32NB (7)