dt_module_t
dt_module_t *dmp;
dt_module_t *dmp;
dt_module_t *dmp;
dt_module_t **dt_mods; /* hash table of dt_module_t's */
dt_module_t *dt_exec; /* pointer to executable module */
dt_module_t *dt_rtld; /* pointer to run-time linker module */
dt_module_t *dt_cdefs; /* pointer to C dynamic type module */
dt_module_t *dt_ddefs; /* pointer to D dynamic type module */
dt_module_syminit64(dt_module_t *dmp)
dt_module_modelname(dt_module_t *dmp)
dt_module_getlibid(dtrace_hdl_t *dtp, dt_module_t *dmp, const ctf_file_t *fp)
dt_module_getctflib(dtrace_hdl_t *dtp, dt_module_t *dmp, const char *name)
dt_module_t *dmp;
dt_module_t *dmp;
static dt_module_t *
dt_module_t *dmp;
dt_module_t *dmp;
dt_module_t *dmp;
dtrace_lookup_by_type_user(dtrace_hdl_t *dtp, dt_module_t *dmp,
dt_module_t *dmp;
dt_module_t *dmp;
dt_module_info(const dt_module_t *dmp, dtrace_objinfo_t *dto)
const dt_module_t *dmp = dt_list_next(&dtp->dt_modlist);
dt_module_t *dmp;
dt_module_symsort32(dt_module_t *dmp)
dt_module_symsort64(dt_module_t *dmp)
dt_module_symname32(dt_module_t *dmp, const char *name,
dt_module_symname64(dt_module_t *dmp, const char *name,
dt_module_symaddr32(dt_module_t *dmp, GElf_Addr addr,
dt_module_symaddr64(dt_module_t *dmp, GElf_Addr addr,
dt_module_t *
dt_module_t *dmp;
if ((dmp = malloc(sizeof (dt_module_t))) == NULL)
bzero(dmp, sizeof (dt_module_t));
dt_module_t *
dt_module_t *dmp;
dt_module_t *
dt_module_load_sect(dtrace_hdl_t *dtp, dt_module_t *dmp, ctf_sect_t *ctsp)
dt_module_symhash_insert(dt_module_t *dmp, const char *name, uint_t id)
dt_module_t *dpa_dmp;
dt_module_load_proc(dtrace_hdl_t *dtp, dt_module_t *dmp)
dt_module_syminit32(dt_module_t *dmp)
dt_module_load(dtrace_hdl_t *dtp, dt_module_t *dmp)
dt_module_hasctf(dtrace_hdl_t *dtp, dt_module_t *dmp)
dt_module_getctf(dtrace_hdl_t *dtp, dt_module_t *dmp)
dt_module_t *pmp;
dt_module_unload(dtrace_hdl_t *dtp, dt_module_t *dmp)
dt_module_destroy(dtrace_hdl_t *dtp, dt_module_t *dmp)
dt_module_t **dmpp = &dtp->dt_mods[h];
dt_module_extern(dtrace_hdl_t *dtp, dt_module_t *dmp,
extern dt_module_t *dt_module_create(dtrace_hdl_t *, const char *);
extern int dt_module_load(dtrace_hdl_t *, dt_module_t *);
extern void dt_module_unload(dtrace_hdl_t *, dt_module_t *);
extern void dt_module_destroy(dtrace_hdl_t *, dt_module_t *);
extern dt_module_t *dt_module_lookup_by_name(dtrace_hdl_t *, const char *);
extern dt_module_t *dt_module_lookup_by_ctf(dtrace_hdl_t *, ctf_file_t *);
extern int dt_module_hasctf(dtrace_hdl_t *, dt_module_t *);
extern ctf_file_t *dt_module_getctf(dtrace_hdl_t *, dt_module_t *);
extern dt_ident_t *dt_module_extern(dtrace_hdl_t *, dt_module_t *,
extern const char *dt_module_modelname(dt_module_t *);
extern int dt_module_getlibid(dtrace_hdl_t *, dt_module_t *,
extern ctf_file_t *dt_module_getctflib(dtrace_hdl_t *, dt_module_t *,
dt_module_t *dmp;
dt_module_t *dmp;
dtp->dt_mods = calloc(dtp->dt_modbuckets, sizeof (dt_module_t *));
dt_module_t *dmp;
dt_module_t *dmp;
dt_module_t *mp = dt_module_lookup_by_name(dtp, dts.dts_object);
dt_module_t *dmp;
dt_module_t *mp = dt_module_lookup_by_name(dtp, nnp->dn_string);
dt_module_t *dmp;
dt_module_t *dmp;