Home
last modified time | relevance | path

Searched refs:h_lusym (Results 1 – 3 of 3) sorted by relevance

/trueos/usr.bin/xlint/lint2/
HDread.c532 *hte->h_lusym = usym; in usedsym()
533 hte->h_lusym = &usym->u_nxt; in usedsym()
1189 nhte->h_lusym = &nhte->h_usyms; in mkstatic()
1225 if (hte->h_lusym == &usym->u_nxt) in mkstatic()
1226 hte->h_lusym = usymp; in mkstatic()
1228 *nhte->h_lusym = usym; in mkstatic()
1229 nhte->h_lusym = &usym->u_nxt; in mkstatic()
HDhash.c120 hte->h_lusym = &hte->h_usyms; in _hsearch()
HDlint2.h180 usym_t **h_lusym; /* points to u_nxt of last usage info */ member