Searched defs:dll (Results 1 - 7 of 7) sorted by relevance
/external/compiler-rt/test/asan/TestCases/Windows/ |
H A D | report_globals_reload_dll.cc | 2 // RUN: %clang_cl_asan -LD -O0 -DDLL %s -Fe%t.dll 4 // RUN: %env_asan_opts=report_globals=1 %run %te.exe %t.dll 2>&1 | FileCheck %s 14 printf("Usage: %s [client].dll\n", argv[0]); 30 HMODULE dll = LoadLibrary(dll_name); local 31 if (dll == NULL) 34 if (!FreeLibrary(dll))
|
H A D | report_globals_vs_freelibrary.cc | 1 // RUN: %clang_cl_asan -LD -O0 -DDLL %s -Fe%t.dll 3 // RUN: %env_asan_opts=report_globals=2 %run %te.exe %t.dll 2>&1 | FileCheck %s 13 printf("Usage: %s [client].dll\n", argv[0]); 25 HMODULE dll = LoadLibrary(dll_name); local 26 if (dll == NULL) 31 if (!FreeLibrary(dll))
|
/external/clang/test/CodeGen/ |
H A D | builtins-nvptx.c | 187 __device__ long long dll; variable
|
/external/wpa_supplicant_8/hostapd/src/utils/ |
H A D | pcsc_funcs.c | 120 * dynamically from winscard.dll for now. */ 122 static HINSTANCE dll = NULL; /* winscard.dll */ variable 187 if (dll) 190 dll = LoadLibrary("winscard"); 191 if (dll == NULL) { 192 wpa_printf(MSG_DEBUG, "WinSCard: Could not load winscard.dll " 199 dll_ ## s = (void *) GetProcAddress(dll, sym); \ 220 "winscard.dll", sym); 221 FreeLibrary(dll); [all...] |
/external/wpa_supplicant_8/src/utils/ |
H A D | pcsc_funcs.c | 120 * dynamically from winscard.dll for now. */ 122 static HINSTANCE dll = NULL; /* winscard.dll */ variable 187 if (dll) 190 dll = LoadLibrary("winscard"); 191 if (dll == NULL) { 192 wpa_printf(MSG_DEBUG, "WinSCard: Could not load winscard.dll " 199 dll_ ## s = (void *) GetProcAddress(dll, sym); \ 220 "winscard.dll", sym); 221 FreeLibrary(dll); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/src/utils/ |
H A D | pcsc_funcs.c | 120 * dynamically from winscard.dll for now. */ 122 static HINSTANCE dll = NULL; /* winscard.dll */ variable 187 if (dll) 190 dll = LoadLibrary("winscard"); 191 if (dll == NULL) { 192 wpa_printf(MSG_DEBUG, "WinSCard: Could not load winscard.dll " 199 dll_ ## s = (void *) GetProcAddress(dll, sym); \ 220 "winscard.dll", sym); 221 FreeLibrary(dll); [all...] |
/external/ImageMagick/MagickCore/ |
H A D | nt-base.c | 84 "The Win32 DLL gsdll32.dll can be used by multiple programs simultaneously, 1236 (void) FormatLocaleString(buffer,MagickPathExtent,"%s%sgsdll32.dll", 1246 (void) FormatLocaleString(buffer,MagickPathExtent,"%s%sgsdll64.dll", 1309 dll[MagickPathExtent] = { "" }; 1315 if ((*dll == '\0') && 1316 (NTGhostscriptGetString("GS_DLL",&is_64_bit_version,dll,sizeof(dll)) == FALSE)) 1326 (void) CopyMagickString(path,dll,length); 1868 handle=GetModuleHandle("kernel32.dll"); 2527 handle=GetModuleHandle("kernel32.dll"); 1288 dll[MagickPathExtent] = { "" }; local [all...] |
Completed in 964 milliseconds