Home
last modified time | relevance | path

Searched refs:sl_stack_layout_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout_sparcv9.c332 static const sl_stack_layout_t stack_layout = {
H A Dstruct_layout_sparc.c332 static const sl_stack_layout_t stack_layout = {
H A Dstruct_layout_amd64.c332 static const sl_stack_layout_t stack_layout = {
H A Dstruct_layout_i386.c332 static const sl_stack_layout_t stack_layout = {
H A Dstruct_layout.h479 } sl_stack_layout_t; typedef
582 const sl_stack_layout_t *stack; /* stack_t */
H A Dcorenote.c821 const sl_stack_layout_t *layout = state->ns_arch->stack; in dump_stack()