Searched refs:stack_size (Results 1 – 8 of 8) sorted by relevance
163 if [ "X$stack_size" = 'X' ]165 stack_size=128171 stack_size=`expr $stack_size \* 2`173 X=`expr $stack_size \* 1024`287 Your perl will be built with a stack size of ${stack_size}k and a regular301 unset stack_size X
47 size_t stack_size(const struct stack *);
98 stack_size(const struct stack *stack) in stack_size() function
655 i = stack_size(&bmachine.stack); in stackdepth()836 if (stack_size(stack) > 0) { in load_stack()
516 long stack_size; in mn10300_analyze_prologue() local686 stack_size = extract_signed_integer (buf, imm_size); in mn10300_analyze_prologue()688 set_my_stack_size (fi, stack_size); in mn10300_analyze_prologue()
68 unsigned char stack_size; member1584 || (entry->stack_size == 0 && entry->movm_args == 0)1604 if (entry->stack_size > 0)1606 if (entry->stack_size <= 128)2107 if (sym_hash->stack_size > 0)2109 if (sym_hash->stack_size <= 128)2161 if (sym_hash->stack_size > 0)2163 if (sym_hash->stack_size <= 128)2449 bfd_put_8 (abfd, h->stack_size + h->movm_stack_size,2557 bfd_put_8 (abfd, h->stack_size + h->movm_stack_size,[all …]
1126 u_int stack_size; member
3517 int stack_size = istack->ninsn; in xg_expand_to_stack() local3540 for (i = stack_size; i < istack->ninsn; i++) in xg_expand_to_stack()3548 istack->ninsn = stack_size; in xg_expand_to_stack()