Searched refs:inherit_A (Results 1 - 1 of 1) sorted by relevance
/third_party/musl/libc-test/src/functional/ |
H A D | dlopen_ns.c | 180 Dl_namespace inherit_A, inherit_B; in dlopen_inherit() local 181 dlns_init(&inherit_A, "inherir_error_lib_A"); in dlopen_inherit() 183 dlns_create2(&inherit_A, NULL, 0); in dlopen_inherit() 187 // inherit_A can't load the so because search path is NULL. in dlopen_inherit() 188 void* handle1 = dlopen_ns(&inherit_A, dllName, RTLD_LAZY); in dlopen_inherit() 194 // inherit_A can load the so by inherit_B. in dlopen_inherit() 195 dlns_inherit(&inherit_A, &inherit_B, dllName); in dlopen_inherit() 196 void* handle2 = dlopen_ns(&inherit_A, dllName, RTLD_LAZY); in dlopen_inherit() 203 // inherit_A can't load the so by inherit ns if the so isn't in shared libs. in dlopen_inherit() 204 dlns_inherit(&inherit_A, in dlopen_inherit() [all...] |
Completed in 2 milliseconds