Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout_amd64.c330 static const sl_stack_layout_t stack_layout = {
H A Dstruct_layout_i386.c330 static const sl_stack_layout_t stack_layout = {
H A Dstruct_layout_sparc.c329 static const sl_stack_layout_t stack_layout = {
H A Dstruct_layout_sparcv9.c330 static const sl_stack_layout_t stack_layout = {
H A Dstruct_layout.h477 } sl_stack_layout_t; typedef
549 const sl_stack_layout_t *stack; /* stack_t */
H A Dcorenote.c762 const sl_stack_layout_t *layout = state->ns_arch->stack; in dump_stack()