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

  /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/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...]
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/mips/
mips.cc 358 unsigned int stack_offset; member in struct:mips_arg_info
5980 info->stack_offset = cum->stack_words;
5982 info->stack_offset += info->stack_offset & 1;
6214 cum->stack_words = info.stack_offset + info.stack_words;
mips.cc 358 unsigned int stack_offset; member in struct:mips_arg_info
5980 info->stack_offset = cum->stack_words;
5982 info->stack_offset += info->stack_offset & 1;
6214 cum->stack_words = info.stack_offset + info.stack_words;

Completed in 230 milliseconds