Home | History | Annotate | Download | only in ltrace

Lines Matching refs:library

176 	proc->dwfl = NULL; /* Initialize for leader only on first library.  */
272 struct library *lib;
274 struct library *next = lib->next;
377 struct library *lib;
378 struct library **nlibp = &retp->libraries;
392 struct library *next = lib->next;
462 * corresponding library symbol in the cloned
463 * library. */
518 is_main(struct process *proc, struct library *lib, void *data)
529 struct library *mainlib
869 activate_latent_in(struct process *proc, struct library *lib, void *data)
886 proc_add_library(struct process *proc, struct library *lib)
891 debug(DEBUG_PROCESS, "added library %s@%p (%s) to %d",
956 /* Look through export list of the new library and compare it
958 * library itself). */
959 struct library *lib2 = NULL;
968 proc_remove_library(struct process *proc, struct library *lib)
970 struct library **libp;
979 struct library *
980 proc_each_library(struct process *proc, struct library *it,
982 struct library *lib, void *data),
991 struct library *next = it->next;
1085 struct library **retlib, struct library_symbol **retsym)
1087 struct library *lib = sym->lib;
1090 struct library *flib
1114 struct library *lib;