Searched refs:h_usyms (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dhash.c119 hte->h_usyms = NULL;
120 hte->h_lusym = &hte->h_usyms;
H A Dlint2.h179 usym_t *h_usyms; /* usage info */ member in struct:hte
H A Dread.c1158 for (usym = hte->h_usyms; usym != NULL && !ofnd; usym = usym->u_nxt) {
1188 nhte->h_usyms = NULL;
1189 nhte->h_lusym = &nhte->h_usyms;
1222 for (usymp = &hte->h_usyms; (usym = *usymp) != NULL; ) {
H A Dchk.c142 } else if ((usym = hte->h_usyms) != NULL) {

Completed in 67 milliseconds