Searched refs:IMAGE_SCN_MEM_NOT_CACHED (Results 1 - 11 of 11) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp444 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_MEM_NOT_CACHED ),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp296 CV_ENUM_ENT(COFF, IMAGE_SCN_MEM_NOT_CACHED),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h316 IMAGE_SCN_MEM_NOT_CACHED = 0x04000000,
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp180 ret |= IMAGE_SCN_MEM_NOT_CACHED;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DFormatUtil.cpp246 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_MEM_NOT_CACHED, C, Style,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp280 BCase(IMAGE_SCN_MEM_NOT_CACHED);
/freebsd-11-stable/stand/efi/include/i386/
H A Dpe.h271 #define IMAGE_SCN_MEM_NOT_CACHED 0x04000000 // Section is not cachable. macro
/freebsd-11-stable/stand/efi/include/amd64/
H A Dpe.h271 #define IMAGE_SCN_MEM_NOT_CACHED 0x04000000 // Section is not cachable. macro
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffcode.h1055 case IMAGE_SCN_MEM_NOT_CACHED:
1056 unhandled = "IMAGE_SCN_MEM_NOT_CACHED";
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dpe.h78 #define IMAGE_SCN_MEM_NOT_CACHED 0x04000000 /* Section is not cachable. */ macro
/freebsd-11-stable/contrib/elftoolchain/libpe/
H A Dpe.h271 #define IMAGE_SCN_MEM_NOT_CACHED 0x04000000 macro

Completed in 136 milliseconds