Searched defs:dt_module (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_impl.h60 struct dt_module; /* see below */
85 uint_t (*do_syminit)(struct dt_module *);
86 void (*do_symsort)(struct dt_module *);
87 GElf_Sym *(*do_symname)(struct dt_module *,
89 GElf_Sym *(*do_symaddr)(struct dt_module *,
107 typedef struct dt_module { struct
111 struct dt_module *dm_next; /* pointer to next module in hash chain */

Completed in 49 milliseconds