OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__tls_get_addr
(Results
1 - 5
of
5
) sorted by relevancy
/src/lib/libc/tls/
tls.c
68
__weak_alias(
__tls_get_addr
, __libc_tls_get_addr)
/src/libexec/ld.elf_so/
tls.c
68
* the DTV offsets passed to
__tls_get_addr
have a bias relative
118
*
__tls_get_addr
(via _rtld_tls_get_addr) when a newly loaded
140
* Slow path for
__tls_get_addr
(see below), called to allocate
488
*
__tls_get_addr
(tlsindex)
503
*
__tls_get_addr
definition (XXX but why do we write it as
517
__tls_get_addr
(void *arg_)
function in typeref:typename:void *
rtld.h
498
__dso_public extern void *
__tls_get_addr
(void *);
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc
2550
// Note:
__tls_get_addr
can be called with mis-aligned stack due to:
2554
TSAN_INTERCEPTOR(void *,
__tls_get_addr
, void *arg) {
2555
void *res = REAL(
__tls_get_addr
)(arg);
2782
TSAN_INTERCEPT(
__tls_get_addr
);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc
5095
#define INIT_TLS_GET_ADDR COMMON_INTERCEPT_FUNCTION(
__tls_get_addr
)
5097
// it: 1.
__tls_get_addr
can be called with mis-aligned stack due to:
5099
// 2. It can be called recursively if sanitizer code uses
__tls_get_addr
5102
INTERCEPTOR(void *,
__tls_get_addr
, void *arg) {
5104
COMMON_INTERCEPTOR_ENTER(ctx,
__tls_get_addr
, arg);
5105
void *res = REAL(
__tls_get_addr
)(arg);
5117
// mostly the same semantics as
__tls_get_addr
, but its presence enables
5126
// the usual
__tls_get_addr
, but returns a TP-relative offset instead of
Completed in 79 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025