Home
last modified time | relevance | path

Searched refs:IMAGE_SCN_LNK_INFO (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/binutils/include/coff/
HDpe.h58 #define IMAGE_SCN_LNK_INFO 0x00000200 /* Section contains comments or some other… macro
/NextBSD/sys/boot/efi/include/amd64/
HDpe.h258 #define IMAGE_SCN_LNK_INFO 0x00000200 // Section contains comments or some other… macro
/NextBSD/contrib/llvm/include/llvm/Support/
HDCOFF.h255 IMAGE_SCN_LNK_INFO = 0x00000200, enumerator
/NextBSD/sys/boot/efi/include/i386/
HDpe.h258 #define IMAGE_SCN_LNK_INFO 0x00000200 // Section contains comments or some other… macro
/NextBSD/contrib/llvm/lib/MC/
HDMCObjectFileInfo.cpp718 ".drectve", COFF::IMAGE_SCN_LNK_INFO | COFF::IMAGE_SCN_LNK_REMOVE, in initCOFFMCObjectFileInfo()
729 SXDataSection = Ctx->getCOFFSection(".sxdata", COFF::IMAGE_SCN_LNK_INFO, in initCOFFMCObjectFileInfo()
/NextBSD/contrib/llvm/lib/Object/
HDCOFFYAML.cpp218 BCase(IMAGE_SCN_LNK_INFO); in bitset()
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp268 (COFF::IMAGE_SCN_MEM_DISCARDABLE | COFF::IMAGE_SCN_LNK_INFO); in isRequiredForExecution()
/NextBSD/contrib/llvm/tools/llvm-nm/
HDllvm-nm.cpp672 if (Characteristics & COFF::IMAGE_SCN_LNK_INFO) in getSymbolNMTypeChar()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp227 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_LNK_INFO ),
/NextBSD/contrib/binutils/bfd/
HDcoffcode.h1092 case IMAGE_SCN_LNK_INFO: in styp_to_sec_flags()