Searched refs:u_nxt (Results 1 – 2 of 2) sorted by relevance
533 hte->h_lusym = &usym->u_nxt; in usedsym()1158 for (usym = hte->h_usyms; usym != NULL && !ofnd; usym = usym->u_nxt) { in mkstatic()1224 (*usymp) = usym->u_nxt; in mkstatic()1225 if (hte->h_lusym == &usym->u_nxt) in mkstatic()1227 usym->u_nxt = NULL; in mkstatic()1229 nhte->h_lusym = &usym->u_nxt; in mkstatic()1231 usymp = &usym->u_nxt; in mkstatic()
164 struct usym *u_nxt; /* next usage */ member