Searched refs:dt_module_t (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_module.h38 extern dt_module_t *dt_module_create(dtrace_hdl_t *, const char *);
39 extern int dt_module_load(dtrace_hdl_t *, dt_module_t *);
40 extern void dt_module_unload(dtrace_hdl_t *, dt_module_t *);
41 extern void dt_module_destroy(dtrace_hdl_t *, dt_module_t *);
43 extern dt_module_t *dt_module_lookup_by_name(dtrace_hdl_t *, const char *);
44 extern dt_module_t *dt_module_lookup_by_ctf(dtrace_hdl_t *, ctf_file_t *);
46 extern ctf_file_t *dt_module_getctf(dtrace_hdl_t *, dt_module_t *);
47 extern dt_ident_t *dt_module_extern(dtrace_hdl_t *, dt_module_t *,
50 extern const char *dt_module_modelname(dt_module_t *);
H A Ddt_module.c51 dt_module_symhash_insert(dt_module_t *dmp, const char *name, uint_t id)
65 dt_module_syminit32(dt_module_t *dmp)
98 dt_module_syminit64(dt_module_t *dmp)
189 dt_module_symsort32(dt_module_t *dmp)
213 dt_module_symsort64(dt_module_t *dmp)
261 dt_module_symname32(dt_module_t *dmp, const char *name,
291 dt_module_symname64(dt_module_t *dmp, const char *name,
321 dt_module_symaddr32(dt_module_t *dmp, GElf_Addr addr,
363 dt_module_symaddr64(dt_module_t *dmp, GElf_Addr addr,
418 dt_module_t *
[all...]
H A Ddt_impl.h129 } dt_module_t; typedef in typeref:struct:dt_module
211 dt_list_t dt_modlist; /* linked list of dt_module_t's */
212 dt_module_t **dt_mods; /* hash table of dt_module_t's */
216 dt_module_t *dt_exec; /* pointer to executable module */
217 dt_module_t *dt_rtld; /* pointer to run-time linker module */
218 dt_module_t *dt_cdefs; /* pointer to C dynamic type module */
219 dt_module_t *dt_ddefs; /* pointer to D dynamic type module */
H A Ddt_open.c784 dt_module_t *dmp;
914 dtp->dt_mods = calloc(dtp->dt_modbuckets, sizeof (dt_module_t *));
1290 dt_module_t *dmp;
H A Ddt_pragma.c222 dt_module_t *mp = dt_module_lookup_by_name(dtp, nnp->dn_string);
H A Ddt_decl.c815 dt_module_t *dmp;
H A Ddt_provider.c393 dt_module_t *dmp;
H A Ddt_parser.c252 dt_module_t *dmp;
1368 dt_module_t *dmp;
2667 dt_module_t *mp = dt_module_lookup_by_name(dtp, dts.dts_object);
H A Ddt_aggregate.c324 dt_module_t *dmp;

Completed in 65 milliseconds