Searched refs:IMAGE_SCN_MEM_NOT_CACHED (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/elftoolchain/libpe/ |
H A D | pe.h | 271 #define IMAGE_SCN_MEM_NOT_CACHED 0x04000000 macro
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | FormatUtil.cpp | 202 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_MEM_NOT_CACHED, C, Style, in formatSectionCharacteristics()
|
/freebsd/stand/efi/include/amd64/ |
H A D | pe.h | 270 #define IMAGE_SCN_MEM_NOT_CACHED 0x04000000 // Section is not cachable. macro
|
/freebsd/stand/efi/include/i386/ |
H A D | pe.h | 270 #define IMAGE_SCN_MEM_NOT_CACHED 0x04000000 // Section is not cachable. macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | COFF.h | 331 IMAGE_SCN_MEM_NOT_CACHED = 0x04000000, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | COFFMasmParser.cpp | 326 .CaseLower("nocache", COFF::IMAGE_SCN_MEM_NOT_CACHED) in ParseDirectiveSegment()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 311 CV_ENUM_ENT(COFF, IMAGE_SCN_MEM_NOT_CACHED),
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | COFFYAML.cpp | 286 BCase(IMAGE_SCN_MEM_NOT_CACHED); in bitset()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | DriverUtils.cpp | 204 ret |= IMAGE_SCN_MEM_NOT_CACHED; in parseSectionAttributes()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 451 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_MEM_NOT_CACHED ),
|