ctf_hash_create
extern int ctf_hash_create(ctf_hash_t *, ulong_t);
if ((err = ctf_hash_create(&fp->ctf_structs, pop[CTF_K_STRUCT])) != 0)
if ((err = ctf_hash_create(&fp->ctf_unions, pop[CTF_K_UNION])) != 0)
if ((err = ctf_hash_create(&fp->ctf_enums, pop[CTF_K_ENUM])) != 0)
if ((err = ctf_hash_create(&fp->ctf_names,