Searched refs:LIB_NAME_A (Results 1 - 3 of 3) sorted by relevance
/third_party/musl/libc-test/src/functionalext/ldso_randomization/ |
H A D | ldso_randomization_manual.c | 28 const char *LIB_NAME_A = "./libldso_randomization_dep_a.so"; variable 294 child_handle = dlopen(LIB_NAME_A, RTLD_NOW); in dlsym_randomization_0200() 296 t_printf("%s child process dlopen failed: %s\n", __FUNCTION__, LIB_NAME_A); in dlsym_randomization_0200() 305 parent_handle = dlopen(LIB_NAME_A, RTLD_NOW); in dlsym_randomization_0200() 307 t_printf("%s parent process dlopen failed: %s\n", __FUNCTION__, LIB_NAME_A); in dlsym_randomization_0200()
|
H A D | ldso_randomization_test.c | 33 const char *LIB_NAME_A = "./libldso_randomization_dep_a.so"; variable 167 void *handle = dlopen_ext(LIB_NAME_A, RTLD_NOW, &extinfo); in dlopen_ext_randomization_0100() 340 child_handle = dlopen_ext(LIB_NAME_A, RTLD_NOW, &extinfo); in dlopen_ext_randomization_0900() 350 parent_handle = dlopen_ext(LIB_NAME_A, RTLD_NOW, &extinfo); in dlopen_ext_randomization_0900()
|
/third_party/musl/libc-test/src/functionalext/dlns/ |
H A D | dlns_dlsym.c | 24 const char *LIB_NAME_A = "libdlns_dlsym_dep_a.so"; variable 70 void* handle_a = dlopen_ns(&dlnsA, LIB_NAME_A, RTLD_NOW); in dlns_dlsym_0100()
|
Completed in 2 milliseconds