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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dm32r-tdep.c690 int stack_offset, stack_alloc; local
718 for (argnum = 0, stack_alloc = 0; argnum < nargs; argnum++)
719 stack_alloc += ((TYPE_LENGTH (value_type (args[argnum])) + 3) & ~3);
720 sp -= stack_alloc; /* Make room on stack for args. */
H A Dh8300-tdep.c646 int stack_alloc = 0, stack_offset = 0; local
657 stack_alloc += align_up (TYPE_LENGTH (value_type (args[argument])),
659 sp -= stack_alloc;
H A Dsh64-tdep.c1063 int stack_offset, stack_alloc; local
1092 for (argnum = 0, stack_alloc = 0; argnum < nargs; argnum++)
1093 stack_alloc += ((TYPE_LENGTH (value_type (args[argnum])) + 7) & ~7);
1094 sp -= stack_alloc; /* Make room on stack for args. */
H A Dsh-tdep.c937 int stack_alloc = 0; local
939 stack_alloc += ((TYPE_LENGTH (value_type (args[nargs])) + 3) & ~3);
940 return stack_alloc;
H A Dcris-tdep.c869 int stack_alloc; local

Completed in 131 milliseconds