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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_impl.h53 struct dt_module; /* see below */
78 uint_t (*do_syminit)(struct dt_module *);
79 void (*do_symsort)(struct dt_module *);
80 GElf_Sym *(*do_symname)(struct dt_module *,
82 GElf_Sym *(*do_symaddr)(struct dt_module *,
100 typedef struct dt_module { struct
104 struct dt_module *dm_next; /* pointer to next module in hash chain */

Completed in 27 milliseconds