Searched refs:dt_module_t (Results 1 – 12 of 12) sorted by relevance
/freebsd/cddl/contrib/opensolaris/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 *); 51 extern int dt_module_hasctf(dtrace_hdl_t *, dt_module_t *); 52 extern ctf_file_t *dt_module_getctf(dtrace_hdl_t *, dt_module_t *); 53 extern dt_ident_t *dt_module_extern(dtrace_hdl_t *, dt_module_t *, 56 extern const char *dt_module_modelname(dt_module_t *); [all …]
|
H A D | dt_module.c | 68 dt_module_symhash_insert(dt_module_t *dmp, const char *name, uint_t id) in dt_module_symhash_insert() 82 dt_module_syminit32(dt_module_t *dmp) in dt_module_syminit32() 132 dt_module_syminit64(dt_module_t *dmp) in dt_module_syminit64() 239 dt_module_symsort32(dt_module_t *dmp) in dt_module_symsort32() 263 dt_module_symsort64(dt_module_t *dmp) in dt_module_symsort64() 311 dt_module_symname32(dt_module_t *dmp, const char *name, in dt_module_symname32() 341 dt_module_symname64(dt_module_t *dmp, const char *name, in dt_module_symname64() 371 dt_module_symaddr32(dt_module_t *dmp, GElf_Addr addr, in dt_module_symaddr32() 413 dt_module_symaddr64(dt_module_t *dmp, GElf_Addr addr, in dt_module_symaddr64() 468 dt_module_t * [all...] |
H A D | dt_impl.h | 153 } dt_module_t; typedef 170 dt_module_t *dkm_module; /* corresponding KLD module */ 254 dt_module_t **dt_mods; /* hash table of dt_module_t's */ 261 dt_module_t *dt_exec; /* pointer to executable module */ 262 dt_module_t *dt_rtld; /* pointer to run-time linker module */ 263 dt_module_t *dt_cdefs; /* pointer to C dynamic type module */ 264 dt_module_t *dt_ddefs; /* pointer to D dynamic type module */
|
H A D | dt_open.c | 1034 dt_module_t *dmp; in dt_vopen() 1202 dtp->dt_mods = calloc(dtp->dt_modbuckets, sizeof (dt_module_t *)); in dt_vopen() 1204 dtp->dt_kmods = calloc(dtp->dt_modbuckets, sizeof (dt_module_t *)); in dt_vopen() 1646 dt_module_t *dmp; in dtrace_close()
|
H A D | dt_pragma.c | 279 dt_module_t *mp = dt_module_lookup_by_name(dtp, nnp->dn_string); in dt_pragma_depends()
|
H A D | dt_print.c | 743 dt_module_t *dmp; in dt_print_prepare()
|
H A D | dt_pid.c | 856 dt_module_t *dmp; in dt_pid_get_types()
|
H A D | dt_provider.c | 417 dt_module_t *dmp; in dt_probe_create()
|
H A D | dt_decl.c | 816 dt_module_t *dmp; in dt_decl_type()
|
H A D | dt_parser.c | 276 dt_module_t *dmp; in dt_type_pointer() 1443 dt_module_t *dmp; in dt_node_decl() 2763 dt_module_t *mp = dt_module_lookup_by_name(dtp, dts.dts_object); in dt_xcook_ident()
|
H A D | dt_aggregate.c | 393 dt_module_t *dmp; in dt_aggregate_mod()
|
H A D | dt_cc.c | 707 dt_module_t *dmp; in dt_action_trace()
|