Searched refs:dlclose (Results 1 - 25 of 158) sorted by relevance

1234567

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dcatch-load.c23 #define dlclose(handle) FreeLibrary (handle) macro
38 dlclose (h);
H A Dbreak-probes.c27 dlclose (handle);
H A Dinfo-shared.c45 dlclose (handle1);
48 dlclose (handle2);
H A Dcorefile-buildid-shlib.c26 #define dlclose(handle) FreeLibrary (handle) macro
56 dlclose (handle);
H A Dsolib-disc.c25 #define dlclose(handle) FreeLibrary (handle) macro
52 dlclose (handle);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dmi-catch-load.c23 #define dlclose(handle) FreeLibrary (handle) macro
37 dlclose (h);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dcatch-load.c23 #define dlclose(handle) FreeLibrary (handle) macro
38 dlclose (h);
H A Dbreak-probes.c27 dlclose (handle);
H A Dinfo-shared.c45 dlclose (handle1);
48 dlclose (handle2);
H A Dcorefile-buildid-shlib.c26 #define dlclose(handle) FreeLibrary (handle) macro
56 dlclose (handle);
H A Dsolib-disc.c25 #define dlclose(handle) FreeLibrary (handle) macro
52 dlclose (handle);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-catch-load.c23 #define dlclose(handle) FreeLibrary (handle) macro
37 dlclose (h);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-event-load.c23 #define dlclose(handle) FreeLibrary (handle) macro
38 dlclose (h);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dinfcall-dlopen.cc31 if (dlclose (h) != 0)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dinfcall-dlopen.cc31 if (dlclose (h) != 0)
/netbsd-current/tests/libexec/ld.elf_so/
H A Dt_thread_local_dtor.sh31 atf_set "descr" "Checks dlclose vs thread_local"
41 before dlclose
42 after dlclose
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.shared/
H A Dhost.c40 assert(dlclose(plugin1) == 0);
53 assert(dlclose(plugin2) == 0);
57 assert(dlclose(plugin1) == 0);
62 dlclose(druntime);
65 dlclose(druntime);
/netbsd-current/tests/lib/csu/
H A Dh_initfini3.cxx19 dlclose(handle);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/
H A Dhost.c35 assert(dlclose(plugin1) == 0);
48 assert(dlclose(plugin2) == 0);
52 assert(dlclose(plugin1) == 0);
57 dlclose(druntime);
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Ddl1main.c31 dlclose (handle);
H A Ddl6amain.c31 dlclose (handle);
H A Ddl6bmain.c31 dlclose (handle);
H A Ddl6cmain.c31 dlclose (handle);
H A Ddl6dmain.c31 dlclose (handle);
H A Dpr21964-2c.c29 dlclose(dl);

Completed in 205 milliseconds

1234567