Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/gen/
H A Dmon.c160 static char *countbase; /* addr of next pc,count cell to use in block */ variable
318 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()
/titanic_41/usr/src/lib/libbc/csu/common/
H A Dmon.c53 struct cnt *countbase; variable
154 countbase = (struct cnt *)(buf + sizeof(struct phdr)); in monitor()