Home
last modified time | relevance | path

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

/bionic/libc/include/
Ddlfcn.h66 RTLD_LAZY = 1, enumerator
/bionic/tests/
Ddlfcn_test.cpp95 void* handle = dlopen("libtest_dlsym_from_this.so", RTLD_LAZY | RTLD_LOCAL); in TEST()
307 void* handle = dlopen("libtest_ifunc.so", RTLD_LAZY);
1045 handle = dlopen(nullptr, RTLD_NOW|RTLD_LAZY);
/bionic/linker/
Dlinker.cpp1921 if ((flags & ~(RTLD_NOW|RTLD_LAZY|RTLD_LOCAL|RTLD_GLOBAL|RTLD_NODELETE|RTLD_NOLOAD)) != 0) { in do_dlopen()