Home
last modified time | relevance | path

Searched refs:dm_symfree (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_module.c56 dt_sym_t *dsp = &dmp->dm_symchains[dmp->dm_symfree]; in dt_module_symhash_insert()
59 assert(dmp->dm_symfree < dmp->dm_nsymelems + 1); in dt_module_symhash_insert()
64 dmp->dm_symbuckets[h] = dmp->dm_symfree++; in dt_module_symhash_insert()
197 uint_t i, n = dmp->dm_symfree; in dt_module_symsort32()
221 uint_t i, n = dmp->dm_symfree; in dt_module_symsort64()
750 dmp->dm_symfree = 1; /* first free element is index 1 */ in dt_module_load()
771 dmp->dm_name, dmp->dm_symtab.cts_name, dmp->dm_symfree - 1); in dt_module_load()
903 dmp->dm_symfree = 0; in dt_module_unload()
H A Ddt_impl.h122 uint_t dm_symfree; /* index of next free hash element */ member