gdb/
[deliverable/binutils-gdb.git] / gdb / solib.h
index c473d85578a15a7a9e799240466b8fb4889738b0..f0414f6338a0ba4ce4ef751a51fa8ce933924161 100644 (file)
@@ -78,4 +78,17 @@ extern void set_solib_ops (struct gdbarch *gdbarch,
 
 extern int libpthread_name_p (const char *name);
 
+/* Look up symbol from both symbol table and dynamic string table.  */
+
+extern CORE_ADDR gdb_bfd_lookup_symbol (bfd *abfd,
+                                       int (*match_sym) (asymbol *, void *),
+                                       void *data);
+
+/* Look up symbol from symbol table.  */
+
+extern CORE_ADDR bfd_lookup_symbol_from_symtab (bfd *abfd,
+                                               int (*match_sym) (asymbol *,
+                                                                 void *),
+                                               void *data);
+
 #endif /* SOLIB_H */
This page took 0.022828 seconds and 4 git commands to generate.