Searched refs:dyninfo_t (Results 1 - 3 of 3) sorted by relevance

/pkg/src/modules/
H A Delfextract.h50 } dyninfo_t; typedef in typeref:struct:dyninfo
91 extern dyninfo_t *getdynamic(int fd);
93 extern void dyninfo_free(dyninfo_t *dyn);
H A Delf.c63 dyninfo_t *dyn = (dyninfo_t *)info2;
84 dyninfo_t *dyn = (dyninfo_t *)info2;
115 dyninfo_t *dyn = (dyninfo_t *)info2;
411 dyninfo_t *dyn = NULL;
H A Delfextract.c386 dyninfo_t *
401 dyninfo_t *dyn = NULL;
613 if ((dyn = malloc(sizeof (dyninfo_t))) == NULL) {
639 dyninfo_free(dyninfo_t *dyn)

Completed in 12 milliseconds