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
247
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/clang/test/CodeGen/
2002-01-24-HandleCallInsnSEGV.c
3
void *
dlclose
(void*);
7
dlclose
(handle);
/external/qemu/
dynlink-static.c
22
/* dummy dlopen()/
dlclose
()/dlsym() implementations to be used in static builds */
32
void
dlclose
(void)
function
/frameworks/av/libvideoeditor/lvpp/
I420ColorConverter.cpp
36
dlclose
(mHandle);
53
dlclose
(mHandle);
/external/smali/deodexerant/
deodexerant.c
59
dlclose
(libdvm);
67
dlclose
(libdvm);
80
dlclose
(libdvm);
/development/ndk/platforms/android-3/include/
dlfcn.h
36
extern int
dlclose
(void* handle);
/external/elfutils/libebl/
eblclosebackend.c
70
(void)
dlclose
(ebl->dlhandle);
/external/iproute2/include/
dlfcn.h
34
static inline int
dlclose
(void *handle)
function
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Library.c
48
return
dlclose
(handle);
/ndk/tests/device/whole-static-libs/jni/
main.c
22
dlclose
(lib);
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
dlfcn.h
36
extern int
dlclose
(void* handle);
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
dlfcn.h
36
extern int
dlclose
(void* handle);
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
dlfcn.h
36
extern int
dlclose
(void* handle);
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
dlfcn.h
36
extern int
dlclose
(void* handle);
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
dlfcn.h
36
extern int
dlclose
(void* handle);
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
dlfcn.h
36
extern int
dlclose
(void* handle);
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
dlfcn.h
36
extern int
dlclose
(void* handle);
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
dlfcn.h
36
extern int
dlclose
(void* handle);
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
dlfcn.h
36
extern int
dlclose
(void* handle);
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
dlfcn.h
36
extern int
dlclose
(void* handle);
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
dlfcn.h
36
extern int
dlclose
(void* handle);
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
dlfcn.h
36
extern int
dlclose
(void* handle);
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
dlfcn.h
36
extern int
dlclose
(void* handle);
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
dlfcn.h
36
extern int
dlclose
(void* handle);
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
dlfcn.h
36
extern int
dlclose
(void* handle);
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
dlfcn.h
36
extern int
dlclose
(void* handle);
Completed in 729 milliseconds
1
2
3
4
5
6
7
8
9
10