Home
last modified time | relevance | path

Searched refs:stack_size (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dsplay-tree.c212 int stack_ptr, stack_size; in splay_tree_foreach_helper() local
219 stack_size = INITIAL_STACK_SIZE; in splay_tree_foreach_helper()
221 stack = XNEWVEC (splay_tree_node, stack_size); in splay_tree_foreach_helper()
228 if (stack_ptr == stack_size) in splay_tree_foreach_helper()
230 stack_size *= 2; in splay_tree_foreach_helper()
231 stack = XRESIZEVEC (splay_tree_node, stack, stack_size); in splay_tree_foreach_helper()
/toolchain/binutils/binutils-2.25/bfd/
Delf-m10300.c48 unsigned char stack_size; member
2221 || (entry->stack_size == 0 && entry->movm_args == 0) in elf32_mn10300_finish_hash_table_entry()
2241 if (entry->stack_size > 0) in elf32_mn10300_finish_hash_table_entry()
2243 if (entry->stack_size <= 128) in elf32_mn10300_finish_hash_table_entry()
2376 hash->stack_size = -temp; in compute_function_info()
2385 hash->stack_size = temp; in compute_function_info()
2391 if (hash->stack_size + hash->movm_stack_size > 255) in compute_function_info()
2392 hash->stack_size = 0; in compute_function_info()
3141 if (sym_hash->stack_size > 0) in mn10300_elf_relax_section()
3143 if (sym_hash->stack_size <= 128) in mn10300_elf_relax_section()
[all …]
Delf32-cr16.c49 unsigned char stack_size; member
1649 ret->stack_size = 0; in elf32_cr16_link_hash_newfunc()
/toolchain/binutils/binutils-2.25/binutils/
Dod-macho.c1703 unsigned int stack_size; in dump_unwind_encoding_x86() local
1710 stack_size = in dump_unwind_encoding_x86()
1717 printf (" size: 0x%03x", stack_size * sz); in dump_unwind_encoding_x86()
1724 printf (" size at 0x%03x + 0x%02x", stack_size, stack_adj * sz); in dump_unwind_encoding_x86()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xtensa.c3571 int stack_size = istack->ninsn; in xg_expand_to_stack() local
3594 for (i = stack_size; i < istack->ninsn; i++) in xg_expand_to_stack()
3602 istack->ninsn = stack_size; in xg_expand_to_stack()