Searched refs:countbase (Results 1 – 2 of 2) sorted by relevance
160 static char *countbase; /* addr of next pc,count cell to use in block */ variable318 countbase = (char *)buffer + sizeof (struct hdr); in monitor()319 countlimit = countbase + (nfunc * sizeof (struct cnt)); in monitor()476 countbase = (char *)hdrp + sizeof (struct hdr); in _mnewblock()477 countlimit = countbase + (THISMANYFCNS * sizeof (struct cnt)); in _mnewblock()543 if (countbase == 0) in _mcount_newent()546 if (countbase >= countlimit) in _mcount_newent()549 if (countbase != 0) { in _mcount_newent()550 struct cnt *cur_countbase = (struct cnt *)(uintptr_t)countbase; in _mcount_newent()552 countbase += sizeof (struct cnt); in _mcount_newent()
53 struct cnt *countbase; variable154 countbase = (struct cnt *)(buf + sizeof(struct phdr)); in monitor()