URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [gprof/] [cg_dfn.h] - Rev 65
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef cg_dfn_h #define cg_dfn_h /* * Flags which mark a symbol as topologically ``busy'' or as * topologically ``not_numbered'': */ #define DFN_BUSY -1 #define DFN_NAN 0 /* * Depth-first numbering of a call-graph. */ extern void cg_dfn (Sym * root); #endif /* cg_dfn_h */
Go to most recent revision | Compare with Previous | Blame | View Log