Searched defs:dt_module (Results 1 – 1 of 1) sorted by relevance
116 typedef struct dt_module { struct120 struct dt_module *dm_next; /* pointer to next module in hash chain */ argument121 const dt_modops_t *dm_ops; /* pointer to data model's ops vector */122 Elf *dm_elf; /* libelf handle for module object */123 objfs_info_t dm_info; /* object filesystem private info */124 ctf_sect_t dm_symtab; /* symbol table for module */125 ctf_sect_t dm_strtab; /* string table for module */126 ctf_sect_t dm_ctdata; /* CTF data for module */127 ctf_file_t *dm_ctfp; /* CTF container handle */128 uint_t *dm_symbuckets; /* symbol table hash buckets (chain indices) */[all …]