Home
last modified time | relevance | path

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

/nptl/
A Dtst-tls5.c30 struct tls_obj tls_registry[64]; variable
50 tls_registry[cnt].name = NULL; in do_test()
62 (void *) tls_registry[i].addr, in do_test()
63 tls_registry[i].size, tls_registry[i].align); in do_test()
64 if (tls_registry[i].addr & (tls_registry[i].align - 1)) in do_test()
70 && (tls_registry[i - 1].addr + tls_registry[i - 1].size in do_test()
71 > tls_registry[i].addr)) in do_test()
77 if (tls_registry[i].name) in do_test()
80 max_addr = MAX (tls_registry[i].addr + tls_registry[i].size, in do_test()
88 if (tls_registry[cnt - 1].name) in do_test()
[all …]
A Dtst-tls5.h11 extern struct tls_obj tls_registry[];
18 for (i = 0; tls_registry[i].name; ++i); \
19 tls_registry[i].name = #x; \
20 tls_registry[i].addr = (uintptr_t) &x; \
21 tls_registry[i].size = sizeof (x); \
22 tls_registry[i].align = __alignof__ (x); \
A Dtst-tls5mod.c5 void *tst_tls5mod attribute_hidden = tls_registry;

Completed in 3 milliseconds