Searched defs:bnd_obj_buf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c314 Conv_bnd_obj_buf_t bnd_obj_buf; local
333 conv_bnd_obj(lml->lm_flags, &bnd_obj_buf));
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddynamic.c961 conv_bnd_obj(uint_t flags, Conv_bnd_obj_buf_t *bnd_obj_buf) argument
971 NULL, sizeof (bnd_obj_buf->buf) };
982 conv_arg.buf = bnd_obj_buf->buf;
986 return ((const char *)bnd_obj_buf->buf);

Completed in 62 milliseconds