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

/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A DMakefile.in240 dlltool --dllname slapd.exe --input-def slapd.def --output-lib $@
248 @echo dlltool --dllname slapd.exe --input-def slapd.def \
250 dlltool --dllname slapd.exe --input-def slapd.def \
257 @echo dlltool --dllname slapd.exe --input-def slapd.def \
259 dlltool --dllname slapd.exe --input-def slapd.def \
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddlltool.c338 char * dllname; /* Name of dll file imported from. */ member in struct:iheadt
363 (head->dllname is NULL). */
366 char * dllname; member in struct:dll_name_list_node_t
1060 /* If --dllname not provided, use the one in the DEF file.
1082 /* If --dllname not provided, use the one in the DEF file. */
1132 append_import (const char *symbol_name, const char *dllname, int func_ordinal, argument
1140 if (strcmp ((*pq)->dllname, dllname) == 0)
1155 q->dllname = xstrdup (dllname);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddlltool.c338 char * dllname; /* Name of dll file imported from. */ member in struct:iheadt
363 (head->dllname is NULL). */
366 char * dllname; member in struct:dll_name_list_node_t
1058 /* If --dllname not provided, use the one in the DEF file.
1080 /* If --dllname not provided, use the one in the DEF file. */
1130 append_import (const char *symbol_name, const char *dllname, int func_ordinal, argument
1138 if (strcmp ((*pq)->dllname, dllname) == 0)
1153 q->dllname = xstrdup (dllname);
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddlltool.c338 char * dllname; /* Name of dll file imported from. */ member in struct:iheadt
363 (head->dllname is NULL). */
366 char * dllname; member in struct:dll_name_list_node_t
1060 /* If --dllname not provided, use the one in the DEF file.
1082 /* If --dllname not provided, use the one in the DEF file. */
1132 append_import (const char *symbol_name, const char *dllname, int func_ordinal, argument
1140 if (strcmp ((*pq)->dllname, dllname) == 0)
1155 q->dllname = xstrdup (dllname);
[all...]

Completed in 342 milliseconds