Home
last modified time | relevance | path

Searched refs:local2 (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/elf/
Dtst-tlsmod8.c8 static __thread struct A local2 __attribute__((tls_model("initial-exec"))) variable
20 if (local2.a != 31 || local2.b != 32 || local2.c != 33) in check2()
45 return &local2; in f10a()
69 return local2.c; in f10b()
Dtst-tlsmod7.c11 static __thread struct A local2 __attribute__((tls_model("initial-exec"))) variable
27 if (local2.a != 19 || local2.b != 20 || local2.c != 21) in check1()
64 return &local2; in f6a()
100 return local2.c; in f6b()
Dtst-tlsmod9.c9 static __thread struct A local2 __attribute__((tls_model("initial-exec"))) variable
25 if (local2.a != 19 || local2.b != 20 || local2.c != 21) in check1()
62 return &local2; in f6a()
98 return local2.c; in f6b()
Dtst-audit-tlsdesc.c44 int *local2 = get_local2 (); in thr_func() local
45 TEST_COMPARE (*local2, 0); in thr_func()
46 ++*local2; in thr_func()
Dtst-audit-tlsdesc-dlopen.c48 int *local2 = get_local2 (); in thr_func() local
49 TEST_COMPARE (*local2, 0); in thr_func()
50 ++*local2; in thr_func()
Dtst-audit-tlsdesc-mod2.c27 static __thread int local2; variable
32 return &local2; in get_local2()