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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c3976 #define MAXCOUNT 500 macro
3981 static int count[MAXCOUNT];
4132 if (_cnt >= MAXCOUNT) {
4149 for (ndx = 0; ndx < MAXCOUNT; ndx++) {

Completed in 57 milliseconds