Searched refs:inherit_B (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 182 dlns_init(&inherit_B, "inherir_error_lib_B"); in dlopen_inherit() 184 dlns_create2(&inherit_B, dllPath_ns, 0); in dlopen_inherit() 185 dlns_inherit(&inherit_B, &dlns_default, "libc++.so"); 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() 204 dlns_inherit(&inherit_A, &inherit_B, dllName2); in dlopen_inherit()
|
Completed in 1 milliseconds