Lines Matching refs:RTLD_NOW
17 void *handle = dlopen(ndk_so, RTLD_NOW);
27 void *handle = dlopen(system_so, RTLD_NOW);
46 void *handle = dlopen_ns(&dlns, ndk_so, RTLD_NOW);
67 void* handle1 = dlopen_ns(&dlns1, dllName, RTLD_NOW);
71 void* handle2 = dlopen_ns(&dlns1, dllName, RTLD_NOW);
96 void* handle1 = dlopen_ns(&dlns1, dllName, RTLD_NOW);
100 void* handle2 = dlopen_ns(&dlns2, dllName, RTLD_NOW);
126 void* handle1 = dlopen_ns(&dlns1, dllName, RTLD_NOW);
130 void* handle2 = dlopen_ns(&dlns2, dllName, RTLD_NOW);
154 handle = dlopen_ns(&dlns1, dllName, RTLD_NOW);
161 handle = dlopen_ns(&dlns1, absolute_path_1, RTLD_NOW);
171 handle = dlopen_ns(&dlns1, absolute_path_2, RTLD_NOW);