Searched refs:IMAGE_SYM_UNDEFINED (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/gnu-efi/dist/inc/ia32/
H A Dpe.h297 #define IMAGE_SYM_UNDEFINED (UINT16)0 // Symbol is undefined or is common. macro
/netbsd-current/sys/external/bsd/gnu-efi/dist/inc/ia64/
H A Dpe.h303 #define IMAGE_SYM_UNDEFINED (UINT16)0 // Symbol is undefined or is common. macro
/netbsd-current/sys/external/bsd/gnu-efi/dist/inc/x86_64/
H A Dpe.h297 #define IMAGE_SYM_UNDEFINED (UINT16)0 // Symbol is undefined or is common. macro
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DCOFF.h199 IMAGE_SYM_UNDEFINED = 0
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h382 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED &&
387 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED &&
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1485 if (SectionNumber == llvm::COFF::IMAGE_SYM_UNDEFINED)
1486 return StringRef("IMAGE_SYM_UNDEFINED");
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinnt.d1276 IMAGE_SYM_UNDEFINED = 0,

Completed in 219 milliseconds