Searched refs:RTLD_LAZY (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/ | ||
D | dlfcn.h | 54 RTLD_LAZY = 1, enumerator |
/bionic/libc/bionic/ | ||
D | malloc_debug_common.cpp | 416 libc_malloc_impl_handle = dlopen(so_name, RTLD_LAZY); in malloc_init_impl() |