Searched defs:ti (Results 1 – 2 of 2) sorted by relevance
279 __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()
2407 const TlsIndex ti { tls_module->module_id, sym->st_value }; in do_dlsym() local