Lines Matching refs:dlopen
27 * @tc.desc : Enter a valid path, dlopen compatibility test
32 void* handle = dlopen(dllNamePath, RTLD_LAZY);
40 * @tc.desc : Enter invalid path, dlopen compatibility test
45 void* handle = dlopen(errPath_ns, RTLD_LAZY);
290 void* handle = dlopen(dllAcePath, RTLD_LAZY);
296 * @tc.desc : Test dlopen lib relocation type is REL_DTPMOD/REL_DTPOFF.(libstd.dylib.so)
301 void* handle = dlopen(dllDylibPath, RTLD_LAZY);
310 * @tc.desc : Test dlopen lib hash type is sysv.(libdlopen_hash_sysv.so)
315 void* handle = dlopen(dllHashsysvPath, RTLD_LAZY);
324 * @tc.desc : Test dlopen lib by set rpath.(libdlopen_hash_sysv.so)
329 void* handle = dlopen(dllHashsysv, RTLD_LAZY);
338 * @tc.desc : Test dlopen lib libdlopen_fill_random.so to coverage fill_random_data.
343 void* handle = dlopen(dllFillRandom, RTLD_LAZY);