Home
last modified time | relevance | path

Searched refs:IMAGE_SYM_CLASS_NULL (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/stand/efi/include/amd64/
HDpe.h330 #define IMAGE_SYM_CLASS_NULL 0 macro
/freebsd-13-stable/stand/efi/include/i386/
HDpe.h330 #define IMAGE_SYM_CLASS_NULL 0 macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDCOFF.h221 IMAGE_SYM_CLASS_NULL = 0, ///< No symbol enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDCOFFImportFile.cpp640 IMAGE_SYM_CLASS_NULL, in createWeakExternal()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCOFFYAML.cpp114 ECase(IMAGE_SYM_CLASS_NULL); in enumeration()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDWinCOFFObjectWriter.cpp427 if (Local->Data.StorageClass == COFF::IMAGE_SYM_CLASS_NULL) { in defineSymbol()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp487 { "Null" , COFF::IMAGE_SYM_CLASS_NULL },