2004-02-19 Joel Brobecker <brobecker@gnat.com>
[deliverable/binutils-gdb.git] / gprof / symtab.h
index 824fe9c2d35d98b00a6b0faed6b1f3b6533c2f2e..4ff507d1876dc21f3863cf7864062f74ef5b32b4 100644 (file)
@@ -1,6 +1,6 @@
 /* symtab.h
 
-   Copyright 2000, 2001 Free Software Foundation, Inc.
+   Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
@@ -77,7 +77,7 @@ typedef struct sym
        double child_time;      /* Cumulative ticks in children.  */
        int index;              /* Index in the graph list.  */
        int top_order;          /* Graph call chain top-sort order.  */
-       boolean print_flag;     /* Should this be printed?  */
+       bfd_boolean print_flag; /* Should this be printed?  */
        struct
          {
            double fract;       /* What % of time propagates.  */
@@ -113,6 +113,9 @@ extern Sym_Table symtab;    /* The symbol table.  */
 
 extern void sym_init        PARAMS ((Sym *));
 extern void symtab_finalize PARAMS ((Sym_Table *));
+#ifdef DEBUG
+extern Sym *dbg_sym_lookup  PARAMS ((Sym_Table *, bfd_vma));
+#endif
 extern Sym *sym_lookup      PARAMS ((Sym_Table *, bfd_vma));
 extern void find_call       PARAMS ((Sym *, bfd_vma, bfd_vma));
 
This page took 0.026243 seconds and 4 git commands to generate.