Home
last modified time | relevance | path

Searched refs:dlopen_ext (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/libc-test/src/functionalext/relro/
Ddlopen_ext_relro_test.c77 void *handle = dlopen_ext(lib, RTLD_NOW, &extinfo); in test_write_relro_file()
97 void *handle = dlopen_ext(lib, RTLD_NOW, &extinfo); in test_write_relro_file_ext()
113 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, NULL); in dlopen_ext_relro_0100()
129 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0200()
145 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0300()
170 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0400()
187 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0500()
213 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0600()
240 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0700()
267 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0800()
[all …]
/third_party/musl/libc-test/src/functionalext/ldso_randomization/
Dldso_randomization_test.c167 void *handle = dlopen_ext(LIB_NAME_A, RTLD_NOW, &extinfo); in dlopen_ext_randomization_0100()
182 void *handle = dlopen_ext(NULL, RTLD_NOW, &extinfo); in dlopen_ext_randomization_0200()
214 void *handle = dlopen_ext("test_invaild.so", RTLD_NOW, &extinfo); in dlopen_ext_randomization_0300()
229 void *ori_handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_randomization_0400()
237 handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_randomization_0400()
258 handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_randomization_0600()
292 void *handle = dlopen_ext(NULL, RTLD_NOW, &extinfo); in dlopen_ext_randomization_0800()
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()
Dldso_randomization_manual.c127 handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_randomization_0500()
157 void *child_handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_randomization_0700()
165 parent_handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_randomization_0700()
/third_party/musl/porting/linux/user/include/
Ddlfcn_ext.h56 void *dlopen_ext(const char *file, int mode, const dl_extinfo *extinfo);
/third_party/musl/
Dlibc.map.txt531 dlopen_ext;
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c4301 void* dlopen_ext(const char *file, int mode, const dl_extinfo *extinfo) in dlopen_ext() function