OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gprof/] [cg_dfn.h] - Blame information for rev 853

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
#ifndef cg_dfn_h
2
#define cg_dfn_h
3
 
4
/*
5
 * Flags which mark a symbol as topologically ``busy'' or as
6
 * topologically ``not_numbered'':
7
 */
8
#define DFN_BUSY        -1
9
#define DFN_NAN         0
10
 
11
/*
12
 * Depth-first numbering of a call-graph.
13
 */
14
 
15
extern void cg_dfn (Sym * root);
16
 
17
#endif /* cg_dfn_h */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.