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

/macosx-10.9.5/ruby-104/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.9.5/apache-786.1/httpd/srclib/pcre/
H A Ddll.mk55 $(DLLWRAP) --dllname $(notdir $@) --driver-name $(CC) --def $*.def -o $@ $(filter %.o,$^) $(DLL_LDFLAGS) $(DLL_LDLIBS)
58 $(DLLTOOL) --dllname $(notdir $*.dll) --def $< --output-lib $@
/macosx-10.9.5/OpenLDAP-491.1/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.9.5/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.9.5/emacs-92/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 101 milliseconds