gdb/
[deliverable/binutils-gdb.git] / gdb / symtab.h
index 5b109ce95cacafde0f29c777956db1ededd8b11a..bedc10a7392525815147c6f7879ee591c3b7f410 100644 (file)
@@ -886,6 +886,12 @@ extern struct symbol *lookup_symbol_aux_block (const char *name,
                                               const struct block *block,
                                               const domain_enum domain);
 
+/* Lookup a symbol only in the file static scope of all the objfiles.  */
+
+struct symbol *lookup_static_symbol_aux (const char *name,
+                                        const domain_enum domain);
+
+
 /* lookup a symbol by name, within a specified block */
 
 extern struct symbol *lookup_block_symbol (const struct block *, const char *,
This page took 0.022874 seconds and 4 git commands to generate.