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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dm32r-tdep.c670 int stack_offset, stack_alloc; local
698 for (argnum = 0, stack_alloc = 0; argnum < nargs; argnum++)
699 stack_alloc += ((TYPE_LENGTH (value_type (args[argnum])) + 3) & ~3);
700 sp -= stack_alloc; /* make room on stack for args */
H A Dh8300-tdep.c660 int stack_alloc = 0, stack_offset = 0; local
671 stack_alloc += align_up (TYPE_LENGTH (value_type (args[argument])),
673 sp -= stack_alloc;
H A Dsh64-tdep.c1039 int stack_offset, stack_alloc; local
1068 for (argnum = 0, stack_alloc = 0; argnum < nargs; argnum++)
1069 stack_alloc += ((TYPE_LENGTH (value_type (args[argnum])) + 7) & ~7);
1070 sp -= stack_alloc; /* make room on stack for args */
H A Dsh-tdep.c897 int stack_alloc = 0; local
899 stack_alloc += ((TYPE_LENGTH (value_type (args[nargs])) + 3) & ~3);
900 return stack_alloc;
H A Dcris-tdep.c891 int stack_alloc; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dm32r-tdep.c670 int stack_offset, stack_alloc; local
698 for (argnum = 0, stack_alloc = 0; argnum < nargs; argnum++)
699 stack_alloc += ((TYPE_LENGTH (value_type (args[argnum])) + 3) & ~3);
700 sp -= stack_alloc; /* make room on stack for args */
H A Dh8300-tdep.c660 int stack_alloc = 0, stack_offset = 0; local
671 stack_alloc += align_up (TYPE_LENGTH (value_type (args[argument])),
673 sp -= stack_alloc;
H A Dsh64-tdep.c1039 int stack_offset, stack_alloc; local
1068 for (argnum = 0, stack_alloc = 0; argnum < nargs; argnum++)
1069 stack_alloc += ((TYPE_LENGTH (value_type (args[argnum])) + 7) & ~7);
1070 sp -= stack_alloc; /* make room on stack for args */
H A Dsh-tdep.c897 int stack_alloc = 0; local
899 stack_alloc += ((TYPE_LENGTH (value_type (args[nargs])) + 3) & ~3);
900 return stack_alloc;
H A Dcris-tdep.c891 int stack_alloc; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dm32r-tdep.c670 int stack_offset, stack_alloc; local
698 for (argnum = 0, stack_alloc = 0; argnum < nargs; argnum++)
699 stack_alloc += ((TYPE_LENGTH (value_type (args[argnum])) + 3) & ~3);
700 sp -= stack_alloc; /* make room on stack for args */
H A Dh8300-tdep.c660 int stack_alloc = 0, stack_offset = 0; local
671 stack_alloc += align_up (TYPE_LENGTH (value_type (args[argument])),
673 sp -= stack_alloc;
H A Dsh64-tdep.c1039 int stack_offset, stack_alloc; local
1068 for (argnum = 0, stack_alloc = 0; argnum < nargs; argnum++)
1069 stack_alloc += ((TYPE_LENGTH (value_type (args[argnum])) + 7) & ~7);
1070 sp -= stack_alloc; /* make room on stack for args */
H A Dsh-tdep.c897 int stack_alloc = 0; local
899 stack_alloc += ((TYPE_LENGTH (value_type (args[nargs])) + 3) & ~3);
900 return stack_alloc;
H A Dcris-tdep.c891 int stack_alloc; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_jit_compile.c178 enum stub_types { stack_alloc }; enumerator in enum:stub_types
1274 case stack_alloc:
1305 add_stub(common, stack_alloc, 0, CMP(SLJIT_C_GREATER, STACK_TOP, 0, STACK_LIMIT, 0));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_jit_compile.c178 enum stub_types { stack_alloc }; enumerator in enum:stub_types
1274 case stack_alloc:
1305 add_stub(common, stack_alloc, 0, CMP(SLJIT_C_GREATER, STACK_TOP, 0, STACK_LIMIT, 0));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_jit_compile.c178 enum stub_types { stack_alloc }; enumerator in enum:stub_types
1274 case stack_alloc:
1305 add_stub(common, stack_alloc, 0, CMP(SLJIT_C_GREATER, STACK_TOP, 0, STACK_LIMIT, 0));

Completed in 482 milliseconds