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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_module.h40 extern dt_module_t *dt_module_create(dtrace_hdl_t *, const char *);
41 extern int dt_module_load(dtrace_hdl_t *, dt_module_t *);
42 extern void dt_module_unload(dtrace_hdl_t *, dt_module_t *);
43 extern void dt_module_destroy(dtrace_hdl_t *, dt_module_t *);
45 extern dt_module_t *dt_module_lookup_by_name(dtrace_hdl_t *, const char *);
46 extern dt_module_t *dt_module_lookup_by_ctf(dtrace_hdl_t *, ctf_file_t *);
48 extern ctf_file_t *dt_module_getctf(dtrace_hdl_t *, dt_module_t *);
49 extern dt_ident_t *dt_module_extern(dtrace_hdl_t *, dt_module_t *,
52 extern const char *dt_module_modelname(dt_module_t *);
H A Ddt_module.c73 dt_module_symhash_insert(dt_module_t *dmp, const char *name, uint_t id)
87 dt_module_syminit32(dt_module_t *dmp)
120 dt_module_syminit64(dt_module_t *dmp)
211 dt_module_symsort32(dt_module_t *dmp)
235 dt_module_symsort64(dt_module_t *dmp)
283 dt_module_symname32(dt_module_t *dmp, const char *name,
313 dt_module_symname64(dt_module_t *dmp, const char *name,
343 dt_module_symaddr32(dt_module_t *dmp, GElf_Addr addr,
385 dt_module_symaddr64(dt_module_t *dmp, GElf_Addr addr,
440 dt_module_t *
[all...]
H A Ddt_impl.h141 } dt_module_t; typedef in typeref:struct:dt_module
221 dt_list_t dt_modlist; /* linked list of dt_module_t's */
222 dt_module_t **dt_mods; /* hash table of dt_module_t's */
226 dt_module_t *dt_exec; /* pointer to executable module */
227 dt_module_t *dt_rtld; /* pointer to run-time linker module */
228 dt_module_t *dt_cdefs; /* pointer to C dynamic type module */
229 dt_module_t *dt_ddefs; /* pointer to D dynamic type module */
H A Ddt_open.c821 dt_module_t *dmp;
1021 dtp->dt_mods = calloc(dtp->dt_modbuckets, sizeof (dt_module_t *));
1403 dt_module_t *dmp;
H A Ddt_pragma.c224 dt_module_t *mp = dt_module_lookup_by_name(dtp, nnp->dn_string);
H A Ddt_decl.c821 dt_module_t *dmp;
H A Ddt_provider.c397 dt_module_t *dmp;
H A Ddt_parser.c260 dt_module_t *dmp;
1376 dt_module_t *dmp;
2677 dt_module_t *mp = dt_module_lookup_by_name(dtp, dts.dts_object);
H A Ddt_aggregate.c322 dt_module_t *dmp;

Completed in 59 milliseconds