Home
last modified time | relevance | path

Searched refs:HAVE_DLADDR (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/fuchsia/include/llvm/Config/
Dconfig.h56 #define HAVE_DLADDR 1 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/darwin/include/llvm/Config/
Dconfig.h56 #define HAVE_DLADDR 1 macro
/third_party/gstreamer/gstreamer/
Dconfig.h60 #define HAVE_DLADDR macro
Dmeson.build479 cdata.set('HAVE_DLADDR', cc.has_function('dladdr', dependencies : dl_dep))
DChangeLog18727 * HAVE_DLADDR
/third_party/mesa3d/src/mesa/drivers/dri/common/
Dmegadriver_stub.c33 #if defined(RTLD_DEFAULT) && defined(HAVE_DLADDR)
/third_party/pulseaudio/src/pulse/
Dutil.c66 #if defined(HAVE_DLADDR) && defined(PA_GCC_WEAKREF)
252 #if defined(HAVE_DLADDR) && defined(PA_GCC_WEAKREF) in pa_get_binary_name()
/third_party/pulseaudio/include/
Dconfig.h66 #define HAVE_DLADDR 1 macro
/third_party/mesa3d/src/util/
Ddisk_cache.h95 #ifdef HAVE_DLADDR
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Config/
Dconfig.h.cmake56 #cmakedefine HAVE_DLADDR ${HAVE_DLADDR}
/third_party/gstreamer/gstreamer/gst/
Dgstinfo.c2200 #ifdef HAVE_DLADDR in _gst_debug_nameof_funcptr()
2218 #ifdef HAVE_DLADDR in _gst_debug_nameof_funcptr()
Dgstregistry.c1600 #elif defined(__APPLE__) && defined(HAVE_DLADDR) in priv_gst_get_relocated_libgstreamer()
/third_party/pulseaudio/
Dconfigure.ac593 AC_SEARCH_LIBS([dladdr], [dl], [HAVE_DLADDR=1], [HAVE_DLADDR=0])
594 AC_DEFINE(HAVE_DLADDR, [1], [Have dladdr?]) definition
Dmeson.build389 cdata.set('HAVE_DLADDR', 1)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DSignals.inc577 #if HAVE_DLFCN_H && HAVE_DLADDR
DPath.inc274 #elif defined(HAVE_DLFCN_H) && defined(HAVE_DLADDR)