Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/elftoolchain/libpe/
HDpe.h272 #define IMAGE_SCN_MEM_NOT_PAGED 0x08000000 macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDFormatUtil.cpp204 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_MEM_NOT_PAGED, C, Style, "not paged"); in formatSectionCharacteristics()
/freebsd-13-stable/stand/efi/include/amd64/
HDpe.h271 #define IMAGE_SCN_MEM_NOT_PAGED 0x08000000 // Section is not pageable. macro
/freebsd-13-stable/stand/efi/include/i386/
HDpe.h271 #define IMAGE_SCN_MEM_NOT_PAGED 0x08000000 // Section is not pageable. macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDCOFF.h332 IMAGE_SCN_MEM_NOT_PAGED = 0x08000000, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDCOFFMasmParser.cpp325 .CaseLower("nopage", COFF::IMAGE_SCN_MEM_NOT_PAGED) in ParseDirectiveSegment()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDEnumTables.cpp312 CV_ENUM_ENT(COFF, IMAGE_SCN_MEM_NOT_PAGED),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCOFFYAML.cpp287 BCase(IMAGE_SCN_MEM_NOT_PAGED); in bitset()
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
HDDriverUtils.cpp207 ret |= IMAGE_SCN_MEM_NOT_PAGED; in parseSectionAttributes()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp452 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_MEM_NOT_PAGED ),