* corefile.c (num_of_syms_in): New function - computes the number
[deliverable/binutils-gdb.git] / gprof / corefile.h
index 7fd38b9dd2045642e2ba1897f68e1766a9a23c19..ccdaf13fd4a5b9f1be8206edc3fe01c27230a270 100644 (file)
@@ -1,6 +1,6 @@
 /* corefile.h
 
-   Copyright 2000, 2001, 2002, 2004, 2007 Free Software Foundation, Inc.
+   Copyright 2000, 2001, 2002, 2004, 2007, 2009 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
@@ -28,12 +28,12 @@ struct function_map
   char *file_name;
 };
 
-extern struct function_map *symbol_map;
+extern struct function_map * symbol_map;
 extern unsigned int symbol_map_count;
 
-extern bfd *core_bfd;          /* BFD for core-file.  */
-extern asection *core_text_sect;/* Core text section.  */
-extern PTR core_text_space;    /* Text space of a.out in core.  */
+extern bfd * core_bfd;           /* BFD for core-file.  */
+extern asection * core_text_sect; /* Core text section.  */
+extern void * core_text_space; /* Text space of a.out in core.  */
 extern int offset_to_code;     /* Offset (in bytes) of code from entry
                                   address of routine.  */
 
@@ -41,5 +41,6 @@ extern void core_init                  (const char *);
 extern void core_get_text_space        (bfd *);
 extern void core_create_function_syms  (void);
 extern void core_create_line_syms      (void);
+extern void core_create_syms_from      (const char *);
 
 #endif /* corefile_h */
This page took 0.025319 seconds and 4 git commands to generate.