Searched refs:dlopen (Results 1 - 25 of 85) sorted by relevance

1234

/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Ddl1main.c13 handle = dlopen("./tmpdir/libdl1.so", RTLD_GLOBAL|RTLD_LAZY);
16 printf("dlopen ./tmpdir/libdl1.so: %s\n", dlerror ());
H A Ddl6amain.c13 handle = dlopen("./tmpdir/libdl6a.so", RTLD_GLOBAL|RTLD_LAZY);
16 printf("dlopen ./tmpdir/libdl6a.so: %s\n", dlerror ());
H A Ddl6bmain.c13 handle = dlopen("./tmpdir/libdl6b.so", RTLD_GLOBAL|RTLD_LAZY);
16 printf("dlopen ./tmpdir/libdl6b.so: %s\n", dlerror ());
H A Ddl6cmain.c13 handle = dlopen("./tmpdir/libdl6c.so", RTLD_GLOBAL|RTLD_LAZY);
16 printf("dlopen ./tmpdir/libdl6c.so: %s\n", dlerror ());
H A Ddl6dmain.c13 handle = dlopen("./tmpdir/libdl6d.so", RTLD_GLOBAL|RTLD_LAZY);
16 printf("dlopen ./tmpdir/libdl6d.so: %s\n", dlerror ());
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tsan/
H A Dtsan_barrier.h10 void *h = dlopen ("libpthread.so.0", RTLD_LAZY);
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/tsan/
H A Dtsan_barrier.h10 void *h = dlopen ("libpthread.so.0", RTLD_LAZY);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/bad_exception/
H A D23591_thread-1.c34 lib = dlopen("./testsuite_shared.so", RTLD_NOW);
37 printf("dlopen failed: %s\n", strerror(errno));
/haiku-buildtools/gcc/gcc/testsuite/jit.dg/
H A Dverify-dynamic-library.c14 handle = dlopen ("./output-of-test-compile-to-dynamic-library.c.so",
18 fprintf (stderr, "dlopen failed: %s\n", dlerror());
/haiku-buildtools/gcc/libvtv/testsuite/other-tests/
H A Ddlopen.cc22 void * dlhandle = dlopen(so_name, RTLD_NOW);
25 fprintf(stderr, "dlopen %s error: %s\n", so_name, dlerror());
31 fprintf(stderr, "dlopen %s dlsym error: %s\n", so_name, dlerror());
H A Ddlopen_mt.cc31 void * dlhandle = dlopen(so_name, RTLD_NOW);
34 fprintf(stderr, "dlopen so:%s error: %s\n", so_name, dlerror());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/mt_allocator/
H A D22309_thread.cc30 void* tmp = dlopen("./testsuite_shared.so", RTLD_LAZY);
/haiku-buildtools/libtool/
H A Dltdl.m4109 AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
111 [# PORTME does your system automatically load deplibs for dlopen?
144 # at 6.2 and later dlopen does load deplibs.
154 # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
160 # dlopen *does* load deplibs and with the right loader patch applied
182 [Define if the OS needs help to load dependent libraries for dlopen().])
268 AC_CACHE_CHECK([whether libtool supports -dlopen/-dlpreopen],
297 [AC_CHECK_LIB([dl], [dlopen],
305 [dlopen(0, 0);],
308 [AC_CHECK_LIB([svld], [dlopen],
[all...]
H A Dconfigure8893 lt_cv_dlopen="dlopen"
8899 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
8900 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
8919 char dlopen ();
8923 dlopen (); function
8964 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
9142 echo "$as_me:$LINENO: checking for dlopen" >&5
9143 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
9153 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen
9259 dlopen (); function
9326 dlopen (); function
12732 dlopen (); function
13068 dlopen (); function
13135 dlopen (); function
18513 dlopen (); function
18849 dlopen (); function
18916 dlopen (); function
[all...]
/haiku-buildtools/binutils/gold/testsuite/
H A Difuncmain3.c1 /* Test STT_GNU_IFUNC symbols with dlopen:
46 void *h = dlopen ("ifuncmod3.so", RTLD_LAZY);
/haiku-buildtools/legacy/binutils/
H A Dltconfig322 --enable-dlopen enable dlopen support
361 --enable-dlopen) enable_dlopen=yes ;;
1657 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
1658 echo "$progname:1591: checking for dlopen in -ldl" >&5
1672 char dlopen();
1675 dlopen() function
1693 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
1696 echo $ac_n "checking for dlopen""... $ac_c" 1>&6
1697 echo "$progname:1630: checking for dlopen" >
1722 dlopen(); function
1761 dlopen() function
[all...]
/haiku-buildtools/legacy/gcc/
H A Dltconfig237 --enable-dlopen enable dlopen support
238 --enable-dlopen-self enable support for dlopening programs
270 --enable-dlopen) enable_dlopen=yes ;;
1987 echo $ac_n "checking for dlopen""... $ac_c" 1>&6
1988 echo "$progname:1977: checking for dlopen" >&5
1995 which can conflict with char dlopen(); below. */
2000 char dlopen();
2010 dlopen(); function
2027 if eval "test \"`echo '$ac_cv_func_'dlopen`\"
2048 dlopen() function
[all...]
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_util.h141 #define DL_open(path) dlopen((path), RTLD_NOW)
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_unwind_posix_libcdep.cc18 #include <dlfcn.h> // for dlopen()
49 void *p = dlopen("libcorkscrew.so", RTLD_LAZY);
/haiku-buildtools/binutils/bfd/
H A Dplugin.c46 dlopen (const char *file, int mode ATTRIBUTE_UNUSED) function
218 plugin_handle = dlopen (pname, RTLD_NOW);
/haiku-buildtools/gcc/lto-plugin/
H A Dlto-symtab.c140 plugin_handle = dlopen (name, RTLD_LAZY);
/haiku-buildtools/gcc/liboffloadmic/runtime/emulator/
H A Dcoi_device.cpp247 if (dlopen (lib_path, RTLD_LAZY | RTLD_GLOBAL) == 0)
/haiku-buildtools/libtool/cdemo/
H A Dconfigure8360 lt_cv_dlopen="dlopen"
8366 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
8367 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
8386 char dlopen ();
8390 dlopen (); function
8431 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
8609 echo "$as_me:$LINENO: checking for dlopen" >&5
8610 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
8620 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen
8726 dlopen (); function
8793 dlopen (); function
12199 dlopen (); function
12535 dlopen (); function
12602 dlopen (); function
17980 dlopen (); function
18316 dlopen (); function
18383 dlopen (); function
[all...]
/haiku-buildtools/libtool/demo/
H A Dconfigure8713 lt_cv_dlopen="dlopen"
8719 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
8720 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
8739 char dlopen ();
8743 dlopen (); function
8784 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
8962 echo "$as_me:$LINENO: checking for dlopen" >&5
8963 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
8973 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen
9079 dlopen (); function
9146 dlopen (); function
12552 dlopen (); function
12888 dlopen (); function
12955 dlopen (); function
18333 dlopen (); function
18669 dlopen (); function
18736 dlopen (); function
[all...]
/haiku-buildtools/libtool/depdemo/
H A Dconfigure8603 lt_cv_dlopen="dlopen"
8609 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
8610 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
8629 char dlopen ();
8633 dlopen (); function
8674 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
8852 echo "$as_me:$LINENO: checking for dlopen" >&5
8853 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
8863 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen
8969 dlopen (); function
9036 dlopen (); function
12442 dlopen (); function
12778 dlopen (); function
12845 dlopen (); function
18223 dlopen (); function
18559 dlopen (); function
18626 dlopen (); function
[all...]

Completed in 281 milliseconds

1234