Searched refs:GLOBAL_BLOCK (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dblock.h42 The GLOBAL_BLOCK contains all the symbols defined in this compilation
49 is in the scope of the block. The STATIC_BLOCK and GLOBAL_BLOCK
77 STATIC_BLOCK is the GLOBAL_BLOCK. */
142 enum { GLOBAL_BLOCK = 0, STATIC_BLOCK = 1, FIRST_LOCAL_BLOCK = 2 }; enumerator in enum:__anon4450
H A Djv-lang.c120 /* Allocate GLOBAL_BLOCK. */
123 BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK) = bl;
134 dict_add_symbol (BLOCK_DICT (BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK)), sym);
161 struct block *bl = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
273 bl = BLOCKVECTOR_BLOCK (BLOCKVECTOR (class_symtab), GLOBAL_BLOCK);
H A Dsymtab.c1093 STATIC_BLOCK or GLOBAL_BLOCK. */
1148 Don't search STATIC_BLOCK or GLOBAL_BLOCK. */
1204 b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
1220 BLOCK_INDEX should be either GLOBAL_BLOCK or STATIC_BLOCK,
1254 symtabs. BLOCK_INDEX should be either GLOBAL_BLOCK or
1270 const int psymtab_index = (block_index == GLOBAL_BLOCK ? 1 : 0);
1296 block_index == GLOBAL_BLOCK ?
1297 STATIC_BLOCK : GLOBAL_BLOCK);
1301 block_index == GLOBAL_BLOCK ? "global" : "static",
1371 block = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
[all...]
H A Dcp-support.c624 b = BLOCKVECTOR_BLOCK (BLOCKVECTOR (s), GLOBAL_BLOCK);
H A Dmdebugread.c658 GLOBAL_BLOCK);
819 b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
824 b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
3986 start address of the GLOBAL_BLOCK to the FIRST_LOCAL_BLOCK,
4146 GLOBAL_BLOCK);
4527 if (BLOCK_END (BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK)) == 0)
4528 BLOCK_START (BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK)) = 0;
4552 BLOCK_END (BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK)) = high;
4555 BLOCK_START (BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK)) =
4559 BLOCK_START (BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK));
4569 BLOCKVECTOR_BLOCK (BLOCKVECTOR (s), GLOBAL_BLOCK) local
[all...]
H A Dcp-namespace.c664 /* Allocate empty GLOBAL_BLOCK and STATIC_BLOCK. */
669 BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK) = bl;
H A Dsymmisc.c1161 b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
H A Dada-lang.c3959 b = BLOCKVECTOR_BLOCK (BLOCKVECTOR (s), GLOBAL_BLOCK);
4383 block = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
4405 block = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
4434 block = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
4534 b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK);
H A Dsymfile.c2535 || BLOCK_NSYMS (BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK))

Completed in 206 milliseconds