Fix v850 sanitization.
[deliverable/binutils-gdb.git] / gprof / core.h
CommitLineData
5489fcc3
KR
1#ifndef core_h
2#define core_h
3
4#include "bfd.h"
5
12516a37
KR
6extern bfd *core_bfd; /* bfd for core-file */
7extern int core_num_syms; /* # of entries in symbol-table */
8extern asymbol **core_syms; /* symbol table in a.out */
9extern asection *core_text_sect; /* core text section */
10extern PTR core_text_space; /* text space of a.out in core */
5489fcc3 11
12516a37
KR
12extern void core_init PARAMS ((const char *a_out_name));
13extern void core_get_text_space PARAMS ((bfd * core_bfd));
14extern void core_create_function_syms PARAMS ((bfd * core_bfd));
15extern void core_create_line_syms PARAMS ((bfd * core_bfd));
5489fcc3
KR
16
17#endif /* core_h */
This page took 0.084938 seconds and 4 git commands to generate.