Searched refs:Objinfo (Results 1 – 2 of 2) sorted by relevance
42 static Objinfo *objhead = NULL; /* head of object list */47 add_object(Objinfo **objlist, Link_map *lmp) in add_object()49 Objinfo *op, *cur, *prev; in add_object()55 if ((op = calloc(1, sizeof (Objinfo))) == NULL) { in add_object()107 remove_object(Objinfo **objlist, Link_map *lmp) in remove_object()109 Objinfo *cur, *prev; in remove_object()151 load_syms(Objinfo *op) in load_syms()200 Objinfo *op; in print_address()
59 } Objinfo; typedef