Searched defs:bnd_type_buf (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dutil.c205 Conv_bnd_type_buf_t bnd_type_buf; local
229 NAME(clmp), conv_bnd_type(flags, &bnd_type_buf));
H A Dfiles.c295 Conv_bnd_type_buf_t bnd_type_buf; local
308 conv_bnd_type(bdp->b_flags, &bnd_type_buf));
315 Conv_bnd_type_buf_t bnd_type_buf; local
374 &bnd_type_buf));
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddynamic.c913 conv_bnd_type(uint_t flags, Conv_bnd_type_buf_t *bnd_type_buf) argument
922 NULL, sizeof (bnd_type_buf->buf) };
927 conv_arg.buf = bnd_type_buf->buf;
931 return ((const char *)bnd_type_buf->buf);

Completed in 52 milliseconds