Searched refs:usym (Results 1 – 3 of 3) sorted by relevance
455 usym_t *usym; in usedsym() local458 usym = xalloc(sizeof (usym_t)); in usedsym()459 STRUCT_ASSIGN(usym->u_pos, *posp); in usedsym()468 *hte->h_lusym = usym; in usedsym()469 hte->h_lusym = &usym->u_nxt; in usedsym()1028 usym_t **usymp, *usym; in mkstatic() local1050 for (usym = hte->h_usyms; usym != NULL && !ofnd; usym = usym->u_nxt) { in mkstatic()1051 if (usym->u_pos.p_src != sym1->s_pos.p_src) in mkstatic()1109 for (usymp = &hte->h_usyms; (usym = *usymp) != NULL; ) { in mkstatic()1110 if (usym->u_pos.p_src == sym1->s_pos.p_src) { in mkstatic()[all …]
153 typedef struct usym { struct155 struct usym *u_nxt; /* next usage */ argument
238 usym_t *usym; in chkund() local246 } else if ((usym = hte->h_usyms) != NULL) { in chkund()248 msg(0, mkpos(&usym->u_pos), hte->h_name); in chkund()