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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c900 GElf_Sym mt_sym; local
913 if (mdb_lookup_by_name("kmem_magtype", &mt_sym) == -1) {
915 } else if (addr < mt_sym.st_value ||
916 addr + sizeof (mt) - 1 > mt_sym.st_value + mt_sym.st_size - 1 ||
917 ((addr - mt_sym.st_value) % sizeof (mt)) != 0) {
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c817 GElf_Sym mt_sym; local
830 if (umem_lookup_by_name("umem_magtype", &mt_sym) == -1) {
832 } else if (addr < mt_sym.st_value ||
833 addr + sizeof (mt) - 1 > mt_sym.st_value + mt_sym.st_size - 1 ||
834 ((addr - mt_sym.st_value) % sizeof (mt)) != 0) {

Completed in 61 milliseconds