Searched refs:IMAGE_SCN_LNK_REMOVE (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/contrib/binutils/include/coff/
H A Dpe.h59 #define IMAGE_SCN_LNK_REMOVE 0x00000800 /* Section contents will not become part of image. */ macro
/freebsd-10.2-release/contrib/llvm/lib/Object/
H A DCOFFYAML.cpp171 BCase(IMAGE_SCN_LNK_REMOVE);
/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DCOFF.h234 IMAGE_SCN_LNK_REMOVE = 0x00000800,
/freebsd-10.2-release/sys/boot/efi/include/i386/
H A Dpe.h259 #define IMAGE_SCN_LNK_REMOVE 0x00000800 // Section contents will not become part of image. macro
/freebsd-10.2-release/sys/boot/efi/include/ia64/
H A Dpe.h265 #define IMAGE_SCN_LNK_REMOVE 0x00000800 // Section contents will not become part of image. macro
/freebsd-10.2-release/sys/boot/efi/include/amd64/
H A Dpe.h259 #define IMAGE_SCN_LNK_REMOVE 0x00000800 // Section contents will not become part of image. macro
/freebsd-10.2-release/contrib/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp248 *Flags |= COFF::IMAGE_SCN_LNK_REMOVE;
/freebsd-10.2-release/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp300 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_LNK_REMOVE ),
/freebsd-10.2-release/contrib/binutils/bfd/
H A Dcoffcode.h554 styp_flags |= IMAGE_SCN_LNK_REMOVE;
556 styp_flags |= IMAGE_SCN_LNK_REMOVE;
1081 case IMAGE_SCN_LNK_REMOVE:

Completed in 90 milliseconds