forked from Imagelibrary/binutils-gdb
Alpha support. Long options. New file format to support more information; backwards compatibility. Line-level profiling, on systems where bfd_find_nearest_line works. Selective display of data.
8 lines
147 B
C
8 lines
147 B
C
#ifndef utils_h
|
|
#define utils_h
|
|
|
|
extern int print_name_only PARAMS((Sym *self));
|
|
extern void print_name PARAMS((Sym *self));
|
|
|
|
#endif /* utils_h */
|