Searched refs:argbytes (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
H A Drs6000-tdep.c1116 int argbytes; /* current argument byte */ local
1160 for (argno = 0, argbytes = 0; argno < nargs && ii < 8; ++ii)
1189 while (argbytes < len)
1194 ((char *) VALUE_CONTENTS (arg)) + argbytes,
1195 (len - argbytes) > reg_size
1196 ? reg_size : len - argbytes);
1197 ++ii, argbytes += reg_size;
1202 argbytes = 0;
1232 if ((argno < nargs) || argbytes)
1236 if (argbytes)
[all...]

Completed in 104 milliseconds