/external/mesa3d/src/mesa/main/ |
D | dlopen.h | 33 #if defined(HAVE_DLOPEN) 51 #elif defined(HAVE_DLOPEN) in _mesa_dlopen() 82 #elif defined(HAVE_DLOPEN) in _mesa_dlsym() 100 #elif defined(HAVE_DLOPEN) in _mesa_dlclose()
|
/external/e2fsprogs/lib/ss/ |
D | get_readline.c | 19 #ifdef HAVE_DLOPEN 25 #ifdef HAVE_DLOPEN in ss_release_readline() 43 #ifdef HAVE_DLOPEN in ss_get_readline()
|
D | invocation.c | 19 #ifdef HAVE_DLOPEN 82 #if defined(HAVE_DLOPEN) && defined(SHARED_ELF_LIB) in ss_create_invocation() 100 #if defined(HAVE_DLOPEN) && defined(SHARED_ELF_LIB) in ss_delete_invocation()
|
D | listen.c | 143 #ifdef HAVE_DLOPEN
|
/external/avahi/avahi-client/ |
D | check-nss.c | 24 #ifdef HAVE_DLOPEN 34 #ifdef HAVE_DLOPEN in avahi_nss_support()
|
/external/libxml2/ |
D | config.h | 32 #define HAVE_DLOPEN /**/ macro
|
D | xmlmodule.c | 201 #if defined(HAVE_DLOPEN) && !defined(_WIN32)
|
D | configure.ac | 926 AC_DEFINE([HAVE_DLOPEN], [], [Have dlopen based dso]) definition 960 AC_DEFINE([HAVE_DLOPEN], [], [Have dlopen based dso]) definition
|
/external/avahi/ |
D | config.h | 72 #define HAVE_DLOPEN 1 macro
|
D | configure.ac | 392 AC_CHECK_LIB(dl, dlopen, [ AC_CHECK_HEADERS(dlfcn.h, HAVE_DLOPEN=yes, HAVE_DLOPEN=no) ], HAVE_DLOPE… 393 if test "x$HAVE_DLOPEN" = "xyes" ; then 394 AC_DEFINE([HAVE_DLOPEN],1,[Have dlopen()]) definition 396 AM_CONDITIONAL(HAVE_DLOPEN, test "x$HAVE_DLOPEN" = "xyes") condition
|
/external/llvm/device/include/llvm/Config/ |
D | config.h | 100 #define HAVE_DLOPEN 1 macro
|
/external/llvm/host/include/llvm/Config/ |
D | config.h | 97 #define HAVE_DLOPEN 1 macro
|
/external/skia/gyp/ |
D | icu.gyp | 24 'HAVE_DLOPEN=0',
|
/external/icu/icu4c/source/common/ |
D | putil.cpp | 136 # define HAVE_DLOPEN 0 macro 141 # ifndef HAVE_DLOPEN 142 # define HAVE_DLOPEN 1 macro 150 # define HAVE_DLOPEN 0 macro 2054 #if HAVE_DLOPEN && !U_PLATFORM_USES_ONLY_WIN32_API
|
/external/curl/CMake/Platforms/ |
D | WindowsCache.cmake | 12 set(HAVE_DLOPEN 0) variable
|
/external/llvm/ |
D | Makefile.config.in | 219 HAVE_DLOPEN := @HAVE_DLOPEN@
|
/external/libxml2/vms/ |
D | config.vms | 215 #define HAVE_DLOPEN 1
|
/external/llvm/include/llvm/Config/ |
D | config.h.cmake | 69 #cmakedefine HAVE_DLOPEN ${HAVE_DLOPEN}
|
D | config.h.in | 81 #undef HAVE_DLOPEN
|
/external/libxml2/os400/ |
D | os400config.h.in | 34 #define HAVE_DLOPEN 1 /* Locally emulated. */ macro
|
/external/mesa3d/src/mesa/ |
D | SConscript | 34 ('HAVE_DLOPEN', '1'),
|
/external/llvm/cmake/ |
D | config-ix.cmake | 218 check_symbol_exists(dlopen dlfcn.h HAVE_DLOPEN)
|
/external/e2fsprogs/lib/ |
D | config.h.in | 92 #undef HAVE_DLOPEN
|
/external/e2fsprogs/ |
D | configure.in | 73 AC_DEFINE(HAVE_DLOPEN, 1, [Define to 1 if dlopen/libdl exists])]) definition
|
/external/curl/ |
D | CMakeLists.txt | 437 check_library_exists("${CURL_LIBS}" dlopen "" HAVE_DLOPEN)
|