OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DLLS
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/interception/
interception_win.cc
23
const char *
DLLS
[] = {
30
for (size_t i = 0; *func_addr == 0 &&
DLLS
[i]; ++i) {
31
*func_addr = (uptr)GetProcAddress(GetModuleHandleA(
DLLS
[i]), func_name);
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Makefile
20
DLLS
= pthreadVCE$(DLL_VER).dll pthreadVSE$(DLL_VER).dll pthreadVC$(DLL_VER).dll \
478
$(
DLLS
): $(DLL_OBJS)
Completed in 158 milliseconds