Searched refs:STATIC_BLOCK (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dblock.h44 The STATIC_BLOCK contains all the symbols whose scope is the
49 is in the scope of the block. The STATIC_BLOCK and GLOBAL_BLOCK
76 case of C) is the STATIC_BLOCK. The superblock of the
77 STATIC_BLOCK is the GLOBAL_BLOCK. */
142 enum { GLOBAL_BLOCK = 0, STATIC_BLOCK = 1, FIRST_LOCAL_BLOCK = 2 }; enumerator in enum:__anon1219
H A Dsymtab.c994 STATIC_BLOCK or GLOBAL_BLOCK. */
1033 sym = lookup_symbol_aux_symtabs (STATIC_BLOCK, name, linkage_name,
1038 sym = lookup_symbol_aux_psymtabs (STATIC_BLOCK, name, linkage_name,
1049 Don't search STATIC_BLOCK or GLOBAL_BLOCK. */
1121 BLOCK_INDEX should be either GLOBAL_BLOCK or STATIC_BLOCK,
1156 STATIC_BLOCK, depending on whether or not we want to search global
1198 STATIC_BLOCK : GLOBAL_BLOCK);
1285 block = BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK);
1579 block = BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK);
1603 block = BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK);
[all...]
H A Dcp-support.c638 b = BLOCKVECTOR_BLOCK (BLOCKVECTOR (s), STATIC_BLOCK);
H A Dlinespec.c1093 block = BLOCKVECTOR_BLOCK (BLOCKVECTOR (file_symtab), STATIC_BLOCK);
1742 STATIC_BLOCK)
1809 struct block *b = BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK);
H A Dcp-namespace.c123 STATIC_BLOCK should be the symtab's static block; OBSTACK is used
664 /* Allocate empty GLOBAL_BLOCK and STATIC_BLOCK. */
673 BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK) = bl;
H A Dmdebugread.c827 if (b == BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK))
1939 BLOCKVECTOR_BLOCK (BLOCKVECTOR (search_symtab), STATIC_BLOCK),
4077 STATIC_BLOCK);
4545 if (BLOCK_END (BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK)) == 0)
4546 BLOCK_START (BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK)) = 0;
4574 BLOCK_START (BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK)) =
4576 BLOCK_END (BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK)) =
4598 BLOCKVECTOR_BLOCK (BLOCKVECTOR (s), STATIC_BLOCK)
4600 BLOCK_SUPERBLOCK (BLOCKVECTOR_BLOCK (BLOCKVECTOR (s), STATIC_BLOCK)) =
4587 BLOCKVECTOR_BLOCK (BLOCKVECTOR (s), STATIC_BLOCK) local
H A Dbuildsym.c911 /* Define the STATIC_BLOCK & GLOBAL_BLOCK, and build the
918 cp_finalize_namespace (BLOCKVECTOR_BLOCK (blockvector, STATIC_BLOCK),
H A Djv-lang.c112 /* Allocate dummy STATIC_BLOCK. */
116 BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK) = bl;
H A Dc-exp.y1764 yylval.bval = BLOCKVECTOR_BLOCK (BLOCKVECTOR (symtab), STATIC_BLOCK);
H A Dobjc-exp.y627 $$ = BLOCKVECTOR_BLOCK (BLOCKVECTOR (tem), STATIC_BLOCK);
H A Dp-exp.y552 $$ = BLOCKVECTOR_BLOCK (BLOCKVECTOR (tem), STATIC_BLOCK);
H A Dsymmisc.c1144 b = BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK);
H A Dada-lang.c3462 b = BLOCKVECTOR_BLOCK (BLOCKVECTOR (s), STATIC_BLOCK);
3735 block = BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK);
3775 block = BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK);
3789 block = BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK);
4279 block = BLOCKVECTOR_BLOCK (BLOCKVECTOR (file_table), STATIC_BLOCK);
H A Dc-exp.c3397 yylval.bval = BLOCKVECTOR_BLOCK (BLOCKVECTOR (symtab), STATIC_BLOCK);
H A Dcoffread.c1424 b = BLOCKVECTOR_BLOCK (BLOCKVECTOR (s), STATIC_BLOCK);
H A Dobjc-exp.c1940 yyval.bval = BLOCKVECTOR_BLOCK (BLOCKVECTOR (tem), STATIC_BLOCK);
H A Dp-exp.c1660 yyval.bval = BLOCKVECTOR_BLOCK (BLOCKVECTOR (tem), STATIC_BLOCK);
H A Dsymfile.c2502 || BLOCK_NSYMS (BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK)))

Completed in 320 milliseconds