Searched refs:the_map (Results 1 – 1 of 1) sorted by relevance
715 struct link_map *the_map = NULL; in _dl_update_slotinfo() local819 the_map = map; in _dl_update_slotinfo()839 return the_map; in _dl_update_slotinfo()848 if (the_map == NULL) in tls_get_addr_tail()860 the_map = listp->slotinfo[idx].map; in tls_get_addr_tail()867 if (__glibc_unlikely (the_map->l_tls_offset in tls_get_addr_tail()873 the_map->l_tls_offset = FORCED_DYNAMIC_TLS_OFFSET; in tls_get_addr_tail()876 else if (__glibc_likely (the_map->l_tls_offset in tls_get_addr_tail()880 void *p = (char *) THREAD_SELF - the_map->l_tls_offset; in tls_get_addr_tail()896 struct dtv_pointer result = allocate_and_init (the_map); in tls_get_addr_tail()[all …]
Completed in 4 milliseconds