Searched refs:tab (Results 1 – 2 of 2) sorted by relevance
221 struct unique_sym_table *tab in do_lookup_unique() local227 size_t size = tab->size; in do_lookup_unique()285 tab->free (entries); in do_lookup_unique()286 tab->size = newsize; in do_lookup_unique()288 entries = tab->entries = newentries; in do_lookup_unique()289 tab->free = __rtld_free; in do_lookup_unique()305 if (__glibc_unlikely (tab->size)) in do_lookup_unique()318 tab->entries = entries; in do_lookup_unique()319 tab->size = size; in do_lookup_unique()320 tab->free = __rtld_free; in do_lookup_unique()[all …]
632 struct unique_sym_table *tab = &ns->_ns_unique_sym_table; in _dl_close_worker() local633 __rtld_lock_lock_recursive (tab->lock); in _dl_close_worker()634 struct unique_sym *entries = tab->entries; in _dl_close_worker()637 size_t idx, size = tab->size; in _dl_close_worker()647 tab->n_elements--; in _dl_close_worker()651 __rtld_lock_unlock_recursive (tab->lock); in _dl_close_worker()
Completed in 8 milliseconds