| /src/sys/arch/bebox/stand/boot/ |
| ns16550.h | 51 #define dll rbr macro
|
| /src/sys/arch/prep/stand/boot/ |
| ns16550.h | 50 #define dll rbr macro
|
| /src/sys/arch/rs6000/stand/boot/ |
| ns16550.h | 50 #define dll rbr macro
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| atexit_thread.cc | 64 HMODULE dll; member in struct:__anon17202::elt 82 /* Decrement DLL count */ 83 if (e->dll) 84 FreeLibrary (e->dll); 159 /* Store the DLL address for a later call to FreeLibrary in new_elt and 160 increment DLL load count. This blocks the unloading of the DLL 164 (LPCWSTR) dtor, &new_elt->dll);
|
| /src/sys/arch/ofppc/ofppc/ |
| machdep.c | 386 uint8_t dll, dlm; local 436 dll = bus_space_read_1(&genppc_isa_io_space_tag, comh, com_dlbl); 438 rate = dll | (dlm << 8);
|
| /src/crypto/external/apache2/openssl/dist/crypto/dso/ |
| dso_win32.c | 447 /* If transform != 0, then we convert to %s.dll, else just dupe filename */ 451 len += strlen(".dll"); 457 BIO_snprintf(translated, len, "%s%s", filename, transform ? ".dll" : ""); 474 #define DLLNAME "TOOLHELP.DLL" 479 #define DLLNAME "KERNEL32.DLL" 488 HMODULE dll; local 505 dll = LoadLibrary(TEXT(DLLNAME)); 506 if (dll == NULL) { 512 GetProcAddress(dll, "CreateToolhelp32Snapshot"); 514 FreeLibrary(dll); 592 HMODULE dll; local [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/dso/ |
| dso_win32.c | 460 /* If transform != 0, then we convert to %s.dll, else just dupe filename */ 464 len += strlen(".dll"); 470 BIO_snprintf(translated, len, "%s%s", filename, transform ? ".dll" : ""); 487 # define DLLNAME "TOOLHELP.DLL" 492 # define DLLNAME "KERNEL32.DLL" 501 HMODULE dll; local 518 dll = LoadLibrary(TEXT(DLLNAME)); 519 if (dll == NULL) { 525 GetProcAddress(dll, "CreateToolhelp32Snapshot"); 527 FreeLibrary(dll); 606 HMODULE dll; local [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/dso/ |
| dso_win32.c | 463 /* We will convert this to "%s.dll" */ 473 sprintf(translated, "%s.dll", filename); 492 # define DLLNAME "TOOLHELP.DLL" 497 # define DLLNAME "KERNEL32.DLL" 506 HMODULE dll; local 523 dll = LoadLibrary(TEXT(DLLNAME)); 524 if (dll == NULL) { 530 GetProcAddress(dll, "CreateToolhelp32Snapshot"); 532 FreeLibrary(dll); 539 GetProcAddress(dll, "CloseToolhelp32Snapshot") 611 HMODULE dll; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| coff-pe-read.c | 119 DLL_NAME is the internal name of the DLL file, 135 of the dll name, e.g. KERNEL32!AddAtomA. This matches the style 149 " for entry \"%s\" in dll \"%s\"\n"), 161 " in dll \"%s\"\n"), sym_name, dll_name); 167 FORWARD_DLL_NAME is the name of the DLL in which the target symbol resides, 168 FORWARD_FUNC_NAME is the name of the target symbol in that DLL, 170 DLL_NAME is the internal name of the DLL file, 203 " dll \"%s\", forward of \"%s\" in dll \"%s\"\n"), 211 " \"%s\" in dll \"%s\", pointing to \"%s\"\n") 310 bfd *dll = objfile->obfd.get (); local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| coff-pe-read.c | 119 DLL_NAME is the internal name of the DLL file, 135 of the dll name, e.g. KERNEL32!AddAtomA. This matches the style 149 " for entry \"%s\" in dll \"%s\"\n"), 161 " in dll \"%s\"\n"), sym_name, dll_name); 167 FORWARD_DLL_NAME is the name of the DLL in which the target symbol resides, 168 FORWARD_FUNC_NAME is the name of the target symbol in that DLL, 170 DLL_NAME is the internal name of the DLL file, 203 " dll \"%s\", forward of \"%s\" in dll \"%s\"\n"), 211 " \"%s\" in dll \"%s\", pointing to \"%s\"\n") 310 bfd *dll = objfile->obfd.get (); local [all...] |
| /src/external/bsd/wpa/dist/src/utils/ |
| pcsc_funcs.c | 128 * dynamically from winscard.dll for now. */ 130 static HINSTANCE dll = NULL; /* winscard.dll */ variable 195 if (dll) 198 dll = LoadLibrary("winscard"); 199 if (dll == NULL) { 200 wpa_printf(MSG_DEBUG, "WinSCard: Could not load winscard.dll " 207 dll_ ## s = (void *) GetProcAddress(dll, sym); \ 228 "winscard.dll", sym); 229 FreeLibrary(dll); [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| dynlist.c | 1806 dynlist_link_t *dll = op->o_callback->sc_private; local 1807 dynlist_search_t *ds = dll->dl_ds; 1808 dynlist_name_t *di = dll->dl_sup, *dj; 1813 dj = ldap_tavl_find( dll->dl_ds->ds_names, &rs->sr_entry->e_nname, dynlist_avl_cmp ); 1861 dynlist_link_t dll; local 1862 dll.dl_ds = ds; 1863 dll.dl_sup = di; 1864 cb.sc_private = &dll;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| libcoff-in.h | 151 int dll; member in struct:pe_tdata
|
| libcoff.h | 155 int dll; member in struct:pe_tdata
|
| peXXigen.c | 54 the former can also refer to a DLL (shared library). Confusion can arise 812 if (pe_data (abfd)->dll) 1348 vma: Hint Time Forward DLL First\n\ 1370 char *dll; 1393 dll = (char *) data + dll_name - adj; 1395 bfd_size_type maxlen = (char *)(data + datasize) - dll - 1; 1396 fprintf (file, _("\n\tDLL Name: %.*s\n"), (int) maxlen, dll); 1740 a list of pointers that either locate a function in this dll, or 1741 forward the call to another dll. Something like: 2796 PF (IMAGE_FILE_DLL, "DLL"); 1369 char *dll; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| libcoff-in.h | 150 int dll; member in struct:pe_tdata
|
| libcoff.h | 154 int dll; member in struct:pe_tdata
|
| peXXigen.c | 54 the former can also refer to a DLL (shared library). Confusion can arise 806 if (pe_data (abfd)->dll) 1336 vma: Hint Time Forward DLL First\n\ 1358 char *dll; 1381 dll = (char *) data + dll_name - adj; 1383 bfd_size_type maxlen = (char *)(data + datasize) - dll - 1; 1384 fprintf (file, _("\n\tDLL Name: %.*s\n"), (int) maxlen, dll); 1728 a list of pointers that either locate a function in this dll, or 1729 forward the call to another dll. Something like: 2784 PF (IMAGE_FILE_DLL, "DLL"); 1357 char *dll; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| globals.h | 97 bool dll; // generate shared dynamic library member in struct:FeatureState::Param
|
| /src/external/gpl3/gdb/dist/bfd/ |
| libcoff-in.h | 147 int dll; member in struct:pe_tdata
|
| libcoff.h | 151 int dll; member in struct:pe_tdata
|
| peXXigen.c | 54 the former can also refer to a DLL (shared library). Confusion can arise 802 if (pe_data (abfd)->dll) 1331 vma: Hint Time Forward DLL First\n\ 1353 char *dll; 1376 dll = (char *) data + dll_name - adj; 1378 bfd_size_type maxlen = (char *)(data + datasize) - dll - 1; 1379 fprintf (file, _("\n\tDLL Name: %.*s\n"), (int) maxlen, dll); 1723 a list of pointers that either locate a function in this dll, or 1724 forward the call to another dll. Something like: 2779 PF (IMAGE_FILE_DLL, "DLL"); 1352 char *dll; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| libcoff-in.h | 147 int dll; member in struct:pe_tdata
|
| /src/external/gpl3/binutils/dist/ld/ |
| pe-dll.c | 49 #include "pep-dll.h" 56 #include "pe-dll.h" 68 /* This file turns a regular Windows PE image into a DLL. Because of 81 1. With this feature on, DLL clients can import variables from DLL 94 less than effect of DLL relocation, and I sincerely hope it doesn't affect 95 DLL sharability (too much). 100 access variable directly in the DLL, bypassing extra dereference. I.e., 106 DLL. The aim is to make OS loader do so, and than make ld help with that. 108 each describing imports from particular DLL. Each such structure point 3433 bfd *dll; local [all...] |
| /src/external/gpl3/binutils.old/dist/ld/ |
| pe-dll.c | 49 #include "pep-dll.h" 56 #include "pe-dll.h" 68 /* This file turns a regular Windows PE image into a DLL. Because of 81 1. With this feature on, DLL clients can import variables from DLL 94 less than effect of DLL relocation, and I sincerely hope it doesn't affect 95 DLL sharability (too much). 100 access variable directly in the DLL, bypassing extra dereference. I.e., 106 DLL. The aim is to make OS loader do so, and than make ld help with that. 108 each describing imports from particular DLL. Each such structure point 3431 bfd *dll; local [all...] |