Home | History | Annotate | Download | only in gdb

Lines Matching defs:stack_offset

4532   int stack_offset = 0;
4734 gdb_printf (gdb_stdlog, " - stack_offset=%s",
4735 paddress (gdbarch, stack_offset));
4740 addr = sp + stack_offset + longword_offset;
4781 In the new EABI (and the NABI32), the stack_offset
4785 stack_offset += align_up (partial_len, abi_regsize);
4929 int stack_offset = 0;
5086 gdb_printf (gdb_stdlog, " - stack_offset=%s",
5087 paddress (gdbarch, stack_offset));
5092 addr = sp + stack_offset + longword_offset;
5175 In N32 (N64?), the stack_offset only needs to be
5179 stack_offset += align_up (partial_len, MIPS64_REGSIZE);
5401 int stack_offset = 0;
5454 stack_offset += MIPS32_REGSIZE;
5555 stack_offset += align_up (len, MIPS32_REGSIZE);
5576 stack_offset += MIPS32_REGSIZE;
5598 gdb_printf (gdb_stdlog, " - stack_offset=%s",
5599 paddress (gdbarch, stack_offset));
5604 addr = sp + stack_offset + longword_offset;
5686 stack_offset += align_up (partial_len, MIPS32_REGSIZE);
5925 int stack_offset = 0;
5975 stack_offset += MIPS64_REGSIZE;
6020 stack_offset += align_up (len, MIPS64_REGSIZE);
6060 gdb_printf (gdb_stdlog, " - stack_offset=%s",
6061 paddress (gdbarch, stack_offset));
6066 addr = sp + stack_offset + longword_offset;
6132 stack_offset += align_up (partial_len, MIPS64_REGSIZE);