Home
last modified time | relevance | path

Searched refs:dlopen_cookie (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/tests/libexec/ld.elf_so/
H A Dh_locking.c40 int dlopen_cookie; variable
99 printf("%d\n", dlopen_cookie); in test_dlopen()
103 printf("%d\n", dlopen_cookie); in test_dlopen()
104 if (dlopen_cookie != 1) in test_dlopen()
109 printf("%d\n", dlopen_cookie); in test_dlopen()
110 if (dlopen_cookie != 1) in test_dlopen()
/netbsd-src/tests/libexec/ld.elf_so/helper_dso2/
H A Dh_helper_dso2.c35 extern int dlopen_cookie;
40 dlopen_cookie = 2; in init2()
/netbsd-src/tests/libexec/ld.elf_so/helper_dso1/
H A Dh_helper_dso1.c40 extern int dlopen_cookie;
45 dlopen_cookie = 1; in init1()