Searched refs:dt_module_t (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_module.h | 39 extern dt_module_t *dt_module_create(dtrace_hdl_t *, const char *); 40 extern int dt_module_load(dtrace_hdl_t *, dt_module_t *); 41 extern void dt_module_unload(dtrace_hdl_t *, dt_module_t *); 42 extern void dt_module_destroy(dtrace_hdl_t *, dt_module_t *); 44 extern dt_module_t *dt_module_lookup_by_name(dtrace_hdl_t *, const char *); 45 extern dt_module_t *dt_module_lookup_by_ctf(dtrace_hdl_t *, ctf_file_t *); 47 extern int dt_module_hasctf(dtrace_hdl_t *, dt_module_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 *); [all …]
|
H A D | dt_module.c | 53 dt_module_symhash_insert(dt_module_t *dmp, const char *name, uint_t id) in dt_module_symhash_insert() 67 dt_module_syminit32(dt_module_t *dmp) in dt_module_syminit32() 100 dt_module_syminit64(dt_module_t *dmp) in dt_module_syminit64() 191 dt_module_symsort32(dt_module_t *dmp) in dt_module_symsort32() 215 dt_module_symsort64(dt_module_t *dmp) in dt_module_symsort64() 263 dt_module_symname32(dt_module_t *dmp, const char *name, in dt_module_symname32() 293 dt_module_symname64(dt_module_t *dmp, const char *name, in dt_module_symname64() 323 dt_module_symaddr32(dt_module_t *dmp, GElf_Addr addr, in dt_module_symaddr32() 365 dt_module_symaddr64(dt_module_t *dmp, GElf_Addr addr, in dt_module_symaddr64() 420 dt_module_t * [all …]
|
H A D | dt_impl.h | 141 } dt_module_t; typedef 225 dt_module_t **dt_mods; /* hash table of dt_module_t's */ 229 dt_module_t *dt_exec; /* pointer to executable module */ 230 dt_module_t *dt_rtld; /* pointer to run-time linker module */ 231 dt_module_t *dt_cdefs; /* pointer to C dynamic type module */ 232 dt_module_t *dt_ddefs; /* pointer to D dynamic type module */
|
H A D | dt_open.c | 829 dt_module_t *dmp; in dt_vopen() 960 dtp->dt_mods = calloc(dtp->dt_modbuckets, sizeof (dt_module_t *)); in dt_vopen() 1337 dt_module_t *dmp; in dtrace_close()
|
H A D | dt_pragma.c | 250 dt_module_t *mp = dt_module_lookup_by_name(dtp, nnp->dn_string); in dt_pragma_depends()
|
H A D | dt_print.c | 670 dt_module_t *dmp; in dtrace_print()
|
H A D | dt_pid.c | 778 dt_module_t *dmp; in dt_pid_get_types()
|
H A D | dt_provider.c | 412 dt_module_t *dmp; in dt_probe_create()
|
H A D | dt_decl.c | 855 dt_module_t *dmp; in dt_decl_type()
|
H A D | dt_parser.c | 272 dt_module_t *dmp; in dt_type_pointer() 1427 dt_module_t *dmp; in dt_node_decl() 2746 dt_module_t *mp = dt_module_lookup_by_name(dtp, dts.dts_object); in dt_xcook_ident()
|
H A D | dt_aggregate.c | 386 dt_module_t *dmp; in dt_aggregate_mod()
|
H A D | dt_cc.c | 706 dt_module_t *dmp; in dt_action_trace()
|