OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dlclose
(Results
1 - 25
of
117
) sorted by null
1
2
3
4
5
/external/clang/test/CodeGen/
2002-01-24-HandleCallInsnSEGV.c
3
void *
dlclose
(void*);
7
dlclose
(handle);
/external/fio/os/windows/posix/include/
dlfcn.h
7
int
dlclose
(void *handle);
/external/compiler-rt/test/asan/TestCases/Linux/
coverage-module-unloaded.cc
44
dlclose
(bar1 < bar2 ? handle1 : handle2);
46
dlclose
(bar1 < bar2 ? handle2 : handle1);
stack-trace-dlclose.cc
33
dlclose
(handle);
function-sections-are-bad.cc
29
dlclose
(handle);
/development/ndk/platforms/android-3/include/
dlfcn.h
36
extern int
dlclose
(void* handle);
/external/elfutils/0.153/libebl/
eblclosebackend.c
70
(void)
dlclose
(ebl->dlhandle);
/external/iproute2/include/
dlfcn.h
34
static inline int
dlclose
(void *handle)
function
/development/ndk/platforms/android-8/include/
dlfcn.h
47
extern int
dlclose
(void* handle);
/external/chromium_org/third_party/android_crazy_linker/src/tests/
zoo.cpp
31
dlclose
(bar_lib);
bench_load_library.cpp
80
dlclose
(lib);
111
dlclose
(sles_lib);
127
dlclose
(sys3_lib);
128
dlclose
(sys2_lib);
129
dlclose
(sys1_lib);
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
libudevsymboltable.cc
67
dlclose
(libudev_1);
/external/compiler-rt/test/tsan/
ignore_lib3.cc
20
dlclose
(h);
/external/ltrace/testsuite/ltrace.minor/
libdl-simple.c
23
dlclose
(handle);
/bionic/libc/include/
dlfcn.h
47
extern int
dlclose
(void* handle);
/development/ndk/platforms/android-L/include/
dlfcn.h
47
extern int
dlclose
(void* handle);
/development/ndk/tests/dlclose-destruction/jni/
main.c
35
dlclose
(lib);
/external/chromium_org/base/
native_library_posix.cc
39
int ret =
dlclose
(library);
41
DLOG(ERROR) << "
dlclose
failed: " << dlerror();
/external/chromium_org/third_party/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp
23
dlclose
(fLibrary);
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp
25
dlclose
(fLibrary);
/bionic/tests/
atexit_test.cpp
27
TEST(atexit,
dlclose
) {
37
ASSERT_EQ(0,
dlclose
(handle));
dlfcn_test.cpp
64
ASSERT_EQ(0,
dlclose
(self));
77
dlclose
(handle);
88
ASSERT_EQ(0,
dlclose
(handle));
89
ASSERT_EQ(0,
dlclose
(handle2));
108
dlclose
(handle);
120
dlclose
(handle);
135
dlclose
(handle);
153
dlclose
(handle);
202
dlclose
(handle);
226
dlclose
(handle)
[
all
...]
/external/lldb/test/functionalities/load_unload/
main.c
40
dlclose
(a_dylib_handle);
69
dlclose
(a_dylib_handle);
/bionic/libdl/
libdl.c
29
int
dlclose
(void* handle __unused) { return 0; }
function
/external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_library_view.cpp
17
::
dlclose
(system_);
Completed in 3191 milliseconds
1
2
3
4
5