Searched defs:countbase (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/csu/common/
H A Dmon.c53 struct cnt *countbase; variable in typeref:struct:cnt
154 countbase = (struct cnt *)(buf + sizeof(struct phdr));
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c97 * by allocating an anchor and initializing countbase and countlimit
149 * countbase and countlimit are used to parcel out
153 * When countbase reaches countlimit, mcount() calls
158 * countbase/countlimit are now STATIC!
160 static char *countbase; /* addr of next pc,count cell to use in block */ variable
235 * Init the grabba-cell externs (countbase/limit) for this block.
318 countbase = (char *)buffer + sizeof (struct hdr);
319 countlimit = countbase + (nfunc * sizeof (struct cnt));
426 * list, and resets the countbase/limit pointers.
476 countbase
[all...]

Completed in 46 milliseconds