Home
last modified time | relevance | path

Searched refs:dt_module (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_impl.h69 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 { struct
120 struct dt_module *dm_next; /* pointer to next module in hash chain */ argument