Searched refs:setsym (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Dsnarf.c122 GElf_Sym setsym; local
132 if (mdb_lookup_by_name("md_set", &setsym) == -1) {
157 (uintptr_t)setsym.st_value, sizeof (md_set_t));
160 offset = setsym.st_value;
165 (uintptr_t)(setsym.st_value + offset));
171 i, (uintptr_t)(setsym.st_value + offset));

Completed in 43 milliseconds