Home
last modified time | relevance | path

Searched refs:the_map (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/elf/
Ddl-tls.c726 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()
[all …]