
Go to the source code of this file.
Classes | |
| struct | Counts_hdr |
| struct | counts_entry |
| struct | counts_desc |
Defines | |
| #define | C_FIDENT 8 |
| #define | COUNTSMAG0 'p' |
| #define | COUNTSMAG1 'M' |
| #define | COUNTSMAG2 'o' |
| #define | COUNTSMAG3 '0' |
| #define | COUNTSMAG4 '~' |
| #define | COUNTSMAG5 '?' |
| #define | COUNTSMAG6 '>' |
| #define | COUNTSMAG7 '&' |
| #define | C_VERSION 1 |
Typedefs | |
| typedef long | ADDR |
Enumerations | |
| enum | error_number { ER_FATAL, ER_WARNING, ER_INFO, ER_ERROR, ER_VERBOSE, ER_MSG } |
| enum | cmp_status { CMP_LESS, CMP_SAME, CMP_MORE } |
Functions | |
| void | ir_prof_error (int, char *, char *) |
| #define C_VERSION 1 |
Definition at line 48 of file ir_prof.h.
Referenced by verify_counts_file().
| #define COUNTSMAG0 'p' |
Definition at line 39 of file ir_prof.h.
Referenced by verify_counts_file().
| #define COUNTSMAG1 'M' |
Definition at line 40 of file ir_prof.h.
Referenced by verify_counts_file().
| #define COUNTSMAG2 'o' |
Definition at line 41 of file ir_prof.h.
Referenced by verify_counts_file().
| #define COUNTSMAG3 '0' |
Definition at line 42 of file ir_prof.h.
Referenced by verify_counts_file().
| #define COUNTSMAG4 '~' |
Definition at line 43 of file ir_prof.h.
Referenced by verify_counts_file().
| #define COUNTSMAG5 '?' |
Definition at line 44 of file ir_prof.h.
Referenced by verify_counts_file().
| #define COUNTSMAG6 '>' |
Definition at line 45 of file ir_prof.h.
Referenced by verify_counts_file().
| #define COUNTSMAG7 '&' |
Definition at line 46 of file ir_prof.h.
Referenced by verify_counts_file().
| enum cmp_status |
| enum error_number |
| void ir_prof_error | ( | int | , | |
| char * | , | |||
| char * | ||||
| ) |
Definition at line 122 of file ir_prof.c.
References ER_ERROR, ER_FATAL, ER_INFO, ER_MSG, ER_VERBOSE, ER_WARNING, exit(), and fprintf().
Referenced by cgt_fini(), expand_htab(), expand_strtab(), and hashinit().

1.7.1