Home
last modified time | relevance | path

Searched refs:LIB_NAME (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/libc-test/src/functionalext/relro/
Ddlopen_ext_relro_test.c27 #define LIB_NAME "/data/tests/libc-test/src/libdlopen_ext_relro_dso.so" macro
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()
208 test_write_relro_file(LIB_NAME, relro_fd); in dlopen_ext_relro_0600()
213 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0600()
235 test_write_relro_file(LIB_NAME, relro_fd); in dlopen_ext_relro_0700()
240 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0700()
[all …]
/third_party/musl/libc-test/src/functionalext/ldso_randomization/
Dldso_randomization_manual.c27 const char *LIB_NAME = "./libldso_randomization_dep.so"; variable
59 handle = dlopen(LIB_NAME, RTLD_NOW); in dlopen_randomization_0500()
88 void *child_handle = dlopen(LIB_NAME, RTLD_NOW); in dlopen_randomization_0700()
96 parent_handle = dlopen(LIB_NAME, RTLD_NOW); in dlopen_randomization_0700()
127 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()
199 handle = dlopen_ns(&dlns, LIB_NAME, RTLD_NOW); in dlopen_ns_randomization_0500()
232 void *child_handle = dlopen_ns(&dlns, LIB_NAME, RTLD_NOW); in dlopen_ns_randomization_0700()
240 parent_handle = dlopen_ns(&dlns, LIB_NAME, RTLD_NOW); in dlopen_ns_randomization_0700()
[all …]
Dldso_randomization_test.c32 const char *LIB_NAME = "./libldso_randomization_dep.so"; variable
49 void *handle = dlopen(LIB_NAME, RTLD_NOW); in dlopen_randomization_0100()
108 void *ori_handle = dlopen(LIB_NAME, RTLD_NOW); in dlopen_randomization_0400()
116 handle = dlopen(LIB_NAME, RTLD_NOW); in dlopen_randomization_0400()
136 handle = dlopen(LIB_NAME, RTLD_NOW); in dlopen_randomization_0600()
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()
375 void *handle = dlopen_ns(&dlns, LIB_NAME, RTLD_NOW); in dlopen_ns_randomization_0100()
443 void *ori_handle = dlopen_ns(&dlns, LIB_NAME, RTLD_NOW); in dlopen_ns_randomization_0400()
[all …]
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify_refcol/
DMakefile5 LIB_NAME = libittrefcol.so macro
11 $(CC) -shared -o $(LIB_NAME) $(OBJ_NAME)
14 rm $(OBJ_NAME) $(LIB_NAME)
/third_party/curl/lib/
DCMakeLists.txt24 set(LIB_NAME libcurl) variable
210 add_library(${LIB_NAME} ALIAS ${LIB_SELECTED})
211 add_library(${PROJECT_NAME}::${LIB_NAME} ALIAS ${LIB_SELECTED})