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

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

Completed in 198 milliseconds