Searched refs:hashhdr (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/usr.sbin/kldxref/
H A Def.c267 Elf_Hashelt hashhdr[2]; local
284 sizeof(hashhdr), hashhdr);
290 ef->ef_nbuckets = hashhdr[0];
291 ef->ef_nchains = hashhdr[1];
293 (hashhdr[0] + hashhdr[1]) * sizeof(Elf_Hashelt),
/freebsd-10.1-release/lib/libc/db/hash/
H A Dhash.h62 typedef struct hashhdr { /* Disk resident portion */ struct

Completed in 110 milliseconds