Home
last modified time | relevance | path

Searched refs:dso_hard_symver_name (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/libc-test/src/functionalext/symver/
Ddlvsym.c223 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlvsym_hard_symver_0100()
256 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlvsym_hard_symver_0200()
289 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlvsym_hard_symver_0300()
321 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlvsym_hard_symver_0400()
Ddlsym.c196 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlsym_hard_symver_0200()
229 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlsym_hard_symver_0300()
Ddso_symver.c31 const char *dso_hard_symver_name = "libdso_hard_symver.so"; variable
Ddso_symver.h36 extern const char *dso_hard_symver_name;