Searched refs:IMAGE_SCN_LNK_INFO (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/binutils/include/coff/
H A Dpe.h58 #define IMAGE_SCN_LNK_INFO 0x00000200 /* Section contains comments or some other type of information. */ macro
/freebsd-11.0-release/contrib/elftoolchain/libpe/
H A Dpe.h247 #define IMAGE_SCN_LNK_INFO 0x00000200 macro
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DCOFF.h257 IMAGE_SCN_LNK_INFO = 0x00000200,
/freebsd-11.0-release/sys/boot/efi/include/amd64/
H A Dpe.h258 #define IMAGE_SCN_LNK_INFO 0x00000200 // Section contains comments or some other type of information. macro
/freebsd-11.0-release/sys/boot/efi/include/i386/
H A Dpe.h258 #define IMAGE_SCN_LNK_INFO 0x00000200 // Section contains comments or some other type of information. macro
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp769 ".drectve", COFF::IMAGE_SCN_LNK_INFO | COFF::IMAGE_SCN_LNK_REMOVE,
780 SXDataSection = Ctx->getCOFFSection(".sxdata", COFF::IMAGE_SCN_LNK_INFO,
/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DCOFFYAML.cpp220 BCase(IMAGE_SCN_LNK_INFO);
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp297 (COFF::IMAGE_SCN_MEM_DISCARDABLE | COFF::IMAGE_SCN_LNK_INFO);
/freebsd-11.0-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp743 if (Characteristics & COFF::IMAGE_SCN_LNK_INFO)
/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp229 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_LNK_INFO ),
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dcoffcode.h1093 case IMAGE_SCN_LNK_INFO:

Completed in 98 milliseconds