Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftoolchain/dist/common/
H A Duthash.h168 #define HASH_FIND(hh,head,keyptr,keylen,out) \ macro
486 HASH_FIND(hh, head, findstr, _uthash_hfstr_keylen, out); \
499 HASH_FIND(hh,head,findint,sizeof(int),out)
505 HASH_FIND(hh,head,findptr,sizeof(void *),out)
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_abbrev.c183 HASH_FIND(ab_hh, cu->cu_abbrev_hash, &entry, sizeof(entry), ab); in _dwarf_abbrev_find()