Searched refs:new_map (Results 1 – 2 of 2) sorted by relevance
106 bool _dl_find_object_update (struct link_map *new_map) attribute_hidden;
763 _dl_find_object_update (struct link_map *new_map) in _dl_find_object_update() argument767 for (struct link_map *l = new_map; l != NULL; l = l->l_next) in _dl_find_object_update()775 for (struct link_map *l = new_map; l != NULL; l = l->l_next) in _dl_find_object_update()
Completed in 6 milliseconds