Home
last modified time | relevance | path

Searched refs:IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/coff/
HDpe.h34 #define IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP 0x0400 macro
/freebsd-11-stable/contrib/elftoolchain/libpe/
HDpe.h114 #define IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP 0x0400 macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDCOFF.h149 IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP = 0x0400, enumerator
/freebsd-11-stable/sys/compat/ndis/
HDpe_var.h138 #define IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP 0x0400 macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCOFFYAML.cpp254 BCase(IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP); in bitset()
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
HDWriter.cpp1313 coff->Characteristics |= IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP; in writeHeader()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp376 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP),