Lines Matching refs:the_map
726 struct link_map *the_map = NULL; in _dl_update_slotinfo() local
830 the_map = map; in _dl_update_slotinfo()
850 return the_map; in _dl_update_slotinfo()
856 tls_get_addr_tail (GET_ADDR_ARGS, dtv_t *dtv, struct link_map *the_map) in tls_get_addr_tail() argument
859 if (the_map == NULL) in tls_get_addr_tail()
871 the_map = listp->slotinfo[idx].map; in tls_get_addr_tail()
878 if (__glibc_unlikely (the_map->l_tls_offset in tls_get_addr_tail()
882 if (__glibc_likely (the_map->l_tls_offset == NO_TLS_OFFSET)) in tls_get_addr_tail()
884 the_map->l_tls_offset = FORCED_DYNAMIC_TLS_OFFSET; in tls_get_addr_tail()
887 else if (__glibc_likely (the_map->l_tls_offset in tls_get_addr_tail()
891 void *p = (char *) THREAD_SELF - the_map->l_tls_offset; in tls_get_addr_tail()
893 void *p = (char *) THREAD_SELF + the_map->l_tls_offset + TLS_PRE_TCB_SIZE; in tls_get_addr_tail()
907 struct dtv_pointer result = allocate_and_init (the_map); in tls_get_addr_tail()
919 struct link_map *the_map = _dl_update_slotinfo (GET_ADDR_MODULE); in update_get_addr() local
925 return tls_get_addr_tail (GET_ADDR_PARAM, dtv, the_map); in update_get_addr()