Searched refs:stack_offset (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-current/external/bsd/jemalloc/dist/src/
H A Dtcache.c366 size_t stack_offset = 0; local
373 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *);
380 (void **)((uintptr_t)avail_stack + (uintptr_t)stack_offset);
383 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *);
385 (void **)((uintptr_t)avail_stack + (uintptr_t)stack_offset);
387 assert(stack_offset == stack_nelms * sizeof(void *));
436 size_t size, stack_offset; local
441 stack_offset = size;
453 (void *)((uintptr_t)tcache + (uintptr_t)stack_offset));
/netbsd-current/sys/arch/landisk/stand/mbr/
H A Dmbr.S39 mov.w stack_offset, r1
169 stack_offset: .word 0x1000 label
/netbsd-current/sys/arch/landisk/stand/bootxx/
H A Dpbr.S51 mov.w stack_offset, r1
179 stack_offset: .word 0x1000 label
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dv850-tdep.c1023 int stack_offset; local
1026 stack_offset = 0;
1033 stack_offset = 16;
1038 sp -= arg_space + stack_offset;
1074 else if (stack_offset & 0x4)
1075 stack_offset += 4;
1092 write_memory (sp + stack_offset, val, 4);
1096 stack_offset += 4;
H A Dtic6x-tdep.c864 int stack_offset = 4; local
901 stack_offset += len;
903 sp -= stack_offset;
907 stack_offset = 4;
1043 stack_offset = align_up (stack_offset,
1074 addr = sp + stack_offset;
1076 stack_offset += align_up (len, 4);
H A Dm32r-tdep.c659 int stack_offset, stack_alloc; local
690 for (argnum = 0, stack_offset = 0; argnum < nargs; argnum++)
723 write_memory (sp + stack_offset, val, 4);
724 stack_offset += 4;
H A Dfrv-tdep.c1210 int stack_offset; local
1230 stack_offset = 0;
1291 argnum, *((int *)val), stack_offset,
1292 (int) (sp + stack_offset));
1294 write_memory (sp + stack_offset, val, partial_len);
1295 stack_offset += align_up (partial_len, 4);
H A Dh8300-tdep.c623 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;
H A Dor1k-tdep.c606 int stack_offset = 0;
749 stack_offset = 0;
778 write_memory (sp + stack_offset, val, partial_len);
779 stack_offset += align_up (partial_len, bpw);
604 int stack_offset = 0; local
H A Dsh-tdep.c1069 int stack_offset = 0; local
1137 write_memory (sp + stack_offset, val, reg_size);
1138 stack_offset += reg_size;
1212 int stack_offset = 0; local
1264 write_memory (sp + stack_offset, val, reg_size);
1265 stack_offset += reg_size;
H A Dscore-tdep.c501 CORE_ADDR stack_offset = 0; local
518 r4 and increase the stack_offset by 4. */
522 stack_offset += SCORE_REGSIZE;
583 /* Always increase the stack_offset and save args to stack. */
584 addr = sp + stack_offset + downward_offset;
596 stack_offset += align_up (partial_len, SCORE_REGSIZE);
H A Dmn10300-tdep.c1171 int stack_offset = 0; local
1238 write_memory (sp + stack_offset, val, push_size);
1241 stack_offset += push_size;
H A Dmips-tdep.c4503 int stack_offset = 0; local
4704 fprintf_unfiltered (gdb_stdlog, " - stack_offset=%s",
4705 paddress (gdbarch, stack_offset));
4710 addr = sp + stack_offset + longword_offset;
4751 In the new EABI (and the NABI32), the stack_offset
4755 stack_offset += align_up (partial_len, abi_regsize);
4899 int stack_offset = 0; local
5055 fprintf_unfiltered (gdb_stdlog, " - stack_offset=%s",
5056 paddress (gdbarch, stack_offset));
5061 addr = sp + stack_offset
5357 int stack_offset = 0; local
5882 int stack_offset = 0; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtic6x-tdep.c864 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);
H A Dv850-tdep.c1023 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;
H A Dm32r-tdep.c657 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;
H A Dfrv-tdep.c1201 int stack_offset; local
1221 stack_offset = 0;
1282 argnum, *((int *)val), stack_offset,
1283 (int) (sp + stack_offset));
1285 write_memory (sp + stack_offset, val, partial_len);
1286 stack_offset += align_up (partial_len, 4);
H A Dh8300-tdep.c624 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;
H A Dor1k-tdep.c636 int stack_offset = 0;
780 stack_offset = 0;
809 write_memory (sp + stack_offset, val, partial_len);
810 stack_offset += align_up (partial_len, bpw);
634 int stack_offset = 0; local
H A Dsh-tdep.c1029 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;
H A Dmn10300-tdep.c1168 int stack_offset = 0; local
1235 write_memory (sp + stack_offset, val, push_size);
1238 stack_offset += push_size;
H A Dmips-tdep.c4530 int stack_offset = 0; local
4732 gdb_printf (gdb_stdlog, " - stack_offset=%s",
4733 paddress (gdbarch, stack_offset));
4738 addr = sp + stack_offset + longword_offset;
4779 In the new EABI (and the NABI32), the stack_offset
4783 stack_offset += align_up (partial_len, abi_regsize);
4927 int stack_offset = 0; local
5084 gdb_printf (gdb_stdlog, " - stack_offset=%s",
5085 paddress (gdbarch, stack_offset));
5090 addr = sp + stack_offset
5399 int stack_offset = 0; local
5923 int stack_offset = 0; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Depiphany.c1550 error ("stack_offset must be at least 4");
1552 error ("stack_offset must be a multiple of 4");
1652 int stack_offset
1674 if (stack_offset == current_frame_info.first_slot_size
1689 && stack_offset > current_frame_info.first_slot_size)
1706 if (GET_CODE (addr) == PLUS && (stack_offset & 7) == 0
1707 && stack_offset != 2 * UNITS_PER_WORD
1718 else if (GET_CODE (addr) == PLUS && (stack_offset & 7) == 4
1719 && stack_offset != 2 * UNITS_PER_WORD
1720 && stack_offset !
1643 int stack_offset local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Depiphany.cc1552 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 !
1645 int stack_offset local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Demul_chirp.c117 unsigned_word stack_offset; member in struct:_os_emul_data
1621 chirp->stack_offset = chirp->code_offset + chirp->sizeof_code;
1630 chirp->htab_offset = chirp->stack_offset + chirp->sizeof_stack;
1737 chirp->stack_ra = chirp->stack_offset + chirp->real_base;
1743 chirp->stack_va = chirp->stack_offset + chirp->virt_base;

Completed in 519 milliseconds

12