/external/libpng/ |
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...] |
/external/libusb/ |
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...] |
/external/libusb-compat/ |
ltmain.sh | 745 -dlopen) test "$#" -eq 0 && func_missing_arg "$opt" && break 795 -dlopen=*|--mode=*|--tag=*) 884 # Only execute mode is allowed to have -dlopen flags. 886 func_error "unrecognized option \`-dlopen'" [all...] |
/external/libvorbis/ |
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...] |
/external/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...] |
/external/protobuf/ |
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...] |
/external/qemu/distrib/sdl-1.2.15/build-scripts/ |
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...] |
/external/chromium/sdch/open-vcdiff/ |
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/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/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/libffi/ |
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/llvm/autoconf/ |
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/llvm/projects/sample/autoconf/ |
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...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioHardwareALSA.cpp | 112 mAcdbHandle = ::dlopen("/system/lib/libacdbloader.so", RTLD_NOW); 114 ALOGE("AudioHardware: DLOPEN not successful for ACDBLOADER"); 116 ALOGD("AudioHardware: DLOPEN successful for ACDBLOADER"); 128 mCsdHandle = ::dlopen("/system/lib/libcsd-client.so", RTLD_NOW); 130 ALOGE("AudioHardware: DLOPEN not successful for CSD CLIENT"); 132 ALOGD("AudioHardware: DLOPEN successful for CSD CLIENT"); [all...] |
/device/generic/goldfish/opengl/system/egl/ |
eglDisplay.cpp | 230 void *lib = dlopen(libName, RTLD_NOW); 232 ALOGE("Failed to dlopen %s", libName);
|
/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/chromium_org/third_party/tcmalloc/vendor/ |
README | 220 Its likeliness increases the more dlopen() commands an executable has. 222 getgrgid() call dlopen() behind the scenes.
|
/external/chromium_org/v8/src/third_party/vtune/ |
jitprofiling.cc | 369 m_libHandle = dlopen(dllName, RTLD_LAZY); 378 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY);
|
/external/compiler-rt/lib/msan/tests/ |
msan_test.cc | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/ |
eclipse_1310.so | |
/external/iproute2/tc/ |
m_action.c | 115 dlh = dlopen(buf, RTLD_LAZY | RTLD_GLOBAL); 119 dlh = aBODY = dlopen(NULL, RTLD_LAZY);
|
m_ematch.c | 142 dlh = dlopen(buf, RTLD_LAZY); 146 dlh = body = dlopen(NULL, RTLD_LAZY);
|
m_pedit.c | 90 dlh = dlopen(buf, RTLD_LAZY); 94 dlh = pBODY = dlopen(NULL, RTLD_LAZY);
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
jitprofiling.c | 349 m_libHandle = dlopen(dllName, RTLD_LAZY); 358 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY);
|