Home
last modified time | relevance | path

Searched refs:sm_text (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.h56 uintptr_t sm_text; /* base address of text in module */ member
H A Dfindstack_subr.c318 smp->sm_text = (uintptr_t)mp->mod_text; in stacks_module_cb()
H A Dfindstack.c559 if (sep->se_stack[idx] >= mp->sm_text && in stacks_has_module()
560 sep->se_stack[idx] < mp->sm_text + mp->sm_size) in stacks_has_module()
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dfindstack_subr.c158 smp->sm_text = obj->obj_base; in stacks_module_callback()