Lines Matching defs:static_block
1485 if it's not needed to distinguish lookups (STATIC_BLOCK). It is *not*
1512 if it's not needed to distinguish lookups (STATIC_BLOCK). */
2136 STATIC_BLOCK or GLOBAL_BLOCK. */
2205 Don't search STATIC_BLOCK or GLOBAL_BLOCK. */
2218 const struct block *static_block = block->static_block ();
2222 if (static_block == nullptr)
2225 while (block != static_block)
2293 gdb_assert (block_index == GLOBAL_BLOCK || block_index == STATIC_BLOCK);
2308 symtabs. BLOCK_INDEX should be either GLOBAL_BLOCK or STATIC_BLOCK,
2317 gdb_assert (block_index == GLOBAL_BLOCK || block_index == STATIC_BLOCK);
2322 block_index == GLOBAL_BLOCK ? "GLOBAL_BLOCK" : "STATIC_BLOCK",
2402 result = lookup_symbol_in_objfile_symtabs (cur_objfile, STATIC_BLOCK,
2444 block_index == GLOBAL_BLOCK ? "GLOBAL_BLOCK" : "STATIC_BLOCK",
2522 const struct block *static_block = block->static_block ();
2525 if (static_block == NULL)
2542 static_block, domain);
2546 return (struct block_symbol) {sym, static_block};
2552 BLOCK_INDEX is one of GLOBAL_BLOCK or STATIC_BLOCK. */
2560 gdb_assert (block_index == GLOBAL_BLOCK || block_index == STATIC_BLOCK);
2565 ? "GLOBAL_BLOCK" : "STATIC_BLOCK",
2604 gdb_assert (block_index == GLOBAL_BLOCK || block_index == STATIC_BLOCK);
2644 return lookup_global_or_static_symbol (name, STATIC_BLOCK, nullptr, domain);
2736 BLOCK_INDEX is either GLOBAL_BLOCK or STATIC_BLOCK. */
2806 t = basic_lookup_transparent_type_1 (objfile, STATIC_BLOCK,
2814 t = basic_lookup_transparent_type_quick (objfile, STATIC_BLOCK,
2936 b_index <= STATIC_BLOCK && found_sym == nullptr;
2998 for (int i = GLOBAL_BLOCK; i <= STATIC_BLOCK; ++i)
4965 for (block_enum block : { GLOBAL_BLOCK, STATIC_BLOCK })
5181 gdb_assert (block == GLOBAL_BLOCK || block == STATIC_BLOCK);
5183 if (block == STATIC_BLOCK
5232 symbols was found in, either GLOBAL_BLOCK or STATIC_BLOCK. SYM is
5956 for (i = GLOBAL_BLOCK; i <= STATIC_BLOCK; i++)
6102 surrounding_static_block = b == nullptr ? nullptr : b->static_block ();