Searched refs:dllname (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/ruby-106/ruby/ext/dl/win32/lib/
H A DWin32API.rb12 def initialize(dllname, func, import, export = "0", calltype = :stdcall)
14 handle = DLL[dllname] ||= DL.dlopen(dllname)
/macosx-10.10/OpenSSL098-52/src/ms/
H A Dmw.bat18 dllwrap --dllname libeay32.dll --output-lib out/libeay32.a --def ms/libeay32.def out/libcrypto.a -lwsock32 -lgdi32
20 dllwrap --dllname libssl32.dll --output-lib out/libssl32.a --def ms/ssleay32.def out/libssl.a out/libeay32.a
H A Dmingw32.bat86 dllwrap --dllname libeay32.dll --output-lib out/libeay32.a --def ms/libeay32.def out/libcrypto.a -lwsock32 -lgdi32
88 dllwrap --dllname libssl32.dll --output-lib out/libssl32.a --def ms/ssleay32.def out/libssl.a out/libeay32.a
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A DMakefile.in244 dlltool --dllname slapd.exe --input-def slapd.def --output-lib $@
252 @echo dlltool --dllname slapd.exe --input-def slapd.def \
254 dlltool --dllname slapd.exe --input-def slapd.def \
261 @echo dlltool --dllname slapd.exe --input-def slapd.def \
263 dlltool --dllname slapd.exe --input-def slapd.def \
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Ddlltool.c333 char *dllname; /* Name of dll file imported from. */ member in struct:iheadt
971 /* If --dllname not provided, use the one in the DEF file.
987 /* If --dllname not provided, use the one in the DEF file. */
1044 if (strcmp ((*pq)->dllname, dll_name) == 0)
1058 q->dllname = xstrdup (dll_name);
1702 ASM_C, headptr->dllname);
1782 fprintf (filvar,"dllname%d:\n", headindex);
1783 fprintf (filvar,"\t%s\t\"%s\"\n", ASM_TEXT, headptr->dllname);
2768 /* Other PowerPC NT compilers use idata$6 for the dllname, so I
3135 fprintf (file, _(" -D --dllname <nam
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dw32proc.c664 char * dllname = RVA_TO_PTR (imports->Name, section, executable); local
669 if (strncmp (dllname, "cygwin", 6) == 0)

Completed in 310 milliseconds