| /src/external/bsd/openldap/dist/servers/slapd/ |
| Makefile.in | 240 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 \
|
| /src/external/gpl3/binutils/dist/binutils/ |
| dlltool.c | 337 const 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 1044 /* If --dllname not provided, use the one in the DEF file. 1068 /* If --dllname not provided, use the one in the DEF file. */ 1119 append_import (const char *symbol_name, const char *dllname, int func_ordinal, 1127 if (strcmp ((*pq)->dllname, dllname) == 0) 1142 q->dllname = dllname; [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dlltool.c | 337 const 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 1044 /* If --dllname not provided, use the one in the DEF file. 1068 /* If --dllname not provided, use the one in the DEF file. */ 1119 append_import (const char *symbol_name, const char *dllname, int func_ordinal, 1127 if (strcmp ((*pq)->dllname, dllname) == 0) 1142 q->dllname = dllname; [all...] |