_dl_hinthash
bp = hbuckets + (_dl_hinthash(name, major, minor) % hheader->hh_nbucket);
int _dl_hinthash(char *cp, int vmajor, int vminor);
bp = hbuckets + (_dl_hinthash(name, major, minor) % hheader->hh_nbucket);
int _dl_hinthash(char *cp, int vmajor, int vminor);