Home
last modified time | relevance | path

Searched refs:next (Results 1 – 24 of 24) sorted by relevance

/elf/
A Dstringtable_free.c27 struct stringtable_entry *next = e->next; in stringtable_free() local
29 e = next; in stringtable_free()
A Dunloadmod.c3 void *next; member
A Dunload.c23 void *next; member
51 testdat->next = (void *) -1; in main()
74 if (testdat->next == (void *) -1) in main()
A Dstringtable.c68 struct stringtable_entry *next = e->next; in stringtable_rehash() local
71 e->next = new_entries[new_index]; in stringtable_rehash()
73 e = next; in stringtable_rehash()
96 e != NULL; e = e->next) in stringtable_add()
112 e->next = table->entries[index]; in stringtable_add()
165 e = e->next) in stringtable_finalize()
206 e = e->next) in stringtable_finalize()
A Ddl-deps.c180 known[nlist - 1].next = NULL; in _dl_map_object_deps()
270 newp->next = NULL; in _dl_map_object_deps()
271 tail->next = newp; in _dl_map_object_deps()
362 for (late = newp; late->next != NULL; late = late->next) in _dl_map_object_deps()
363 if (late->next->map == args.aux) in _dl_map_object_deps()
366 if (late->next != NULL) in _dl_map_object_deps()
371 orig->next = newp; in _dl_map_object_deps()
375 if (tail == late->next) in _dl_map_object_deps()
377 late->next = late->next->next; in _dl_map_object_deps()
403 orig->next = newp; in _dl_map_object_deps()
[all …]
A Dstringtable.h28 struct stringtable_entry *next; /* For collision resolution. */ member
A Ddl-audit.c34 afct = afct->next; in _dl_audit_activity_map()
68 afct = afct->next; in _dl_audit_objsearch()
90 afct = afct->next; in _dl_audit_objopen()
111 afct = afct->next; in _dl_audit_objclose()
126 afct = afct->next; in _dl_audit_preinit()
168 afct = afct->next; in _dl_audit_symbind_alt()
244 afct = afct->next; in rtld_hidden_def()
320 afct = afct->next; in _dl_audit_pltenter()
367 afct = afct->next; in _dl_audit_pltexit()
A Ddl-libc.c240 if (!free_slotinfo (&(*elemp)->next)) in free_slotinfo()
269 d = d->next; in libc_freeres_fn()
277 struct libname_list *lnp = l->l_libname->next; in libc_freeres_fn()
279 l->l_libname->next = NULL; in libc_freeres_fn()
285 lnp = lnp->next; in libc_freeres_fn()
329 free_slotinfo (&GL(dl_tls_dtv_slotinfo_list)->next); in libc_freeres_fn()
A Dcache.c48 struct glibc_hwcaps_subdirectory *next; member
80 p->next = hwcaps; in new_glibc_hwcaps_subdirectory()
786 entries = entries->next; in save_cache()
840 ptr = ptr->next; in add_to_cache()
845 new_entry->next = entries; in add_to_cache()
850 new_entry->next = prev->next; in add_to_cache()
851 prev->next = new_entry; in add_to_cache()
874 struct aux_cache_entry *next; member
992 entry->next = aux_hash[hash]; in insert_to_aux_cache()
1075 entry != NULL; entry = entry->next) in save_aux_cache()
[all …]
A Ddl-tls.c168 while ((runp = runp->next) != NULL); in _dl_assign_tls_modid()
211 runp = runp->next; in _dl_count_modids()
230 assert (GL(dl_tls_dtv_slotinfo_list)->next == NULL); in _dl_determine_tlsoffset()
606 listp = listp->next; in _dl_allocate_tls_init()
739 listp = listp->next; in _dl_update_slotinfo()
831 listp = atomic_load_acquire (&listp->next); in _dl_update_slotinfo()
857 listp = listp->next; in tls_get_addr_tail()
982 listp = listp->next; in _dl_tls_get_addr_soft()
1022 listp = listp->next; in _dl_add_to_slotinfo()
1044 listp->next = NULL; in _dl_add_to_slotinfo()
[all …]
A Dpldd-xx.c49 EW(Addr) next; in E()
54 _Static_assert (offsetof (struct libname_list, next)
55 == offsetof (struct E(libname_list), next), "next");
A Ddl-reloc.c200 struct textrels *next; in _dl_relocate_object() member
222 afct = afct->next; in _dl_relocate_object()
280 newp->next = textrels; in _dl_relocate_object()
330 textrels = textrels->next; in _dl_relocate_object()
A Dpldd.c136 struct thread_list *next; in main() member
176 newp->next = thread_list; in main()
191 thread_list = thread_list->next; in main()
A Dtlsdeschtab.h68 listp = listp->next; in map_generation()
A Dldconfig.c94 struct dir_entry *next; member
348 new_entry->next = NULL; in new_sub_entry()
384 ptr = ptr->next; in add_single_dir()
390 prev->next = entry; in add_single_dir()
467 entry->next = NULL; in add_dir_1()
777 struct dlib_entry *next; member
1134 dlib_ptr->next = dlibs; in search_dir()
1144 for (dlib_ptr = dlibs; dlib_ptr != NULL; dlib_ptr = dlib_ptr->next) in search_dir()
1179 dlibs = dlibs->next; in search_dir()
1193 for (entry = dir_entries; entry != NULL; entry = entry->next) in search_dirs()
[all …]
A Ddl-sort-maps.c87 goto next; in _dl_sort_maps_original()
120 next:; in _dl_sort_maps_original()
A Ddl-fptr.c142 new_table->next = root; in make_fdesc()
311 for (t = local.root; t != NULL; t = t->next) in _dl_lookup_address()
A Dsprof.c146 struct arc_list *next; member
1208 runp = runp->next; in add_arcs()
1221 newp->next = sym->froms; in add_arcs()
1241 runp = runp->next; in add_arcs()
1251 newp->next = sym->tos; in add_arcs()
1363 runp = runp->next; in generate_call_graph()
1394 runp = runp->next; in generate_call_graph()
1420 runp = runp->next; in generate_call_pair_list()
1432 runp = runp->next; in generate_call_pair_list()
A Ddl-close.c55 if (listp->next == NULL) in remove_slotinfo()
64 if (remove_slotinfo (idx, listp->next, disp + listp->len, in remove_slotinfo()
708 lnp = lnp->next; in _dl_close_worker()
A Drtld.c775 GL(dl_tls_dtv_slotinfo_list)->next = NULL; in init_tls()
1050 newp->ifaces.next = NULL; in load_audit_module()
1054 *last_audit = (*last_audit)->next = &newp->ifaces; in load_audit_module()
1524 _dl_rtld_libname.next = &_dl_rtld_libname2; in dl_main()
1624 newname.next = NULL; in dl_main()
1627 assert (GL(dl_rtld_map).l_libname->next == NULL); in dl_main()
1628 GL(dl_rtld_map).l_libname->next = &newname; in dl_main()
2392 struct libname_list *lnp = l->l_libname->next; in dl_main()
2397 lnp = lnp->next; in dl_main()
A Drtld-debugger-interface.txt45 Link to the next r_debug_extended structure. Each r_debug_extended
78 to the link-map of the next new object to have been mapped or
A Ddl-misc.c352 runp = atomic_load_acquire (&runp->next); in rtld_hidden_def()
A Ddl-load.c425 for (lnp = l->l_libname; lnp != NULL; lastp = lnp, lnp = lnp->next) in add_name_to_object()
441 newname->next = NULL; in add_name_to_object()
459 atomic_store_release (&lastp->next, newname); in add_name_to_object()
509 for (dirp = GL(dl_all_dirs); dirp != NULL; dirp = dirp->next) in fillin_rpath()
561 dirp->next = GL(dl_all_dirs); in fillin_rpath()
770 pelem->next = (++idx == nsystem_dirs_len ? NULL : (pelem + round_size)); in _dl_init_paths()
A Dsotruss-lib.c175 for (struct libname_list *l = map->l_libname; l != NULL; l = l->next) in la_objopen()

Completed in 36 milliseconds