Home
last modified time | relevance | path

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

/glibc-2.36/intl/
Dlocalealias.c398 struct alias_map *new_map; in extend_alias_table() local
401 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()
/glibc-2.36/elf/
Ddl-find_object.c784 _dl_find_object_update (struct link_map *new_map) in _dl_find_object_update() argument
788 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()
Ddl-find_object.h132 bool _dl_find_object_update (struct link_map *new_map) attribute_hidden;