HomeSort by relevance Sort by last modified time
    Searched full:dlsym (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /development/simulator/wrapsim/
Init.c 38 _ws_access = dlsym(RTLD_NEXT, "access");
39 _ws_open = dlsym(RTLD_NEXT, "open");
40 _ws_open64 = dlsym(RTLD_NEXT, "open64");
42 _ws_close = dlsym(RTLD_NEXT, "close");
43 _ws_dup = dlsym(RTLD_NEXT, "dup");
44 _ws_read = dlsym(RTLD_NEXT, "read");
45 _ws_readv = dlsym(RTLD_NEXT, "readv");
46 _ws_write = dlsym(RTLD_NEXT, "write");
47 _ws_writev = dlsym(RTLD_NEXT, "writev");
48 _ws_mmap = dlsym(RTLD_NEXT, "mmap")
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
MobileApple80211.c 137 #define DLSYM(s) \
139 __ ## s = dlsym(aeropuerto, #s); \
162 DLSYM(Apple80211Open);
163 DLSYM(Apple80211Close);
164 DLSYM(Apple80211GetIfListCopy);
165 DLSYM(Apple80211BindToInterface);
166 DLSYM(Apple80211GetInterfaceNameCopy);
167 DLSYM(Apple80211GetInfoCopy);
168 DLSYM(Apple80211GetPower);
169 DLSYM(Apple80211SetPower)
    [all...]
  /hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/
ti_omx_interface.cpp 106 pOMX_Init = (tpOMX_Init)dlsym(ipHandle, "TIOMX_Init");
107 pOMX_Deinit = (tpOMX_Deinit)dlsym(ipHandle, "TIOMX_Deinit");
108 pOMX_ComponentNameEnum = (tpOMX_ComponentNameEnum)dlsym(ipHandle, "TIOMX_ComponentNameEnum");
109 pOMX_GetHandle = (tpOMX_GetHandle)dlsym(ipHandle, "TIOMX_GetHandle");
110 pOMX_FreeHandle = (tpOMX_FreeHandle)dlsym(ipHandle, "TIOMX_FreeHandle");
111 pOMX_GetComponentsOfRole = (tpOMX_GetComponentsOfRole)dlsym(ipHandle, "TIOMX_GetComponentsOfRole");
112 pOMX_GetRolesOfComponent = (tpOMX_GetRolesOfComponent)dlsym(ipHandle, "TIOMX_GetRolesOfComponent");
113 pOMX_SetupTunnel = (tpOMX_SetupTunnel)dlsym(ipHandle, "TIOMX_SetupTunnel");
114 pOMXConfigParser = (tpOMXConfigParser)dlsym(ipHandle, "TIOMXConfigParserRedirect");
115 pOMX_GetContentPipe = NULL; // (tpOMX_GetContentPipe)dlsym(ipHandle, "OMX_GetContentPipe")
    [all...]
  /ndk/build/platforms/android-5/arch-x86/usr/lib/
libdl.so 
  /ndk/build/platforms/android-8/arch-x86/usr/lib/
libdl.so 
  /external/opencore/codecs_v2/omx/omx_core_plugins/template/src/
pv_omx_interface.cpp 116 pOMX_Init = (tpOMX_Init)dlsym(ipHandle, "OMX_Init");
117 pOMX_Deinit = (tpOMX_Deinit)dlsym(ipHandle, "OMX_Deinit");
118 pOMX_ComponentNameEnum = (tpOMX_ComponentNameEnum)dlsym(ipHandle, "OMX_ComponentNameEnum");
119 pOMX_GetHandle = (tpOMX_GetHandle)dlsym(ipHandle, "OMX_GetHandle");
120 pOMX_FreeHandle = (tpOMX_FreeHandle)dlsym(ipHandle, "OMX_FreeHandle");
121 pOMX_GetComponentsOfRole = (tpOMX_GetComponentsOfRole)dlsym(ipHandle, "OMX_GetComponentsOfRole");
122 pOMX_GetRolesOfComponent = (tpOMX_GetRolesOfComponent)dlsym(ipHandle, "OMX_GetRolesOfComponent");
123 pOMX_SetupTunnel = (tpOMX_SetupTunnel)dlsym(ipHandle, "OMX_SetupTunnel");
124 pOMX_GetContentPipe = (tpOMX_GetContentPipe)dlsym(ipHandle, "OMX_GetContentPipe");
125 pOMXConfigParser = (tpOMXConfigParser)dlsym(ipHandle, "OMXConfigParser")
    [all...]
  /external/e2fsprogs/lib/ss/
get_readline.c 80 dlsym(handle, "readline");
82 dlsym(handle, "add_history");
84 dlsym(handle, "rl_forced_update_display");
87 dlsym(handle, "rl_completion_matches");
88 if ((t = dlsym(handle, "rl_readline_name")) != NULL)
91 dlsym(handle, "rl_attempted_completion_function")) != NULL)
  /hardware/ti/omap3/libstagefrighthw/
TIOMXPlugin.cpp 39 mInit = (InitFunc)dlsym(mLibHandle, "TIOMX_Init");
40 mDeinit = (DeinitFunc)dlsym(mLibHandle, "TIOMX_DeInit");
43 (ComponentNameEnumFunc)dlsym(mLibHandle, "TIOMX_ComponentNameEnum");
45 mGetHandle = (GetHandleFunc)dlsym(mLibHandle, "TIOMX_GetHandle");
46 mFreeHandle = (FreeHandleFunc)dlsym(mLibHandle, "TIOMX_FreeHandle");
49 (GetRolesOfComponentFunc)dlsym(
  /external/qemu/
dynlink-static.c 22 /* dummy dlopen()/dlclose()/dlsym() implementations to be used in static builds */
28 /* mimick succesful load, then all calls to dlsym/dlvsym will fail */
36 void* dlsym(void) function
  /external/iproute2/include/
dlfcn.h 22 static inline void *dlsym(void *handle, const char *sym) function
  /bionic/libc/bionic/
malloc_debug_common.c 358 dlsym(libc_malloc_impl_handle, "malloc_debug_initialize");
373 dlsym(libc_malloc_impl_handle, "memcheck_initialize");
393 dlsym(libc_malloc_impl_handle, "leak_malloc");
395 dlsym(libc_malloc_impl_handle, "leak_free");
397 dlsym(libc_malloc_impl_handle, "leak_calloc");
399 dlsym(libc_malloc_impl_handle, "leak_realloc");
401 dlsym(libc_malloc_impl_handle, "leak_memalign");
408 dlsym(libc_malloc_impl_handle, "fill_malloc");
410 dlsym(libc_malloc_impl_handle, "fill_free");
413 dlsym(libc_malloc_impl_handle, "fill_realloc")
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/lib/
libdl.so 
  /ndk/build/platforms/android-4/arch-arm/usr/lib/
libdl.so 
  /ndk/build/platforms/android-5/arch-arm/usr/lib/
libdl.so 
  /ndk/build/platforms/android-8/arch-arm/usr/lib/
libdl.so 
  /external/qemu/distrib/sdl-1.2.12/src/loadso/dlopen/
SDL_sysloadso.c 46 void *symbol = dlsym(handle, name);
53 symbol = dlsym(handle, _name);
  /bionic/linker/
dlfcn.c 76 void *dlsym(void *handle, const char *symbol) function
164 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0dl_unwind_find_exidx\0"
170 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0dl_iterate_phdr\0"
176 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0dl_iterate_phdr\0"
201 st_value: (Elf32_Addr) &dlsym,
  /external/webkit/WebCore/platform/mac/
SoftLinking.h 54 softLink##functionName = (resultType (*) parameterDeclarations) dlsym(framework##Library(), #functionName); \
95 void** pointer = static_cast<void**>(dlsym(framework##Library(), #name)); \
114 void* constant = dlsym(framework##Library(), #name); \
  /bionic/libdl/
libdl.c 23 void *dlsym(void *handle, const char *symbol) { return 0; } function
dltest.c 133 symbol = dlsym(handle, symname);
135 if (dlerr != NULL) fprintf(stderr, "dlsym() error: %s\n", dlerr);
  /external/iproute2/genl/
Makefile 34 for s in `grep -B 3 '\<dlsym' $$files | sed -n '/snprintf/{s:.*"\([^"]*\)".*:\1:;s:%s::;p}'` ; do \
  /frameworks/base/media/libmediaplayerservice/
TestPlayerStub.cpp 144 mNewPlayer = reinterpret_cast<NEW_PLAYER>(dlsym(mHandle,
150 LOGE("dlsym for newPlayer failed %s", err);
155 mDeletePlayer = reinterpret_cast<DELETE_PLAYER>(dlsym(mHandle,
159 LOGE("dlsym for deletePlayer failed %s", err);
  /external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
non-kerned-drawing.cpp 48 static CGFontGetGlyphsForUnicharsPtr CGFontGetGlyphsForUnichars = (CGFontGetGlyphsForUnicharsPtr)dlsym(RTLD_DEFAULT, "CGFontGetGlyphsForUnichars");
100 CGFontGetGlyphsForUnichars = (CGFontGetGlyphsForUnicharsPtr)dlsym(RTLD_DEFAULT, "CGFontGetGlyphsForUnicodes");
  /bionic/libc/include/
dlfcn.h 49 extern void* dlsym(void* handle, const char* symbol);
  /external/iproute2/ip/
Makefile 38 for s in `grep -B 3 '\<dlsym' $$files | sed -n '/snprintf/{s:.*"\([^"]*\)".*:\1:;s:%s::;p}'` ; do \

Completed in 465 milliseconds

1 2 3 4 5 6