Home
last modified time | relevance | path

Searched refs:RTLD_LAZY (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/include/
Ddlfcn.h58 RTLD_LAZY = 1, enumerator
/bionic/libc/bionic/
DNetdClient.cpp37 void* netdClientHandle = dlopen("libnetd_client.so", RTLD_LAZY); in netdClientInitImpl()
Dmalloc_debug_common.cpp405 void* malloc_impl_handle = dlopen(so_name, RTLD_LAZY); in malloc_init_impl()
/bionic/tests/
Ddlfcn_test.cpp395 handle = dlopen(NULL, RTLD_NOW|RTLD_LAZY); in TEST()
/bionic/linker/
Dlinker.cpp1042 if ((flags & ~(RTLD_NOW|RTLD_LAZY|RTLD_LOCAL|RTLD_GLOBAL|RTLD_NOLOAD)) != 0) { in do_dlopen()