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

/freebsd-11-stable/stand/efi/include/amd64/
H A Dpe.h292 #define IMAGE_SYM_UNDEFINED (UINT16)0 // Symbol is undefined or is common. macro
/freebsd-11-stable/stand/efi/include/i386/
H A Dpe.h292 #define IMAGE_SYM_UNDEFINED (UINT16)0 // Symbol is undefined or is common. macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h199 IMAGE_SYM_UNDEFINED = 0
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h382 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED &&
387 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED &&
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1443 if (SectionNumber == llvm::COFF::IMAGE_SYM_UNDEFINED)
1444 return StringRef("IMAGE_SYM_UNDEFINED");

Completed in 204 milliseconds