Home
last modified time | relevance | path

Searched refs:l_next (Results 1 – 25 of 26) sorted by relevance

12

/elf/
A Dsetup-vdso.h96 assert (l->l_next == NULL); in setup_vdso()
98 GL(dl_rtld_map).l_next = l; in setup_vdso()
100 *first_preload = &l->l_next; in setup_vdso()
A Ddl-deps.c381 args.aux->l_prev->l_next = args.aux->l_next; in _dl_map_object_deps()
382 if (args.aux->l_next != NULL) in _dl_map_object_deps()
383 args.aux->l_next->l_prev = args.aux->l_prev; in _dl_map_object_deps()
388 args.aux->l_prev->l_next = args.aux; in _dl_map_object_deps()
389 args.aux->l_next = newp->map; in _dl_map_object_deps()
412 args.aux->l_prev->l_next = args.aux->l_next; in _dl_map_object_deps()
413 if (args.aux->l_next) in _dl_map_object_deps()
414 args.aux->l_next->l_prev = args.aux->l_prev; in _dl_map_object_deps()
419 args.aux->l_prev->l_next = args.aux; in _dl_map_object_deps()
420 args.aux->l_next = newp->map; in _dl_map_object_deps()
A Ddl-iteratephdr.c49 for (struct link_map *l = GL(dl_ns)[cnt]._ns_loaded; l; l = l->l_next) in __dl_iterate_phdr()
62 for (l = GL(dl_ns)[ns]._ns_loaded; l != NULL; l = l->l_next) in __dl_iterate_phdr()
A Dloadtest.c78 for (map = MAPS; map != NULL; map = map->l_next) \
156 for (map = MAPS; map != NULL; map = map->l_next) in main()
189 for (map = MAPS; map != NULL; map = map->l_next) in main()
A Dpldd-xx.c30 EW(Addr) l_next; in E()
41 _Static_assert (offsetof (struct link_map, l_next)
42 == offsetof (struct E(link_map), l_next), "l_next");
207 list = m.l_next; in E()
A Ddl-object.c38 while (l->l_next != NULL) in _dl_add_to_namespace_list()
39 l = l->l_next; in _dl_add_to_namespace_list()
42 l->l_next = new; in _dl_add_to_namespace_list()
A Dunload2.c12 for (map = MAPS; map != NULL; map = map->l_next) \
A Dunload.c15 for (map = MAPS; map != NULL; map = map->l_next) \
A Ddl-conflict.c41 resolve_conflict_map = resolve_conflict_map->l_next; \
A Drtld.c782 l = l->l_next) in init_tls()
1697 main_map->l_next = &GL(dl_rtld_map); in dl_main()
1915 l = l->l_next; in dl_main()
1942 GL(dl_rtld_map).l_prev->l_next = GL(dl_rtld_map).l_next; in dl_main()
1943 if (GL(dl_rtld_map).l_next != NULL) in dl_main()
1978 GL(dl_rtld_map).l_next = GL(dl_rtld_map).l_prev->l_next; in dl_main()
1980 assert (GL(dl_rtld_map).l_prev->l_next == GL(dl_rtld_map).l_next); in dl_main()
1982 if (GL(dl_rtld_map).l_next != NULL) in dl_main()
2074 l = l->l_next; in dl_main()
2079 l = l->l_next; in dl_main()
[all …]
A Ddl-debug.c29 && VERIFY_MEMBER (l_next)
A Dlink.h110 struct link_map *l_next, *l_prev; /* Chain of loaded objects. */ member
A Ddl-close.c176 for (struct link_map *l = ns->_ns_loaded; l != NULL; l = l->l_next) in _dl_close_worker()
672 ns->_ns_loaded = imap->l_next; in _dl_close_worker()
680 imap->l_prev->l_next = imap->l_next; in _dl_close_worker()
683 if (imap->l_next != NULL) in _dl_close_worker()
684 imap->l_next->l_prev = imap->l_prev; in _dl_close_worker()
A Dneededtest.c29 for (lm = MAPS; lm; lm = lm->l_next) in check_loaded_objects()
A Dneededtest2.c29 for (lm = MAPS; lm; lm = lm->l_next) in check_loaded_objects()
A Dneededtest3.c29 for (lm = MAPS; lm; lm = lm->l_next) in check_loaded_objects()
A Ddl-fini.c74 for (l = GL(dl_ns)[ns]._ns_loaded, i = 0; l != NULL; l = l->l_next) in _dl_fini()
A Dneededtest4.c29 for (lm = MAPS; lm; lm = lm->l_next) in check_loaded_objects()
A Dcircleload1.c29 for (lm = MAPS; lm; lm = lm->l_next) in check_loaded_objects()
A Ddl-find_object.c40 l = l->l_next) in _dl_find_object_slow()
490 l = l->l_next) in rtld_hidden_def()
767 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()
A Ddl-version.c37 tmap = tmap->l_next) in find_needed()
365 for (l = map; l != NULL; l = l->l_next) in _dl_check_all_versions()
A Ddl-libc.c275 for (l = GL(dl_ns)[ns]._ns_loaded; l != NULL; l = l->l_next) in libc_freeres_fn()
A Ddl-open.c219 for (l = GL(dl_ns)[ns]._ns_loaded; l != NULL; l = l->l_next) in _dl_find_dso_for_object()
453 l = l->l_next) in activate_nodelete()
A Drtld-debugger-interface.txt77 object to have been mapped or relocated, with new->l_next pointing
A Ddl-load.c999 for (l = GL(dl_ns)[nsid]._ns_loaded; l != NULL; l = l->l_next) in _dl_map_object_from_fd()
2012 for (l = GL(dl_ns)[nsid]._ns_loaded; l; l = l->l_next) in _dl_map_object()

Completed in 32 milliseconds

12