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

1234

/external/clang/test/CodeGen/
H A D2002-01-24-HandleCallInsnSEGV.c3 void *dlclose(void*);
7 dlclose(handle);
/external/fio/os/windows/posix/include/
H A Ddlfcn.h7 int dlclose(void *handle);
/external/libxml2/os400/dlfcn/
H A Ddlfcn.h2 *** dlopen(), dlclose() dlsym(), dlerror() emulation for OS/400.
30 extern int dlclose(void * handle);
/external/smali/deodexerant/
H A Ddeodexerant.c65 dlclose(libdvm);
79 dlclose(libdvm);
92 dlclose(libdvm);
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dcoverage-module-unloaded.cc42 dlclose(bar1 < bar2 ? handle1 : handle2);
44 dlclose(bar1 < bar2 ? handle2 : handle1);
H A Ddlclose-test.cc12 // This sublte test assumes that after a foo.so is dlclose-d
66 // Now dlclose the shared library.
67 printf("attempting to dlclose\n");
68 if (dlclose(lib)) {
69 printf("failed to dlclose\n");
/external/elfutils/libebl/
H A Deblclosebackend.c49 (void) dlclose (ebl->dlhandle);
/external/iproute2/include/
H A Ddlfcn.h35 static inline int dlclose(void *handle) function
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dstack-trace-dlclose.cc34 dlclose(handle);
H A Dfunction-sections-are-bad.cc29 dlclose(handle);
/external/compiler-rt/test/tsan/
H A Dignore_lib3.cc23 dlclose(h);
H A Ddlclose.cc29 dlclose(lib);
H A Ddl_iterate_phdr.cc47 dlclose(lib);
/external/valgrind/cachegrind/tests/
H A Ddlclose.c34 dlclose(handle);
/external/valgrind/exp-sgcheck/tests/
H A Dpreen_invars.c27 the subsequent dlclose (hence munmap) causes it to get preened.
48 r = dlclose(hdl);
/external/webrtc/talk/media/devices/
H A Dlibudevsymboltable.cc67 dlclose(libudev_1);
/external/skia/src/gpu/gl/iOS/
H A DGrGLCreateNativeInterface_iOS.cpp22 dlclose(fLibrary);
/external/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp26 dlclose(fLibrary);
/external/libchrome/base/
H A Dnative_library_posix.cc40 int ret = dlclose(library);
42 DLOG(ERROR) << "dlclose failed: " << dlerror();
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_dl.c75 dlclose((void *)library);
/external/parameter-framework/upstream/utility/posix/
H A DDynamicLibrary.cpp53 dlclose(_handle);
/external/dhcpcd-6.8.2/
H A Ddev.c72 dlclose(ctx->dev_handle);
103 dlclose(h);
112 dlclose(h);
/external/compiler-rt/test/cfi/cross-dso/
H A Ddlopen.cpp5 // RUN: %expect_crash %t1 dlclose 2>&1 | FileCheck --check-prefix=CFI %s
11 // RUN: %expect_crash %t2 dlclose 2>&1 | FileCheck --check-prefix=CFI %s
17 // RUN: %expect_crash %t3 dlclose 2>&1 | FileCheck --check-prefix=CFI %s
23 // RUN: %expect_crash %t4 dlclose 2>&1 | FileCheck --check-prefix=CFI %s
29 // RUN: %t5 dlclose 2>&1 | FileCheck --check-prefix=NCFI %s
37 // Call-after-dlclose is checked on the caller side.
38 // RUN: %expect_crash %t6 dlclose 2>&1 | FileCheck --check-prefix=CFI %s
94 const bool test_dlclose = argc > 1 && strcmp(argv[1], "dlclose") == 0;
124 // Imitate an attacker sneaking in an executable page where a dlclose()d
132 int res = dlclose(handl
[all...]
H A Dshadow_is_read_only.cpp8 // RUN: %expect_crash %t dlclose %t-cfi-so.so 2>&1 | FileCheck %s
10 // RUN: %expect_crash %t dlclose %t-nocfi-so.so 2>&1 | FileCheck %s
58 const bool test_dlclose = strcmp(argv[1], "dlclose") == 0;
78 int res = dlclose(handle);
/external/curl/packages/vms/
H A Dreport_openssl_version.c65 dlclose(libptr);

Completed in 2162 milliseconds

1234