OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_rtld_tls_max_index
(Results
1 - 3
of
3
) sorted by relevancy
/src/libexec/ld.elf_so/
tls.c
90
size_t
_rtld_tls_max_index
= 1; /* Max index into up-to-date DTV */
variable
186
new_dtv = xcalloc((2 +
_rtld_tls_max_index
) * sizeof(*dtv));
188
if (to_copy >
_rtld_tls_max_index
) /* XXX How? */
189
to_copy =
_rtld_tls_max_index
;
193
SET_DTV_MAX_INDEX(dtv,
_rtld_tls_max_index
);
277
tcb->tcb_dtv = xcalloc(sizeof(*tcb->tcb_dtv) * (2 +
_rtld_tls_max_index
));
279
SET_DTV_MAX_INDEX(tcb->tcb_dtv,
_rtld_tls_max_index
);
rtld.h
503
extern size_t
_rtld_tls_max_index
;
map_object.c
308
obj->tlsindex = ++
_rtld_tls_max_index
;
Completed in 22 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026