Home
last modified time | relevance | path

Searched defs:DLL (Results 176 – 200 of 728) sorted by path

12345678910>>...30

/dports/games/netradiant/netradiant-20150621-src/
H A DMakefile194 DLL = so macro
205 DLL = dll macro
227 DLL = dylib macro
/dports/games/weebsay/weebsay-8107cc5/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go36 type DLL struct { struct
37 Name string
38 Handle Handle
77 func (d *DLL) FindProc(name string) (proc *Proc, err error) {
99 func (d *DLL) MustFindProc(name string) *Proc {
108 func (d *DLL) Release() (err error) {
/dports/graphics/Hermes/Hermes-1.3.3/src/
H A DHermes.mak87 DLL=0 macro
H A DHermesStatic.mak83 DLL=0 macro
/dports/graphics/jp/jp-1.1.12/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go28 type DLL struct { struct
29 Name string
30 Handle Handle
69 func (d *DLL) FindProc(name string) (proc *Proc, err error) {
91 func (d *DLL) MustFindProc(name string) *Proc {
100 func (d *DLL) Release() (err error) {
/dports/graphics/jp/jp-1.1.12/vendor/golang.org/x/sys_fead79001313/windows/
H A Ddll_windows.go28 type DLL struct { struct
29 Name string
30 Handle Handle
69 func (d *DLL) FindProc(name string) (proc *Proc, err error) {
91 func (d *DLL) MustFindProc(name string) *Proc {
100 func (d *DLL) Release() (err error) {
/dports/graphics/libimagequant/libimagequant-2.17.0/
H A DMakefile15 DLL=imagequant.dll macro
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/expat/bcb5/
H A Delements.mak68 DLL=0 macro
H A Dexpat.mak69 DLL=0 macro
H A Dexpat_static.mak69 DLL=0 macro
H A Dexpatw.mak69 DLL=0 macro
H A Dexpatw_static.mak70 DLL=0 macro
H A Doutline.mak68 DLL=0 macro
H A Dxmlwf.mak69 DLL=0 macro
/dports/graphics/pngquant/pngquant-2.17.0/lib/
H A DMakefile15 DLL=imagequant.dll macro
/dports/irc/ergo/ergo-2.8.0/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go38 type DLL struct { struct
39 Name string
40 Handle Handle
79 func (d *DLL) FindProc(name string) (proc *Proc, err error) {
101 func (d *DLL) MustFindProc(name string) *Proc {
111 func (d *DLL) FindProcByOrdinal(ordinal uintptr) (proc *Proc, err error) {
130 func (d *DLL) MustFindProcByOrdinal(ordinal uintptr) *Proc {
139 func (d *DLL) Release() (err error) {
/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/golang.org/x/sys/sys-953cdadca894/windows/
H A Ddll_windows.go28 type DLL struct { struct
29 Name string
30 Handle Handle
69 func (d *DLL) FindProc(name string) (proc *Proc, err error) {
91 func (d *DLL) MustFindProc(name string) *Proc {
100 func (d *DLL) Release() (err error) {
/dports/irc/soju/soju-0.3.0/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go38 type DLL struct { struct
39 Name string
40 Handle Handle
79 func (d *DLL) FindProc(name string) (proc *Proc, err error) {
101 func (d *DLL) MustFindProc(name string) *Proc {
111 func (d *DLL) FindProcByOrdinal(ordinal uintptr) (proc *Proc, err error) {
130 func (d *DLL) MustFindProcByOrdinal(ordinal uintptr) *Proc {
139 func (d *DLL) Release() (err error) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/library/cocoa/
H A Dmake_cocoa.mak37 DLL = $(PROGRAM_LIBRARY) macro
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/library/gtk/
H A Dmake_linux.mak77 DLL = $(PROGRAM_LIBRARY) macro
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/library/win32/
H A Dmake_mingw.mak69 DLL = $(PROGRAM_LIBRARY) macro
H A Dmake_win32.mak49 DLL = $(PROGRAM_LIBRARY) macro
H A Dmake_win64.mak54 DLL = $(PROGRAM_LIBRARY) macro
H A Dmake_win64_ia64.mak53 DLL = $(PROGRAM_LIBRARY) macro
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DDLL.java36 public class DLL implements LoadObject { class
38 …public DLL(WindbgDebugger dbg, String filename, long size, Address relocation) throws COFFExceptio… in DLL() method in DLL
55 public DLL(Address base) throws COFFException { in DLL() method in DLL

12345678910>>...30