Searched refs:cur_block (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dmdebugread.c475 struct block *cur_block; /* Block in it. */
665 b = top_stack->cur_block;
688 b = top_stack->cur_block;
740 add_symbol (s, top_stack->cur_block);
749 add_symbol (s, top_stack->cur_block);
811 b = top_stack->cur_block;
841 BLOCK_SUPERBLOCK (b) = top_stack->cur_block;
849 top_stack->cur_block = b;
1118 add_symbol (enum_sym, top_stack->cur_block);
1148 add_symbol (s, top_stack->cur_block);
469 struct block *cur_block; /* Block in it. */ member in struct:parse_stack
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dcfglayout.c539 tree cur_block = DECL_INITIAL (cfun->decl);
571 if (this_block != cur_block)
573 change_scope (insn, cur_block, this_block);
574 cur_block = this_block;
580 change_scope (note, cur_block, DECL_INITIAL (cfun->decl));
534 tree cur_block = DECL_INITIAL (cfun->decl); local
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcfglayout.c338 tree cur_block = DECL_INITIAL (cfun->decl);
364 if (this_block != cur_block)
366 change_scope (insn, cur_block, this_block);
367 cur_block = this_block;
373 change_scope (note, cur_block, DECL_INITIAL (cfun->decl));
333 tree cur_block = DECL_INITIAL (cfun->decl); local
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c10168 xtensa_block_info *cur_block;
10173 for (cur_block = block; cur_block; cur_block = cur_block->next)
10214 cur_block = block;
10219 assert (cur_block);
10230 fix->fx_addsy = section_symbol (cur_block->sec);
10231 fix->fx_offset = cur_block->offset;
10238 cur_block
10150 xtensa_block_info *cur_block; local
10282 xtensa_block_info *cur_block; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-xtensa.c7975 xtensa_block_info *cur_block;
7980 for (cur_block = block; cur_block; cur_block = cur_block->next)
8021 cur_block = block;
8026 assert (cur_block);
8037 fix->fx_addsy = section_symbol (cur_block->sec);
8038 fix->fx_offset = cur_block->offset;
8045 cur_block
7961 xtensa_block_info *cur_block; local
[all...]

Completed in 221 milliseconds