Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/configs/fuchsia/include/llvm/Config/
Dconfig.h56 #define HAVE_DLADDR 1 macro
/external/swiftshader/third_party/llvm-10.0/configs/darwin/include/llvm/Config/
Dconfig.h56 #define HAVE_DLADDR 1 macro
/external/strace/tests-m32/
Dpc.c64 #ifdef HAVE_DLADDR in main()
/external/strace/tests-mx32/
Dpc.c64 #ifdef HAVE_DLADDR in main()
/external/strace/tests/
Dpc.c64 #ifdef HAVE_DLADDR in main()
/external/mesa3d/src/mesa/drivers/dri/common/
Dmegadriver_stub.c33 #if defined(RTLD_DEFAULT) && defined(HAVE_DLADDR)
/external/mesa3d/src/util/
Ddisk_cache.h94 #ifdef HAVE_DLADDR
/external/llvm-project/llvm/utils/gn/secondary/llvm/include/llvm/Config/
DBUILD.gn161 "HAVE_DLADDR=1",
171 "HAVE_DLADDR=",
/external/strace/
Dconfig.h673 #define HAVE_DLADDR 1 macro
Dconfigure.ac870 AC_DEFINE([HAVE_DLADDR], [1], [Define to 1 if the system provides dladdr]) definition
Dconfig.h.in672 #undef HAVE_DLADDR
/external/llvm-project/llvm/include/llvm/Config/
Dconfig.h.cmake59 #cmakedefine HAVE_DLADDR ${HAVE_DLADDR}
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Config/
Dconfig.h.cmake56 #cmakedefine HAVE_DLADDR ${HAVE_DLADDR}
/external/llvm-project/llvm/lib/Support/Unix/
DSignals.inc582 #if HAVE_DLFCN_H && HAVE_DLADDR
DPath.inc299 #elif defined(HAVE_DLFCN_H) && defined(HAVE_DLADDR)
/external/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)
/external/llvm-project/llvm/cmake/
Dconfig-ix.cmake274 check_symbol_exists(dladdr dlfcn.h HAVE_DLADDR)