Searched refs:new_map (Results 1 – 3 of 3) sorted by relevance
398 struct alias_map *new_map; in extend_alias_table() local401 new_map = (struct alias_map *) realloc (map, (new_size in extend_alias_table()403 if (new_map == NULL) in extend_alias_table()407 map = new_map; in extend_alias_table()
784 _dl_find_object_update (struct link_map *new_map) in _dl_find_object_update() argument788 for (struct link_map *l = new_map; l != NULL; l = l->l_next) in _dl_find_object_update()799 for (struct link_map *l = new_map; l != NULL; l = l->l_next) in _dl_find_object_update()
132 bool _dl_find_object_update (struct link_map *new_map) attribute_hidden;