Searched refs:LIBIDN2_SONAME (Results 1 – 5 of 5) sorted by relevance
27 #define LIBIDN2_SONAME "libidn2.so.0" macro52 void *handle = __libc_dlopen (LIBIDN2_SONAME); in functions_allocate()
29 void *handle = dlopen (LIBIDN2_SONAME, RTLD_LAZY); in do_test()
28 void *handle = dlopen (LIBIDN2_SONAME, RTLD_LAZY); in do_test()
129 void *handle2 = xdlopen (LIBIDN2_SONAME, RTLD_LAZY | RTLD_NOLOAD); in do_test()
32 #define LIBIDN2_SONAME "libidn2.so.0" macro