Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A Dprofile.h79 unsigned int cg_next; /* Link index for multiple sources */ member
87 unsigned int cg_next; /* Link index for multiple sources */ member
/illumos-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c545 if (cptr->cg_next != 0) in plt_cg_interp()
546 cptr = &Cptr[cptr->cg_next]; in plt_cg_interp()
549 cptr->cg_next = Hptr->hd_ncndx++; in plt_cg_interp()
550 cptr = &Cptr[cptr->cg_next]; in plt_cg_interp()