Searched defs:dlclose (Results 1 - 2 of 2) sorted by relevance

/bionic/libdl/
H A Dlibdl.c29 int dlclose(void* handle __unused) { return 0; } function
/bionic/linker/
H A Ddlfcn.cpp157 int dlclose(void* handle) { function
160 // dlclose has no defined errors.
187 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0android_update_LD_LIBRARY_PATH\0android_get_LD_LIBRARY_PATH\0dl_iterate_phdr\0android_dlopen_ext\0dl_unwind_find_exidx\0"
192 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0android_update_LD_LIBRARY_PATH\0android_get_LD_LIBRARY_PATH\0dl_iterate_phdr\0android_dlopen_ext\0"
204 ELFW(SYM_INITIALIZER)( 7, &dlclose, 1),

Completed in 703 milliseconds