HomeSort by: relevance | last modified time | path
    Searched refs:dlopen (Results 1 - 25 of 384) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
catch-load.c 22 #define dlopen(name, mode) LoadLibrary (TEXT (name)) macro
36 h = dlopen (libname, RTLD_LAZY);
break-probes.c 23 void *handle = dlopen (SHLIB_NAME, RTLD_LAZY);
info-shared.c 31 handle1 = dlopen (SHLIB1_NAME, RTLD_LAZY);
35 handle2 = dlopen (SHLIB2_NAME, RTLD_LAZY);
corefile-buildid-shlib.c 16 /* This shared library will dlopen another shared object.
24 #define dlopen(name, mode) LoadLibrary (name) macro
41 handle = dlopen (the_shlib, RTLD_LAZY);
solib-disc.c 23 #define dlopen(name, mode) LoadLibrary (name) macro
36 handle = dlopen (SHLIB_NAME, RTLD_LAZY);
fork-no-detach-follow-child-dlopen.c 29 void *shlib = dlopen (SHLIB_PATH, RTLD_NOW);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-catch-load.c 22 #define dlopen(name, mode) LoadLibrary (TEXT (name)) macro
35 h = dlopen (libname, RTLD_LAZY);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-event-load.c 22 #define dlopen(name, mode) LoadLibrary (TEXT (name)) macro
36 h = dlopen (libname, RTLD_LAZY);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
catch-load.c 22 #define dlopen(name, mode) LoadLibrary (TEXT (name)) macro
36 h = dlopen (libname, RTLD_LAZY);
break-probes.c 23 void *handle = dlopen (SHLIB_NAME, RTLD_LAZY);
info-shared.c 31 handle1 = dlopen (SHLIB1_NAME, RTLD_LAZY);
35 handle2 = dlopen (SHLIB2_NAME, RTLD_LAZY);
corefile-buildid-shlib.c 16 /* This shared library will dlopen another shared object.
24 #define dlopen(name, mode) LoadLibrary (name) macro
41 handle = dlopen (the_shlib, RTLD_LAZY);
solib-disc.c 23 #define dlopen(name, mode) LoadLibrary (name) macro
36 handle = dlopen (SHLIB_NAME, RTLD_LAZY);
jit-elf-dlmain.c 11 h = NULL; /* break here before-dlopen */
12 h = dlopen (jit_libname, RTLD_LAZY);
18 h = h; /* break here after-dlopen */
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-catch-load.c 22 #define dlopen(name, mode) LoadLibrary (TEXT (name)) macro
35 h = dlopen (libname, RTLD_LAZY);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-event-load.c 22 #define dlopen(name, mode) LoadLibrary (TEXT (name)) macro
36 h = dlopen (libname, RTLD_LAZY);
  /src/tests/lib/libpthread/dlopen/
Makefile 7 TESTSDIR= ${TESTSBASE}/lib/libpthread/dlopen
  /src/tests/libexec/ld.elf_so/
h_df_1_noopen.c 40 handle = dlopen("libpthread.so", RTLD_NOLOAD);
t_tls_extern.c 54 ATF_REQUIRE_DL(def = dlopen(libdef, 0));
57 ATF_REQUIRE_DL(use = dlopen(libuse, 0));
62 ATF_REQUIRE_DL(def = dlopen(libdef, 0));
63 ATF_REQUIRE_DL(use = dlopen(libuse, 0));
66 ATF_REQUIRE_DL(use = dlopen(libuse, 0));
67 ATF_REQUIRE_DL(def = dlopen(libdef, 0));
70 ATF_REQUIRE_DL(use = dlopen(libuse, 0));
71 ATF_REQUIRE_DL(def = dlopen(libdef, RTLD_NOLOAD));
110 atf_tc_set_md_var(tc, "descr", "dlopen refuses extern __thread for TLS,"
118 ATF_REQUIRE_DL(def = dlopen("libh_def_dynamic.so", 0))
    [all...]
t_dlerror-cleared.c 42 "error set by dlopen persists past a successful dlopen call");
51 * Test that an error set by dlopen() persists past a successful
52 * dlopen() call.
54 handle = dlopen("libnonexistent.so", RTLD_LAZY);
56 handle = dlopen("libm.so", RTLD_NOW);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
infcall-dlopen.cc 24 void *h = dlopen (filename, RTLD_LAZY);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
infcall-dlopen.cc 24 void *h = dlopen (filename, RTLD_LAZY);
  /src/tests/lib/libpthread/dlopen/dso/
Makefile 13 LIBDIR= ${TESTSBASE}/lib/libpthread/dlopen
14 SHLIBDIR= ${TESTSBASE}/lib/libpthread/dlopen
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/
host.c 10 void *druntime = dlopen(argv[1], RTLD_LAZY); // load druntime
15 void *druntime = dlopen(argv[1], RTLD_LAZY); // load druntime
24 void* plugin1 = dlopen(name, RTLD_LAZY);
26 void* plugin2 = dlopen(name, RTLD_LAZY);
44 plugin1 = dlopen(name, RTLD_LAZY);
  /src/tests/lib/csu/
h_initfini3.cxx 9 static const char msg2[] = "main after dlopen\n";
15 handle = dlopen("h_initfini3_dso.so", RTLD_NOW | RTLD_LOCAL);
17 err(1, "dlopen");

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 91011>>