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

1 2 3

  /src/sys/arch/landisk/stand/bootxx/
pbr.S 51 mov.w stack_offset, r1
179 stack_offset: .word 0x1000 label
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
mbr.S 39 mov.w stack_offset, r1
169 stack_offset: .word 0x1000 label
  /src/external/bsd/jemalloc.old/dist/src/
tcache.c 366 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));
tcache.c 366 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));
  /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;
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);
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);
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);
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;
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;
  /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;
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);
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);

Completed in 178 milliseconds

1 2 3