Searched refs:IMAGE_SCN_LNK_INFO (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSectionCOFF.cpp | 66 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_INFO) in printSwitchToSection()
|
H A D | MCObjectFileInfo.cpp | 755 ".drectve", COFF::IMAGE_SCN_LNK_INFO | COFF::IMAGE_SCN_LNK_REMOVE); in initCOFFMCObjectFileInfo() 765 SXDataSection = Ctx->getCOFFSection(".sxdata", COFF::IMAGE_SCN_LNK_INFO); in initCOFFMCObjectFileInfo()
|
/freebsd/contrib/elftoolchain/libpe/ |
H A D | pe.h | 247 #define IMAGE_SCN_LNK_INFO 0x00000200 macro
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | FormatUtil.cpp | 162 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_LNK_INFO, C, Style, "info"); in formatSectionCharacteristics()
|
/freebsd/stand/efi/include/amd64/ |
H A D | pe.h | 257 #define IMAGE_SCN_LNK_INFO 0x00000200 // Section contains comments or some other… macro
|
/freebsd/stand/efi/include/i386/ |
H A D | pe.h | 257 #define IMAGE_SCN_LNK_INFO 0x00000200 // Section contains comments or some other… macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | COFF.h | 306 IMAGE_SCN_LNK_INFO = 0x00000200, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | COFFMasmParser.cpp | 320 .CaseLower("info", COFF::IMAGE_SCN_LNK_INFO) in ParseDirectiveSegment()
|
H A D | COFFAsmParser.cpp | 265 *Flags |= COFF::IMAGE_SCN_LNK_INFO; in ParseSectionFlags()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | COFFImportFile.cpp | 607 u32(IMAGE_SCN_LNK_INFO | IMAGE_SCN_LNK_REMOVE)}}; in createWeakExternal()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 287 CV_ENUM_ENT(COFF, IMAGE_SCN_LNK_INFO),
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | COFFYAML.cpp | 276 BCase(IMAGE_SCN_LNK_INFO); in bitset()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 486 (COFF::IMAGE_SCN_MEM_DISCARDABLE | COFF::IMAGE_SCN_LNK_INFO); in isRequiredForExecution()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 956 if (Characteristics & COFF::IMAGE_SCN_LNK_INFO) in getSymbolNMTypeChar()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 427 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_LNK_INFO ),
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2859 OutContext.getCOFFSection(".hybmp$x", COFF::IMAGE_SCN_LNK_INFO)); in emitSpecialLLVMGlobal()
|