Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Drefstr_impl.h45 struct refstr { struct
46 uint32_t rs_size; /* allocation size */
47 uint32_t rs_refcnt; /* reference count */
48 char rs_string[1]; /* constant string */
/titanic_44/usr/src/cmd/sgs/liblddbg/common/
H A Dgot.c81 const char *refstr, *name; in Dbg_got_display() local