Home
last modified time | relevance | path

Searched refs:IMAGE_SYM_DEBUG (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/stand/efi/include/amd64/
Dpe.h294 #define IMAGE_SYM_DEBUG (UINT16)-2 // Symbol is a special debug item. macro
/freebsd-12-stable/stand/efi/include/i386/
Dpe.h294 #define IMAGE_SYM_DEBUG (UINT16)-2 // Symbol is a special debug item. macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DCOFF.h197 IMAGE_SYM_DEBUG = -2, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DWinCOFFObjectWriter.cpp866 File->Data.SectionNumber = COFF::IMAGE_SYM_DEBUG; in createFileSymbols()
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DInputFiles.cpp642 if (sectionNumber == llvm::COFF::IMAGE_SYM_DEBUG) in createDefined()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DCOFFObjectFile.cpp201 if (SectionNumber == COFF::IMAGE_SYM_DEBUG || Symb.isSectionDefinition()) in getSymbolType()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-nm/
Dllvm-nm.cpp886 case COFF::IMAGE_SYM_DEBUG: in getSymbolNMTypeChar()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1481 if (SectionNumber == llvm::COFF::IMAGE_SYM_DEBUG) in getSectionName()