Home
last modified time | relevance | path

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

/freebsd-14.2/stand/efi/include/amd64/
H A Dpe.h330 #define IMAGE_SYM_CLASS_NULL 0 macro
/freebsd-14.2/stand/efi/include/i386/
H A Dpe.h330 #define IMAGE_SYM_CLASS_NULL 0 macro
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h221 IMAGE_SYM_CLASS_NULL = 0, ///< No symbol enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp605 IMAGE_SYM_CLASS_NULL, in createWeakExternal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp114 ECase(IMAGE_SYM_CLASS_NULL); in enumeration()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp455 if (Local->Data.StorageClass == COFF::IMAGE_SYM_CLASS_NULL) { in DefineSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp486 { "Null" , COFF::IMAGE_SYM_CLASS_NULL },