Lines Matching refs:sobj
57 struct sobj *get_share_obj(char *, struct libpath *, int); in process_executable()
58 struct sobj *sop; in process_executable()
59 struct sobj *psop; in process_executable()
79 while (sop->so_next != (struct sobj *)0) { in process_executable()
102 struct sobj *
106 static struct sobj *so, *hd_so; in get_share_obj()
120 struct sobj *alloc_sobj(); in get_share_obj()
121 struct sobj *add_so(); in get_share_obj()
346 return ((struct sobj *)ERR_NOERROR); in get_share_obj()
361 return ((struct sobj *)error); in get_share_obj()
394 struct sobj *
397 struct sobj *so; in alloc_sobj()
398 so = (struct sobj *)mmalloc(sizeof (struct sobj)); in alloc_sobj()
400 so->so_next = (struct sobj *)0; in alloc_sobj()
410 struct sobj *
411 add_so(struct sobj *so, char *path) in add_so()
413 if (so == (struct sobj *)0) { in add_so()
584 prt_sop_lst(struct sobj *sop, char * str) in prt_sop_lst()
594 while (sop->so_next != (struct sobj *) 0) { in prt_sop_lst()