Home
last modified time | relevance | path

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

/glibc-2.36/elf/
Dtst-protected1b.c41 int protected2 = -1; variable
71 if (protected2 != -1) in do_test()
135 if (protected2 != -1) in do_test()
158 protected2 = -300; in do_test()
168 if (protected2 != -300) in do_test()
Dtst-protected1a.c41 int protected2 = -1; variable
71 if (protected2 != -1) in do_test()
151 protected2 = -300; in do_test()
161 if (protected2 != -300) in do_test()
Dtst-protected1moda.c22 int protected2 = 4; variable
59 protected2 = i; in set_protected2()
66 return protected2 == expected_protected2; in check_protected2()
Dtst-protected1mod.h20 extern int protected2;