HomeSort by: relevance | last modified time | path
    Searched defs:stack_offset (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/arch/landisk/stand/bootxx/
pbr.S 51 mov.w stack_offset, r1
179 stack_offset: .word 0x1000 label
  /src/sys/arch/landisk/stand/mbr/
mbr.S 39 mov.w stack_offset, r1
169 stack_offset: .word 0x1000 label
  /src/external/gpl3/gdb.old/dist/gdb/
m32r-tdep.c 657 int stack_offset, stack_alloc; local
688 for (argnum = 0, stack_offset = 0; argnum < nargs; argnum++)
721 write_memory (sp + stack_offset, val, 4);
722 stack_offset += 4;
mn10300-tdep.c 1168 int stack_offset = 0; local
1235 write_memory (sp + stack_offset, val, push_size);
1238 stack_offset += push_size;
or1k-tdep.c 635 int stack_offset = 0;
779 stack_offset = 0;
808 write_memory (sp + stack_offset, val, partial_len);
809 stack_offset += align_up (partial_len, bpw);
633 int stack_offset = 0; local
tic6x-tdep.c 864 int stack_offset = 4; local
901 stack_offset += len;
903 sp -= stack_offset;
907 stack_offset = 4;
1043 stack_offset = align_up (stack_offset,
1072 addr = sp + stack_offset;
1074 stack_offset += align_up (len, 4);
h8300-tdep.c 624 int stack_alloc = 0, stack_offset = 0; local
669 write_memory (sp + stack_offset, padded.data (), padded_len);
670 stack_offset += padded_len;
696 write_memory (sp + stack_offset, padded.data (), padded_len);
697 stack_offset += padded_len;
frv-tdep.c 1206 int stack_offset; local
1226 stack_offset = 0;
1287 argnum, *((int *)val), stack_offset,
1288 (int) (sp + stack_offset));
1290 write_memory (sp + stack_offset, val, partial_len);
1291 stack_offset += align_up (partial_len, 4);
sh-tdep.c 1029 int stack_offset = 0; local
1097 write_memory (sp + stack_offset, val, reg_size);
1098 stack_offset += reg_size;
1172 int stack_offset = 0; local
1224 write_memory (sp + stack_offset, val, reg_size);
1225 stack_offset += reg_size;
v850-tdep.c 1023 int stack_offset; local
1027 stack_offset = 0;
1035 stack_offset = 16;
1041 sp -= arg_space + stack_offset;
1077 else if (stack_offset & 0x4)
1078 stack_offset += 4;
1095 write_memory (sp + stack_offset, val, 4);
1099 stack_offset += 4;
mips-tdep.c 4532 int stack_offset = 0; local
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; local
5086 gdb_printf (gdb_stdlog, " - stack_offset=%s",
5087 paddress (gdbarch, stack_offset));
5092 addr = sp + stack_offset + longword_offset
5401 int stack_offset = 0; local
5925 int stack_offset = 0; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
m32r-tdep.c 657 int stack_offset, stack_alloc; local
688 for (argnum = 0, stack_offset = 0; argnum < nargs; argnum++)
721 write_memory (sp + stack_offset, val, 4);
722 stack_offset += 4;
mn10300-tdep.c 1169 int stack_offset = 0; local
1236 write_memory (sp + stack_offset, val, push_size);
1239 stack_offset += push_size;
or1k-tdep.c 635 int stack_offset = 0;
779 stack_offset = 0;
808 write_memory (sp + stack_offset, val, partial_len);
809 stack_offset += align_up (partial_len, bpw);
633 int stack_offset = 0; local
tic6x-tdep.c 864 int stack_offset = 4; local
901 stack_offset += len;
903 sp -= stack_offset;
907 stack_offset = 4;
1043 stack_offset = align_up (stack_offset,
1072 addr = sp + stack_offset;
1074 stack_offset += align_up (len, 4);
frv-tdep.c 1207 int stack_offset; local
1227 stack_offset = 0;
1288 argnum, *((int *)val), stack_offset,
1289 (int) (sp + stack_offset));
1291 write_memory (sp + stack_offset, val, partial_len);
1292 stack_offset += align_up (partial_len, 4);
h8300-tdep.c 625 int stack_alloc = 0, stack_offset = 0; local
670 write_memory (sp + stack_offset, padded.data (), padded_len);
671 stack_offset += padded_len;
697 write_memory (sp + stack_offset, padded.data (), padded_len);
698 stack_offset += padded_len;
sh-tdep.c 1029 int stack_offset = 0; local
1097 write_memory (sp + stack_offset, val, reg_size);
1098 stack_offset += reg_size;
1172 int stack_offset = 0; local
1224 write_memory (sp + stack_offset, val, reg_size);
1225 stack_offset += reg_size;
v850-tdep.c 1023 int stack_offset; local
1027 stack_offset = 0;
1035 stack_offset = 16;
1041 sp -= arg_space + stack_offset;
1077 else if (stack_offset & 0x4)
1078 stack_offset += 4;
1095 write_memory (sp + stack_offset, val, 4);
1099 stack_offset += 4;
mips-tdep.c 4536 int stack_offset = 0; local
4738 gdb_printf (gdb_stdlog, " - stack_offset=%s",
4739 paddress (gdbarch, stack_offset));
4744 addr = sp + stack_offset + longword_offset;
4785 In the new EABI (and the NABI32), the stack_offset
4789 stack_offset += align_up (partial_len, abi_regsize);
4932 int stack_offset = 0; local
5089 gdb_printf (gdb_stdlog, " - stack_offset=%s",
5090 paddress (gdbarch, stack_offset));
5095 addr = sp + stack_offset + longword_offset
5404 int stack_offset = 0; local
5928 int stack_offset = 0; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/ppc/
emul_chirp.c 108 unsigned_word stack_offset; member in struct:_os_emul_data
1613 chirp->stack_offset = chirp->code_offset + chirp->sizeof_code;
1622 chirp->htab_offset = chirp->stack_offset + chirp->sizeof_stack;
1729 chirp->stack_ra = chirp->stack_offset + chirp->real_base;
1735 chirp->stack_va = chirp->stack_offset + chirp->virt_base;
  /src/external/gpl3/gdb.old/dist/sim/ppc/
emul_chirp.c 108 unsigned_word stack_offset; member in struct:_os_emul_data
1613 chirp->stack_offset = chirp->code_offset + chirp->sizeof_code;
1622 chirp->htab_offset = chirp->stack_offset + chirp->sizeof_stack;
1729 chirp->stack_ra = chirp->stack_offset + chirp->real_base;
1735 chirp->stack_va = chirp->stack_offset + chirp->virt_base;
  /src/external/gpl3/gcc/dist/gcc/config/epiphany/
epiphany.cc 1552 error ("%<stack_offset%> must be at least 4");
1554 error ("%<stack_offset%> must be a multiple of 4");
1654 int stack_offset
1676 if (stack_offset == current_frame_info.first_slot_size
1691 && stack_offset > current_frame_info.first_slot_size)
1708 if (GET_CODE (addr) == PLUS && (stack_offset & 7) == 0
1709 && stack_offset != 2 * UNITS_PER_WORD
1720 else if (GET_CODE (addr) == PLUS && (stack_offset & 7) == 4
1721 && stack_offset != 2 * UNITS_PER_WORD
1722 && stack_offset != 3 * UNITS_PER_WOR
1645 int stack_offset local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
epiphany.cc 1552 error ("%<stack_offset%> must be at least 4");
1554 error ("%<stack_offset%> must be a multiple of 4");
1654 int stack_offset
1676 if (stack_offset == current_frame_info.first_slot_size
1691 && stack_offset > current_frame_info.first_slot_size)
1708 if (GET_CODE (addr) == PLUS && (stack_offset & 7) == 0
1709 && stack_offset != 2 * UNITS_PER_WORD
1720 else if (GET_CODE (addr) == PLUS && (stack_offset & 7) == 4
1721 && stack_offset != 2 * UNITS_PER_WORD
1722 && stack_offset != 3 * UNITS_PER_WOR
1645 int stack_offset local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 358 unsigned int stack_offset; member in struct:mips_arg_info
6113 info->stack_offset = cum->stack_words;
6115 info->stack_offset += info->stack_offset & 1;
6347 cum->stack_words = info.stack_offset + info.stack_words;

Completed in 98 milliseconds

1 2