dt_module
struct dt_module *dm_next; /* pointer to next module in hash chain */
struct dt_module; /* see below */
uint_t (*do_syminit)(struct dt_module *);
void (*do_symsort)(struct dt_module *);
GElf_Sym *(*do_symname)(struct dt_module *,
GElf_Sym *(*do_symaddr)(struct dt_module *,