Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout_amd64.c33 static const sl_auxv_layout_t auxv_layout = {
H A Dstruct_layout_i386.c33 static const sl_auxv_layout_t auxv_layout = {
H A Dstruct_layout_sparc.c32 static const sl_auxv_layout_t auxv_layout = {
H A Dstruct_layout_sparcv9.c33 static const sl_auxv_layout_t auxv_layout = {
H A Dstruct_layout.h136 } sl_auxv_layout_t; typedef
534 const sl_auxv_layout_t *auxv; /* auxv_t */
H A Dcorenote.c433 const sl_auxv_layout_t *layout = state->ns_arch->auxv; in dump_auxv()