Home
last modified time | relevance | path

Searched refs:sysv_varargs_p (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dsysv4.h324 #define RS6000_VARARGS_AREA ((cfun->machine->sysv_varargs_p) ? RS6000_VARARGS_SIZE : 0)
H A Drs6000.h1645 int sysv_varargs_p; member
H A Drs6000.c3362 cfun->machine->sysv_varargs_p = 1;
3373 cfun->machine->sysv_varargs_p = 0;
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.513188 (setup_incoming_varargs): Use sysv_varargs_p field of the
13202 sysv_varargs_p field of the cfun->machine structure.