Home
last modified time | relevance | path

Searched refs:IMAGE_SCN_TYPE_NOLOAD (Results 1 – 25 of 134) sorted by relevance

123456

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DSectionFlags.java39 public static final int IMAGE_SCN_TYPE_NOLOAD = 0x00000002; field
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DSectionFlags.java39 public static final int IMAGE_SCN_TYPE_NOLOAD = 0x00000002; field
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DSectionFlags.java39 public static final int IMAGE_SCN_TYPE_NOLOAD = 0x00000002; field
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DSectionFlags.java39 public static final int IMAGE_SCN_TYPE_NOLOAD = 0x00000002; field
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DSectionFlags.java39 public static final int IMAGE_SCN_TYPE_NOLOAD = 0x00000002; field
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DSectionFlags.java39 public static final int IMAGE_SCN_TYPE_NOLOAD = 0x00000002; field
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DSectionFlags.java39 public static final int IMAGE_SCN_TYPE_NOLOAD = 0x00000002; field
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DSectionFlags.java39 public static final int IMAGE_SCN_TYPE_NOLOAD = 0x00000002; field
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DSectionFlags.java39 public static final int IMAGE_SCN_TYPE_NOLOAD = 0x00000002; field
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DSectionFlags.java39 public static final int IMAGE_SCN_TYPE_NOLOAD = 0x00000002; field
/dports/devel/jwasm/JWasm-f0a2fdd/src/H/
H A Dcoffspec.h50 #define IMAGE_SCN_TYPE_NOLOAD 2 macro
/dports/net/wireguard-go/wireguard-go-0.0.20210424/tun/wintun/memmod/
H A Dsyscall_windows.go181 IMAGE_SCN_TYPE_NOLOAD = 0x00000002 // Reserved. const
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/kLdr/
H A DkLdrModNative.c58 # ifndef IMAGE_SCN_TYPE_NOLOAD
59 # define IMAGE_SCN_TYPE_NOLOAD 0x00000002 macro
420 if (!(paShdrs[i].Characteristics & IMAGE_SCN_TYPE_NOLOAD)) in kLdrModOpenNativeByHandle()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/output/
H A Dpecoff.h125 #define IMAGE_SCN_TYPE_NOLOAD 0x00000002 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/output/
H A Dpecoff.h125 #define IMAGE_SCN_TYPE_NOLOAD 0x00000002 macro
/dports/devel/nasm/nasm-2.15.05/output/
H A Dpecoff.h125 #define IMAGE_SCN_TYPE_NOLOAD 0x00000002 macro
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/app/fpd/
H A Dfpdpeimage.pas297 if Characteristics and IMAGE_SCN_TYPE_NOLOAD <> 0 then Write('IMAGE_SCN_TYPE_NOLOAD(r) ');
/dports/editors/lazarus/lazarus/components/fpdebug/app/fpd/
H A Dfpdpeimage.pas297 if Characteristics and IMAGE_SCN_TYPE_NOLOAD <> 0 then Write('IMAGE_SCN_TYPE_NOLOAD(r) ');
/dports/editors/lazarus-qt5/lazarus/components/fpdebug/app/fpd/
H A Dfpdpeimage.pas297 if Characteristics and IMAGE_SCN_TYPE_NOLOAD <> 0 then Write('IMAGE_SCN_TYPE_NOLOAD(r) ');
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/app/fpd/
H A Dfpdpeimage.pas297 if Characteristics and IMAGE_SCN_TYPE_NOLOAD <> 0 then Write('IMAGE_SCN_TYPE_NOLOAD(r) ');
/dports/graphics/mupdf/mupdf-1.18.0-source/scripts/
H A Dbin2coff.c85 #define IMAGE_SCN_TYPE_NOLOAD 0x00000002 /* Reserved */ macro
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/
H A Dscan_winpe.cpp176 #define IMAGE_SCN_TYPE_NOLOAD 0x00000002 macro
381 FLAGNAME(IMAGE_SCN_TYPE_NOLOAD),
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-pdbutil/
H A DFormatUtil.cpp198 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_TYPE_NOLOAD, C, Style, "noload"); in formatSectionCharacteristics()
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-pdbutil/
H A DFormatUtil.cpp198 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_TYPE_NOLOAD, C, Style, "noload"); in formatSectionCharacteristics()
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/include/k/kLdrFmts/
H A Dpe.h127 #define IMAGE_SCN_TYPE_NOLOAD 0x00000002 macro

123456