Home
last modified time | relevance | path

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

/freebsd/stand/efi/include/amd64/
H A Dpe.h293 #define IMAGE_SYM_DEBUG (UINT16)-2 // Symbol is a special debug item. macro
/freebsd/stand/efi/include/i386/
H A Dpe.h293 #define IMAGE_SYM_DEBUG (UINT16)-2 // Symbol is a special debug item. macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h211 IMAGE_SYM_DEBUG = -2, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp108 case COFF::IMAGE_SYM_DEBUG: { in getCOFFSectionName()
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp614 if (sectionNumber == llvm::COFF::IMAGE_SYM_DEBUG) in createDefined()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp676 File->Data.SectionNumber = COFF::IMAGE_SYM_DEBUG; in createFileSymbols()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp201 if (SectionNumber == COFF::IMAGE_SYM_DEBUG || Symb.isSectionDefinition()) in getSymbolType()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp946 case COFF::IMAGE_SYM_DEBUG: in getSymbolNMTypeChar()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1627 if (SectionNumber == llvm::COFF::IMAGE_SYM_DEBUG) in getSectionName()