Searched refs:RTLD_LAZY (Results 1 – 3 of 3) sorted by relevance
66 RTLD_LAZY = 1, enumerator
95 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);
1921 if ((flags & ~(RTLD_NOW|RTLD_LAZY|RTLD_LOCAL|RTLD_GLOBAL|RTLD_NODELETE|RTLD_NOLOAD)) != 0) { in do_dlopen()