Home
last modified time | relevance | path

Searched refs:tostruct (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgcc/config/sol2/
H A Dgmon.c62 struct tostruct { struct
80 static struct tostruct *tos = NULL; argument
128 tos = sbrk (tolimit * sizeof (struct tostruct)); in monstartup()
311 struct tostruct *top; in internal_mcount()
312 struct tostruct *prevtop; in internal_mcount()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sol2/
H A Dgmon.c62 struct tostruct { struct
80 static struct tostruct *tos = NULL; argument
128 tos = sbrk (tolimit * sizeof (struct tostruct)); in monstartup()
311 struct tostruct *top; in internal_mcount()
312 struct tostruct *prevtop; in internal_mcount()
/netbsd-src/sys/sys/
H A Dgmon.h101 struct tostruct { struct
127 struct tostruct *tos; argument
/netbsd-src/sys/kern/
H A Dsubr_prof.c100 p->tossize = p->tolimit * sizeof(struct tostruct); in kmstartup()
128 p->tos = (struct tostruct *)cp; in kmstartup()
200 p->tos = (struct tostruct *)cp; in kmstartup()
260 gp->tos = (struct tostruct *)cp; in sysctl_kern_profiling()
/netbsd-src/common/lib/libc/gmon/
H A Dmcount.c134 struct tostruct *top, *prevtop; in _MCOUNT_DECL()
296 struct tostruct *top; in _gmonparam_merge()
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dgmon.h125 struct tostruct struct
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dgmon.h125 struct tostruct struct
/netbsd-src/lib/libc/gmon/
H A Dgmon.c142 p->tossize = p->tolimit * sizeof(struct tostruct); in monstartup()
267 struct tostruct *top; in _m_gmon_merge_two()
/netbsd-src/usr.sbin/kgmon/
H A Dkgmon.c345 struct tostruct *tos; in dumpstate()