Searched refs:RTLD_LAZY (Results 1 – 5 of 5) sorted by relevance
58 RTLD_LAZY = 1, enumerator
37 void* netdClientHandle = dlopen("libnetd_client.so", RTLD_LAZY); in netdClientInitImpl()
405 void* malloc_impl_handle = dlopen(so_name, RTLD_LAZY); in malloc_init_impl()
395 handle = dlopen(NULL, RTLD_NOW|RTLD_LAZY); in TEST()
1042 if ((flags & ~(RTLD_NOW|RTLD_LAZY|RTLD_LOCAL|RTLD_GLOBAL|RTLD_NOLOAD)) != 0) { in do_dlopen()