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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_impl.h63 struct dt_module; /* see below */
88 uint_t (*do_syminit)(struct dt_module *);
89 void (*do_symsort)(struct dt_module *);
90 GElf_Sym *(*do_symname)(struct dt_module *,
92 GElf_Sym *(*do_symaddr)(struct dt_module *,
110 typedef struct dt_module { struct
114 struct dt_module *dm_next; /* pointer to next module in hash chain */

Completed in 431 milliseconds