Home
last modified time | relevance | path

Searched defs:DLL (Results 226 – 250 of 728) sorted by path

12345678910>>...30

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/doc/gnat_ugn/
H A Dplatform_specific_information.rst1971 .. _Program_and_DLL_Both_Built_with_GCC/GNAT:
1973 Program and DLL Both Built with GCC/GNAT
2017 Program Built with Foreign Tools and DLL Built with GCC/GNAT
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/doc/gnat_ugn/
H A Dplatform_specific_information.rst1922 .. _Program_and_DLL_Both_Built_with_GCC/GNAT:
1924 Program and DLL Both Built with GCC/GNAT
1968 Program Built with Foreign Tools and DLL Built with GCC/GNAT
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/doc/gnat_ugn/
H A Dplatform_specific_information.rst1926 .. _Program_and_DLL_Both_Built_with_GCC/GNAT:
1928 Program and DLL Both Built with GCC/GNAT
1972 Program Built with Foreign Tools and DLL Built with GCC/GNAT
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/doc/gnat_ugn/
H A Dplatform_specific_information.rst1926 .. _Program_and_DLL_Both_Built_with_GCC/GNAT:
1928 Program and DLL Both Built with GCC/GNAT
1972 Program Built with Foreign Tools and DLL Built with GCC/GNAT
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/doc/gnat_ugn/
H A Dplatform_specific_information.rst1926 .. _Program_and_DLL_Both_Built_with_GCC/GNAT:
1928 Program and DLL Both Built with GCC/GNAT
1972 Program Built with Foreign Tools and DLL Built with GCC/GNAT
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/doc/gnat_ugn/
H A Dplatform_specific_information.rst1926 .. _Program_and_DLL_Both_Built_with_GCC/GNAT:
1928 Program and DLL Both Built with GCC/GNAT
1972 Program Built with Foreign Tools and DLL Built with GCC/GNAT
/dports/lang/ghc/ghc-8.10.7/compiler/ghci/
H A DLinker.hs1170 | DLL String -- "Unadorned" name of a .DLL/.so constructor
/dports/lang/ghc/ghc-8.10.7/docs/users_guide/
H A Dwin32-dlls.rst300 .. _win32-dlls-foreign:
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/doc/gnat_ugn/
H A Dplatform_specific_information.rst1922 .. _Program_and_DLL_Both_Built_with_GCC/GNAT:
1924 Program and DLL Both Built with GCC/GNAT
1968 Program Built with Foreign Tools and DLL Built with GCC/GNAT
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/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/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dsyscall_windows_test.go27 type DLL struct { struct
28 *syscall.DLL argument
29 t *testing.T
40 func (d *DLL) Proc(name string) *syscall.Proc {
965 func resumeChildThread(kernel32 *syscall.DLL, childpid int) error {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/syscall/
H A Ddll_windows.go51 type DLL struct { struct
52 Name string
53 Handle Handle
125 func (d *DLL) FindProc(name string) (proc *Proc, err error) {
147 func (d *DLL) MustFindProc(name string) *Proc {
156 func (d *DLL) Release() (err error) {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/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/lang/go-devel/go-dragonfly-amd64-bootstrap/src/syscall/
H A Ddll_windows.go35 type DLL struct { struct
36 Name string
37 Handle Handle
109 func (d *DLL) FindProc(name string) (proc *Proc, err error) {
131 func (d *DLL) MustFindProc(name string) *Proc {
140 func (d *DLL) Release() (err error) {
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/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/lang/ruby26/ruby-2.6.9/ext/win32/lib/
H A DWin32API.rb10 DLL = {} constant in Win32API
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp454 bool DLL = Args.hasArg(options::OPT__SLASH_LD, options::OPT__SLASH_LDd, in ConstructJob() local
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/platforms/wmf/
H A DWMFUtils.cpp205 #define ENSURE_FUNCTION_PTR_HELPER(FunctionType, FunctionName, DLL) \ argument
217 #define ENSURE_FUNCTION_PTR(FunctionName, DLL) \ argument
220 #define ENSURE_FUNCTION_PTR_(FunctionName, DLL) \ argument
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/platforms/wmf/
H A DWMFUtils.cpp209 #define ENSURE_FUNCTION_PTR_HELPER(FunctionType, FunctionName, DLL) \ argument
221 #define ENSURE_FUNCTION_PTR(FunctionName, DLL) \ argument
224 #define ENSURE_FUNCTION_PTR_(FunctionName, DLL) \ argument
/dports/mail/aerc/aerc-0.4.0/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/mail/mairix/mairix-0.24/
H A Drfc822.c51 struct DLL {/*{{{*/ struct
52 struct DLL *next; argument
53 struct DLL *prev; argument
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/platforms/wmf/
H A DWMFUtils.cpp211 #define ENSURE_FUNCTION_PTR_HELPER(FunctionType, FunctionName, DLL) \ argument
223 #define ENSURE_FUNCTION_PTR(FunctionName, DLL) \ argument
226 #define ENSURE_FUNCTION_PTR_(FunctionName, DLL) \ argument
/dports/math/R-cran-inline/inline/R/
H A Dcfunction.R224 DLL <- dyn.load( libLFile ) functionVar
H A Dcxxfunction.R145 DLL <- dyn.load(libLFile) functionVar
/dports/math/calc/calc-2.14.0.14/
H A Ddecl.h63 # define DLL __declspec(dllexport) macro
65 # define DLL __declspec(dllimport) macro
68 # define DLL macro

12345678910>>...30