Searched refs:sm_text (Results 1 – 4 of 4) sorted by relevance
56 uintptr_t sm_text; /* base address of text in module */ member
317 smp->sm_text = (uintptr_t)mp->mod_text; in stacks_module_cb()
547 if (sep->se_stack[idx] >= mp->sm_text && in stacks_has_module()548 sep->se_stack[idx] < mp->sm_text + mp->sm_size) in stacks_has_module()
158 smp->sm_text = obj->obj_base; in stacks_module_callback()