Searched refs:dt_module (Results 1 – 1 of 1) sorted by relevance
69 struct dt_module; /* see below */94 uint_t (*do_syminit)(struct dt_module *);95 void (*do_symsort)(struct dt_module *);96 GElf_Sym *(*do_symname)(struct dt_module *,98 GElf_Sym *(*do_symaddr)(struct dt_module *,116 typedef struct dt_module { struct120 struct dt_module *dm_next; /* pointer to next module in hash chain */ argument