Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/elfcopy/
H A Dsymbols.c60 #define STHASHSIZE 65536 macro
66 hash_head hash[STHASHSIZE];
773 for (i = 0; i < STHASHSIZE; i++) { in free_symtab()
1212 return (hash & (STHASHSIZE - 1)); in str_hash()