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

/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s46 * ebp or copy only a fixed number (MAXNARG - defined here) for
47 * all the stub functions. Currently we are using MAXNARG (it is a kludge
53 #define MAXNARG 10 define
198 * copy MAXNARG == 10 incoming arguments
217 movl $MAXNARG - 6 + 3, %r11d
336 movl $MAXNARG+1, %ecx
338 pushl (%esp, %ecx, 4) / push MAXNARG times
349 add $_MUL(MAXNARG, 4), %esp / pop off MAXNARG arguments

Completed in 45 milliseconds