Home
last modified time | relevance | path

Searched defs:ti (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dbionic_elf_tls.cpp279 __attribute__((noinline)) static void* tls_get_addr_slow_path(const TlsIndex* ti) { in tls_get_addr_slow_path()
314 extern "C" void* TLS_GET_ADDR(const TlsIndex* ti) TLS_GET_ADDR_CCONV { in TLS_GET_ADDR()
/bionic/linker/
Dlinker.cpp374 const TlsIndex ti { si_tls->module_id, 0 }; in get_tls_block_for_this_thread() local