Home
last modified time | relevance | path

Searched refs:hi_next (Results 1 – 2 of 2) sorted by relevance

/netbsd/sbin/ldconfig/
H A Dldconfig.c412 blist[i].hi_next = -1; in buildhints()
432 while (bp->hi_next != -1) in buildhints()
433 bp = &blist[bp->hi_next]; in buildhints()
434 bp->hi_next = i; in buildhints()
/netbsd/include/
H A Dlink_aout.h283 int hi_next; /* Next in this bucket */ member