Home
last modified time | relevance | path

Searched refs:block_stack (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/binutils/gas/config/
H A Dobj-coff.c1162 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 Dfunction.c3583 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 DChangeLog-19973679 block_stack before dereferencing it.
H A DChangeLog-199912023 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 DFSFChangeLog.113415 block_stack before dereferencing it.
H A DChangeLog-200422375 * stmt.c (POPSTACK): Remove block_stack.
22377 (block_stack): Delete.