Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/gprof/symtab.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* symtab.h
    22
    3    Copyright 2000, 2001 Free Software Foundation, Inc.
     3   Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
    44
    55This file is part of GNU Binutils.
     
    2323#define symtab_h
    2424
    25 #include "bfd.h"
    26 #include "gprof.h"
    27 
    2825/* For a profile to be intelligible to a human user, it is necessary
    2926   to map code-addresses into source-code information.  Source-code
     
    3330   The symbol table is used to map addresses into source-code
    3431   information.  */
    35 
    36 #include "source.h"
    3732
    3833#define NBBS 10
     
    8479        int index;              /* Index in the graph list.  */
    8580        int top_order;          /* Graph call chain top-sort order.  */
    86         bool print_flag;        /* Should this be printed?  */
     81        bfd_boolean print_flag; /* Should this be printed?  */
    8782        struct
    8883          {
     
    120115extern void sym_init        PARAMS ((Sym *));
    121116extern void symtab_finalize PARAMS ((Sym_Table *));
     117#ifdef DEBUG
     118extern Sym *dbg_sym_lookup  PARAMS ((Sym_Table *, bfd_vma));
     119#endif
    122120extern Sym *sym_lookup      PARAMS ((Sym_Table *, bfd_vma));
    123121extern void find_call       PARAMS ((Sym *, bfd_vma, bfd_vma));
Note: See TracChangeset for help on using the changeset viewer.