Searched refs:IMAGE_SCN_MEM_NOT_PAGED (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/contrib/binutils/include/coff/
H A Dpe.h79 #define IMAGE_SCN_MEM_NOT_PAGED 0x08000000 /* Section is not pageable. */ macro
/freebsd-10.2-release/contrib/llvm/lib/Object/
H A DCOFFYAML.cpp181 BCase(IMAGE_SCN_MEM_NOT_PAGED);
/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DCOFF.h258 IMAGE_SCN_MEM_NOT_PAGED = 0x08000000,
/freebsd-10.2-release/sys/boot/efi/include/i386/
H A Dpe.h272 #define IMAGE_SCN_MEM_NOT_PAGED 0x08000000 // Section is not pageable. macro
/freebsd-10.2-release/sys/boot/efi/include/ia64/
H A Dpe.h278 #define IMAGE_SCN_MEM_NOT_PAGED 0x08000000 // Section is not pageable. macro
/freebsd-10.2-release/sys/boot/efi/include/amd64/
H A Dpe.h272 #define IMAGE_SCN_MEM_NOT_PAGED 0x08000000 // Section is not pageable. macro
/freebsd-10.2-release/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp324 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_MEM_NOT_PAGED ),
/freebsd-10.2-release/contrib/binutils/bfd/
H A Dcoffcode.h1058 case IMAGE_SCN_MEM_NOT_PAGED:
1062 _bfd_error_handler (_("%B: Warning: Ignoring section flag IMAGE_SCN_MEM_NOT_PAGED in section %s"),

Completed in 119 milliseconds