Searched refs:block_stack (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | obj-coff.c | 1162 static stack *block_stack; in coff_frob_symbol() local 1175 if (!block_stack) in coff_frob_symbol() 1176 block_stack = stack_init (512, sizeof (symbolS*)); in coff_frob_symbol() 1291 stack_push (block_stack, (char *) &symp); in coff_frob_symbol() 1296 begin = *(symbolS **) stack_pop (block_stack); in coff_frob_symbol()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | function.c | 3583 VEC(tree,heap) *block_stack; in reorder_blocks() 3588 block_stack = VEC_alloc (tree, heap, 10); in reorder_blocks() 3598 reorder_blocks_1 (get_insns (), block, &block_stack); in reorder_blocks() 3601 VEC_free (tree, heap, block_stack); in reorder_blocks()
|
| H A D | ChangeLog-1997 | 3679 block_stack before dereferencing it.
|
| H A D | ChangeLog-1999 | 12023 last_expr_type, last_expr_value, block_start_count, block_stack, 12042 (expand_decl): Don't access block_stack when outside a function. 12051 Delete elts block_stack, stack_block_stack, cond_stack, loop_stack,
|
| H A D | FSFChangeLog.11 | 3415 block_stack before dereferencing it.
|
| H A D | ChangeLog-2004 | 22375 * stmt.c (POPSTACK): Remove block_stack. 22377 (block_stack): Delete.
|