Searched refs:cntsiz (Results 1 – 1 of 1) sorted by relevance
88 int cntsiz; in monstartup() local91 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() argument156 o = sizeof(struct phdr) + cntsiz * sizeof(struct cnt); in monitor()180 php->ncnt = cntsiz; in monitor()181 numctrs = cntsiz; in monitor()