Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/csu/common/
H A Dmon.c88 int cntsiz; in monstartup() local
91 cntsiz = (highpc - lowpc) * ARCDENSITY / 100; in monstartup()
92 if (cntsiz < MINARCS) in monstartup()
93 cntsiz = MINARCS; in monstartup()
95 + sizeof(struct phdr) + cntsiz * sizeof(struct cnt); in monstartup()
101 monitor(lowpc, highpc, buffer, monsize, cntsiz); in monstartup()
112 monitor(char *lowpc, char *highpc, char *buf, int bufsiz, int cntsiz) in monitor() argument
156 o = sizeof(struct phdr) + cntsiz * sizeof(struct cnt); in monitor()
180 php->ncnt = cntsiz; in monitor()
181 numctrs = cntsiz; in monitor()