Searched refs:Objinfo (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dwho.h59 } Objinfo; typedef in typeref:struct:objinfo
H A Dwho.c42 static Objinfo *objhead = NULL; /* head of object list */
47 add_object(Objinfo **objlist, Link_map *lmp)
49 Objinfo *op, *cur, *prev;
55 if ((op = calloc(1, sizeof (Objinfo))) == NULL) {
107 remove_object(Objinfo **objlist, Link_map *lmp)
109 Objinfo *cur, *prev;
151 load_syms(Objinfo *op)
200 Objinfo *op;

Completed in 57 milliseconds