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

1 2

  /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);
solib-disc.c 23 #define dlopen(name, mode) LoadLibrary (name) macro
36 handle = dlopen (SHLIB_NAME, RTLD_LAZY);
watchpoint-solib.c 23 #define dlopen(name, mode) LoadLibrary (TEXT (name)) macro
40 handle = dlopen (SHLIB_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);
unload.c 23 #define dlopen(name, mode) LoadLibrary (TEXT (name)) macro
43 handle = dlopen (SHLIB_NAME, RTLD_LAZY);
70 handle = dlopen (SHLIB_NAME2, RTLD_LAZY);
  /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);
bp-disabled-by-cond.c 23 #define dlopen(name, mode) LoadLibrary (TEXT (name)) macro
47 handle = dlopen (SHLIB_NAME, RTLD_LAZY);
shlib-unload.c 22 #define dlopen(name, mode) LoadLibrary (TEXT (name)) macro
46 handle = dlopen (SHLIB_NAME, RTLD_LAZY);
solib-disc.c 23 #define dlopen(name, mode) LoadLibrary (name) macro
36 handle = dlopen (SHLIB_NAME, RTLD_LAZY);
watchpoint-solib.c 23 #define dlopen(name, mode) LoadLibrary (TEXT (name)) macro
40 handle = dlopen (SHLIB_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);
unload.c 23 #define dlopen(name, mode) LoadLibrary (TEXT (name)) macro
43 handle = dlopen (SHLIB_NAME, RTLD_LAZY);
70 handle = dlopen (SHLIB_NAME2, RTLD_LAZY);
  /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);
mi-dprintf-modified.c 22 #define dlopen(name, mode) LoadLibrary (TEXT (name)) macro
43 handle = dlopen (SHLIB_NAME, RTLD_LAZY); /* Break here. */
  /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/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/
solib.c 23 #define dlopen(name, mode) LoadLibrary (TEXT (name)) macro
48 handles[i] = dlopen (libname, RTLD_LAZY);
51 printf ("ERROR on dlopen %s\n", libname);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/
solib.c 23 #define dlopen(name, mode) LoadLibrary (TEXT (name)) macro
48 handles[i] = dlopen (libname, RTLD_LAZY);
51 printf ("ERROR on dlopen %s\n", libname);
  /src/external/gpl3/binutils/dist/bfd/
xtensa-dynconfig.c 39 dlopen (const char *file, int mode ATTRIBUTE_UNUSED) function
84 handle = dlopen (path, RTLD_LAZY);
  /src/external/gpl3/binutils.old/dist/bfd/
xtensa-dynconfig.c 39 dlopen (const char *file, int mode ATTRIBUTE_UNUSED) function
83 handle = dlopen (path, RTLD_LAZY);
  /src/external/gpl3/gdb.old/dist/bfd/
xtensa-dynconfig.c 39 dlopen (const char *file, int mode ATTRIBUTE_UNUSED) function
83 handle = dlopen (path, RTLD_LAZY);
  /src/external/gpl3/gdb/dist/bfd/
xtensa-dynconfig.c 39 dlopen (const char *file, int mode ATTRIBUTE_UNUSED) function
84 handle = dlopen (path, RTLD_LAZY);
  /src/tests/lib/libpthread/dlopen/
t_dlopen.c 50 handle = dlopen(DSO, flags);
51 ATF_REQUIRE_MSG(handle != NULL, "dlopen fails: %s", dlerror());
61 ATF_TC(dlopen); variable
62 ATF_TC_HEAD(dlopen, tc)
65 "Test if dlopen can load -lpthread DSO");
67 ATF_TC_BODY(dlopen, tc)
76 "Test if dlopen can load -lpthread DSO");
93 handle = dlopen(DSO, flags);
94 ATF_REQUIRE_MSG(handle != NULL, "dlopen fails: %s", dlerror());
115 "Test if dlopen can load -lpthread DSO without breaking mutex")
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
dlfcn_w32.c 136 dlopen(const char *fn, int flags) function
141 /* We don't support dlopen(0, ...) on Windows.*/

Completed in 21 milliseconds

1 2