Home
last modified time | relevance | path

Searched refs:L_cgarc (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c54 static L_cgarc *Cptr; /* profile buffer call graph pointer */
281 csize = (nsym + 1) * PRF_CGINIT * sizeof (L_cgarc); in profile_open()
361 Cptr = (L_cgarc *)(addr + hsize + psize); in profile_open()
458 Cptr = (L_cgarc *)(addr + sizeof (L_hdr) + Hptr->hd_psize); in remap_profile()
482 L_cgarc * cptr, cbucket; in plt_cg_interp()
561 sizeof (L_cgarc); in plt_cg_interp()
589 cptr = (L_cgarc *)((Addr)addr + in plt_cg_interp()
/titanic_41/usr/src/cmd/sgs/include/
H A Dprofile.h82 } L_cgarc; typedef
/titanic_41/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c1366 L_cgarc rtld_arc; in readarcs()
1374 sizeof (L_cgarc), 1, pfile) != 1) in readarcs()