HomeSort by relevance Sort by last modified time
    Searched refs:dlopen (Results 251 - 275 of 445) sorted by null

<<1112131415161718

  /prebuilts/misc/common/swig/include/2.0.11/mzscheme/
mzrun.swg 392 mz_libraries[i]=(void *) dlopen(mz_dlopen_libraries[i],RTLD_LAZY);
405 mz_libraries[i]=(void *) dlopen(libp,RTLD_LAZY);
429 "SWIG:mzscheme:library:%s;dlopen=%p,function=%s,func=%p\n",
  /system/core/libnativebridge/
native_bridge.cc 45 kOpened, // After successful dlopen.
160 void* handle = dlopen(nb_library_filename, RTLD_LAZY);
178 // Two failure conditions: could not find library (dlopen failed), or could not find native
  /external/chromium_org/chrome/browser/ui/views/frame/
global_menu_bar_x11.cc 250 void* dbusmenu_lib = dlopen("libdbusmenu-glib.so", RTLD_LAZY);
252 dbusmenu_lib = dlopen("libdbusmenu-glib.so.4", RTLD_LAZY);
  /external/chromium_org/third_party/mesa/src/src/gbm/backends/dri/
gbm_dri.c 195 dri->driver = dlopen(path, RTLD_NOW | RTLD_GLOBAL);
200 dri->driver = dlopen(path, RTLD_NOW | RTLD_GLOBAL);
  /external/elfutils/0.153/libebl/
eblopenbackend.c 351 void *h = dlopen (dsoname, RTLD_LAZY);
357 h = dlopen (dsoname, RTLD_LAZY);
  /external/iproute2/tc/
m_action.c 115 dlh = dlopen(buf, RTLD_LAZY | RTLD_GLOBAL);
119 dlh = aBODY = dlopen(NULL, RTLD_LAZY);
  /external/mesa3d/src/gbm/backends/dri/
gbm_dri.c 195 dri->driver = dlopen(path, RTLD_NOW | RTLD_GLOBAL);
200 dri->driver = dlopen(path, RTLD_NOW | RTLD_GLOBAL);
  /external/qemu/audio/
esdaudio.c 540 esd_lib = dlopen( "libesd.so", RTLD_NOW );
542 esd_lib = dlopen( "libesd.so.0", RTLD_NOW );
paaudio.c 493 pa_lib = dlopen( "libpulse-simple.so", RTLD_NOW );
495 pa_lib = dlopen( "libpulse-simple.so.0", RTLD_NOW );
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc.cpp 329 void *lib = ::dlopen(name, RTLD_NOW);
646 handle = dlopen ("libgeofence.so", RTLD_NOW);
651 LOC_LOGE ("%s, dlopen for libgeofence.so failed, error = %s\n", __func__, error);
  /art/test/115-native-bridge/
nativebridge.cc 228 void* handle = dlopen(tmp, flag);
  /bionic/libc/bionic/
malloc_debug_common.cpp 405 void* malloc_impl_handle = dlopen(so_name, RTLD_LAZY);
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Mem.cpp 65 libmmcamera = ::dlopen("liboemcamera.so", RTLD_NOW);
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_library_list.cpp 263 void* system_lib = dlopen(lib_name, dlopen_mode);
351 // because these could call dlopen().
  /external/chromium_org/v8/src/third_party/vtune/
ittnotify_config.h 276 #define __itt_load_lib(name) dlopen(name, RTLD_LAZY)
  /external/libcxx/src/support/solaris/
xlocale.c 214 void *handle = dlopen(path, RTLD_LOCAL | RTLD_NOW);
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.cpp 71 mLibHandle = dlopen("libDecoderVP9Hybrid.so", RTLD_NOW);
73 LOGE("dlopen libDecoderVP9Hybrid.so fail\n");
76 LOGI("dlopen libDecoderVP9Hybrid.so successfully\n");
  /ndk/sources/android/crazy_linker/src/
crazy_linker_library_list.cpp 263 void* system_lib = dlopen(lib_name, dlopen_mode);
351 // because these could call dlopen().
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 214 void *handle = dlopen(path, RTLD_LOCAL | RTLD_NOW);
  /external/chromium_org/third_party/libevent/
ltmain.sh 558 -dlopen)
559 prevopt="-dlopen"
643 # Only execute mode is allowed to have -dlopen flags.
645 $echo "$modename: unrecognized option \`-dlopen'" 1>&2
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
ltmain.sh 552 -dlopen)
553 prevopt="-dlopen"
637 # Only execute mode is allowed to have -dlopen flags.
639 $echo "$modename: unrecognized option \`-dlopen'" 1>&2
    [all...]
  /external/cmockery/cmockery_0_1_2/
libtool 164 # Whether dlopen is supported.
167 # Whether dlopen of programs is supported.
170 # Whether dlopen of statically linked programs is supported.
875 -dlopen)
876 prevopt="-dlopen"
960 # Only execute mode is allowed to have -dlopen flags.
962 $echo "$modename: unrecognized option \`-dlopen'" 1>&2
    [all...]
ltmain.sh 523 -dlopen)
524 prevopt="-dlopen"
608 # Only execute mode is allowed to have -dlopen flags.
610 $echo "$modename: unrecognized option \`-dlopen'" 1>&2
    [all...]
  /external/libunwind/aux/
ltmain.sh 195 -dlopen)
196 prevopt="-dlopen"
266 # Only execute mode is allowed to have -dlopen flags.
268 $echo "$modename: unrecognized option \`-dlopen'" 1>&2
980 -dlopen)
1229 # This file was specified with -dlopen.
1263 # This library was specified with -dlopen.
    [all...]
  /external/chromium_org/sdch/open-vcdiff/
ltmain.sh 738 -dlopen) test "$#" -eq 0 && func_missing_arg "$opt" && break
788 -dlopen=*|--mode=*|--tag=*)
877 # Only execute mode is allowed to have -dlopen flags.
879 func_error "unrecognized option \`-dlopen'"
    [all...]

Completed in 2069 milliseconds

<<1112131415161718