Home
last modified time | relevance | path

Searched refs:HAVE_LIBDL (Results 1 – 11 of 11) sorted by relevance

/third_party/alsa-lib/src/
Ddlmisc.c37 #if defined(HAVE_LIBDL) && defined(__GLIBC__) && !defined(__UCLIBC__)
129 #ifdef HAVE_LIBDL in INTERNAL()
141 #ifdef HAVE_LIBDL in INTERNAL()
190 #ifdef HAVE_LIBDL in snd_dlclose()
209 #ifdef HAVE_LIBDL in snd_dlsym_verify()
261 #ifdef HAVE_LIBDL in snd_dlsym()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DCMakeLists.txt3 if( HAVE_LIBDL )
/third_party/alsa-lib/src/mixer/
Dmixer_simple.h32 #ifdef HAVE_LIBDL
/third_party/alsa-lib/include/
Dconfig.h97 #define HAVE_LIBDL 1 macro
Dlocal.h63 #ifdef HAVE_LIBDL
/third_party/alsa-lib/
Dconfigure.ac243 HAVE_LIBDL=
245 AC_CHECK_LIB([dl], [dlsym], [HAVE_LIBDL="yes"])
246 if test "$HAVE_LIBDL" = "yes" ; then
248 AC_DEFINE([HAVE_LIBDL], 1, [Have libdl]) definition
253 AM_CONDITIONAL([BUILD_MODULES], [test "$HAVE_LIBDL" = "yes"])
554 if test "$HAVE_LIBDL" != "yes"; then
/third_party/curl/CMake/Platforms/
DWindowsCache.cmake24 set(HAVE_LIBDL 0) variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCMakeLists.txt13 if( HAVE_LIBDL )
/third_party/curl/
DCMakeLists.txt300 check_library_exists_concat("${CMAKE_DL_LIBS}" dlopen HAVE_LIBDL)
646 # Check for symbol dlopen (same as HAVE_LIBDL)
/third_party/libffi/
Daclocal.m4685 [AC_DEFINE([HAVE_LIBDL], [1], definition
696 [AC_DEFINE([HAVE_LIBDL], [1], definition
701 [AC_DEFINE([HAVE_LIBDL], [1], definition
/third_party/python/
Dpyconfig.h.in608 #undef HAVE_LIBDL