Searched refs:liblist_t (Results 1 - 4 of 4) sorted by relevance
/pkg/src/modules/ |
H A D | liblist.h | 48 } liblist_t; typedef in typeref:struct:liblist 52 liblist_t *liblist_alloc(void); 53 void liblist_free(liblist_t *lst); 54 libnode_t *liblist_add(liblist_t *lst, off_t off); 55 int liblist_foreach(liblist_t *lst, int (*cb)(libnode_t *, void *, void *),
|
H A D | liblist.c | 34 liblist_t * 37 liblist_t *n; 39 if ((n = malloc(sizeof (liblist_t))) == NULL) { 51 liblist_free(liblist_t *lst) 70 liblist_add(liblist_t *lst, off_t off) 98 liblist_foreach(liblist_t *lst, int (*cb)(libnode_t *, void *, void *), 115 static liblist_t * 116 liblist_copy(liblist_t *lst) 121 liblist_t *nl = NULL; 139 liblist_t *ver [all...] |
H A D | elfextract.h | 45 liblist_t *deps; /* dependency list (also contains */ 47 liblist_t *vers; /* version provided list (also */
|
H A D | elfextract.c | 403 liblist_t *deps = NULL; 411 liblist_t *vers = NULL; 415 liblist_t *verdef = NULL; 540 liblist_t *veraux = NULL;
|
Completed in 995 milliseconds