Home
last modified time | relevance | path

Searched refs:IMAGE_REL_I386_REL16 (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/boot/efi/include/amd64/
HDpe.h402 #define IMAGE_REL_I386_REL16 02 // PC-relative 16-bit reference to the sym… macro
/NextBSD/contrib/llvm/include/llvm/Support/
HDCOFF.h296 IMAGE_REL_I386_REL16 = 0x0002, enumerator
/NextBSD/sys/boot/efi/include/i386/
HDpe.h402 #define IMAGE_REL_I386_REL16 02 // PC-relative 16-bit reference to the sym… macro
/NextBSD/contrib/llvm/lib/Object/
HDCOFFYAML.cpp140 ECase(IMAGE_REL_I386_REL16); in enumeration()
HDCOFFObjectFile.cpp1069 LLVM_COFF_SWITCH_RELOC_TYPE_NAME(IMAGE_REL_I386_REL16); in getRelocationTypeName()