Home
last modified time | relevance | path

Searched refs:bnd_obj_buf (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddynamic.c967 conv_bnd_obj(uint_t flags, Conv_bnd_obj_buf_t *bnd_obj_buf) in conv_bnd_obj() argument
977 NULL, sizeof (bnd_obj_buf->buf) }; in conv_bnd_obj()
988 conv_arg.buf = bnd_obj_buf->buf; in conv_bnd_obj()
992 return ((const char *)bnd_obj_buf->buf); in conv_bnd_obj()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c301 Conv_bnd_obj_buf_t bnd_obj_buf; in Dbg_file_bindings() local
320 conv_bnd_obj(lml->lm_flags, &bnd_obj_buf)); in Dbg_file_bindings()