Home
last modified time | relevance | path

Searched defs:refstr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Drefstr_impl.h43 struct refstr { struct
44 uint32_t rs_size; /* allocation size */
45 uint32_t rs_refcnt; /* reference count */
46 char rs_string[1]; /* constant string */
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dgot.c80 const char *refstr, *name; in Dbg_got_display() local