HomeSort by relevance Sort by last modified time
    Searched refs:dlsym (Results 76 - 100 of 224) sorted by null

1 2 34 5 6 7 8 9

  /external/webkit/Source/WebKit2/mac/
MainMac.cpp 54 WebKitMainFunction webKitMain = reinterpret_cast<WebKitMainFunction>(dlsym(frameworkLibrary, "WebKitMain"));
  /external/webkit/Source/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); \
  /development/tools/emulator/opengl/shared/OpenglOsUtils/
osDynLibrary.cpp 75 return (dynFuncPtr) dlsym(m_lib, p_symName);
  /external/compiler-rt/lib/asan/lit_tests/
dlclose-test.cc 59 fun_t *get = (fun_t*)dlsym(lib, "get_address_of_static_var");
61 printf("failed dlsym\n");
  /external/qemu/android/config/
check-esd.c 57 (func_ ##name) = dlsym( esd_lib, STRINGIFY(name) ); \
check-pulseaudio.c 58 (func_ ##name) = dlsym( pa_lib, STRINGIFY(name) ); \
  /external/qemu/
dynlink.h 87 _dynlink_##name = dlsym( library, DYNLINK_STR(name) ); \
  /frameworks/compile/libbcc/lib/ExecutionEngine/
SymbolResolvers.cpp 60 return ::dlsym(mHandle, pName);
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osDynLibrary.cpp 75 return (dynFuncPtr) dlsym(m_lib, p_symName);
  /bionic/libc/bionic/
malloc_debug_common.cpp 303 table->malloc = reinterpret_cast<MallocDebugMalloc>(dlsym(libc_malloc_impl_handle, symbol));
305 error_log("%s: dlsym(\"%s\") failed", __progname, symbol);
309 table->free = reinterpret_cast<MallocDebugFree>(dlsym(libc_malloc_impl_handle, symbol));
311 error_log("%s: dlsym(\"%s\") failed", __progname, symbol);
315 table->calloc = reinterpret_cast<MallocDebugCalloc>(dlsym(libc_malloc_impl_handle, symbol));
317 error_log("%s: dlsym(\"%s\") failed", __progname, symbol);
321 table->realloc = reinterpret_cast<MallocDebugRealloc>(dlsym(libc_malloc_impl_handle, symbol));
323 error_log("%s: dlsym(\"%s\") failed", __progname, symbol);
327 table->memalign = reinterpret_cast<MallocDebugMemalign>(dlsym(libc_malloc_impl_handle, symbol));
329 error_log("%s: dlsym(\"%s\") failed", __progname, symbol)
    [all...]
  /frameworks/native/services/surfaceflinger/
DdmConnection.cpp 59 JNI_CreateJavaVM = (typeof JNI_CreateJavaVM)dlsym(libdvm_dso, "JNI_CreateJavaVM");
63 registerNatives = (typeof registerNatives)dlsym(libandroid_runtime_dso,
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 224 (__eglMustCastToProperFunctionPointerType)dlsym(dso, name);
235 f = (__eglMustCastToProperFunctionPointerType)dlsym(dso, scrap);
244 f = (__eglMustCastToProperFunctionPointerType)dlsym(dso, scrap);
296 getProcAddress = (getProcAddressType)dlsym(dso, "eglGetProcAddress");
321 (unsigned int *)dlsym(imgegl, "PVRDefaultPBS");
337 (__eglMustCastToProperFunctionPointerType)dlsym(dso, name);
  /frameworks/av/media/libstagefright/omx/
OMXMaster.cpp 59 (CreateOMXPluginFunc)dlsym(
62 createOMXPlugin = (CreateOMXPluginFunc)dlsym(
104 (DestroyOMXPluginFunc)dlsym(
  /external/llvm/lib/Support/
DynamicLibrary.cpp 104 return dlsym(Data, symbolName);
145 void *ptr = dlsym(*I, symbolName);
  /frameworks/av/media/libmediaplayerservice/
TestPlayerStub.cpp 144 mNewPlayer = reinterpret_cast<NEW_PLAYER>(dlsym(mHandle,
150 ALOGE("dlsym for newPlayer failed %s", err);
155 mDeletePlayer = reinterpret_cast<DELETE_PLAYER>(dlsym(mHandle,
159 ALOGE("dlsym for deletePlayer failed %s", err);
  /external/bluetooth/bluedroid/hci/src/
bt_hw.c 198 bt_vnd_if = (bt_vendor_interface_t *) dlsym(dlhandle, "BLUETOOTH_VENDOR_LIB_INTERFACE");
  /external/chromium/third_party/libjingle/source/talk/base/
latebindingsymboltable.cc 77 *symbol = dlsym(handle, symbol_name);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
dlfcn.h 33 /* If the first argument of `dlsym' or `dlvsym' is set to RTLD_NEXT
39 /* If the first argument to `dlsym' or `dlvsym' is set to RTLD_DEFAULT
57 passed to `dlsym' to get symbol values from it. */
66 extern void *dlsym (void *__restrict __handle,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
dlfcn.h 33 /* If the first argument of `dlsym' or `dlvsym' is set to RTLD_NEXT
39 /* If the first argument to `dlsym' or `dlvsym' is set to RTLD_DEFAULT
57 passed to `dlsym' to get symbol values from it. */
66 extern void *dlsym (void *__restrict __handle,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
dlfcn.h 33 /* If the first argument of `dlsym' or `dlvsym' is set to RTLD_NEXT
39 /* If the first argument to `dlsym' or `dlvsym' is set to RTLD_DEFAULT
57 passed to `dlsym' to get symbol values from it. */
66 extern void *dlsym (void *__restrict __handle,
  /bionic/linker/
dlfcn.c 77 void *dlsym(void *handle, const char *symbol) function
170 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0dl_unwind_find_exidx\0"
176 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0dl_iterate_phdr\0"
200 st_value: (Elf32_Addr) &dlsym,
  /external/svox/pico/tts/
Android.mk 33 # using dlsym. This is essentially the same as the rule
  /frameworks/av/drm/libdrmframework/include/
PlugInManager.h 150 = (FPCREATE)dlsym(pPlugInContainer->hHandle, PLUGIN_MANAGER_CREATE);
152 = (FPDESTORY)dlsym(pPlugInContainer->hHandle, PLUGIN_MANAGER_DESTROY);
  /frameworks/av/media/libstagefright/
WVMExtractor.cpp 58 (GetInstanceFunc) dlsym(gVendorLibHandle,
177 (SnifferFunc) dlsym(gVendorLibHandle,
  /bionic/libdl/
dltest.c 133 symbol = dlsym(handle, symname);
135 if (dlerr != NULL) fprintf(stderr, "dlsym() error: %s\n", dlerr);

Completed in 903 milliseconds

1 2 34 5 6 7 8 9