Public Attributes | |
| unsigned * | phash |
| unsigned * | chain |
| char * | strtab |
| unsigned | nchain |
| unsigned | size |
| unsigned | nsym |
| unsigned | strsize |
| unsigned | nchars |
Definition at line 56 of file ir_prof.c.
| unsigned* HASH_STRUCT::chain |
Definition at line 58 of file ir_prof.c.
Referenced by expand_htab(), hash_entry(), and hashinit().
| unsigned HASH_STRUCT::nchain |
Definition at line 60 of file ir_prof.c.
Referenced by hash_entry(), and hashinit().
| unsigned HASH_STRUCT::nchars |
Definition at line 64 of file ir_prof.c.
Referenced by enter_str(), hashinit(), and ir_prof_dump_counts().
| unsigned HASH_STRUCT::nsym |
Definition at line 62 of file ir_prof.c.
Referenced by expand_htab(), hash_entry(), and hashinit().
| unsigned* HASH_STRUCT::phash |
Definition at line 57 of file ir_prof.c.
Referenced by hash_entry(), and hashinit().
| unsigned HASH_STRUCT::size |
Definition at line 61 of file ir_prof.c.
Referenced by hash_entry(), and hashinit().
| unsigned HASH_STRUCT::strsize |
Definition at line 63 of file ir_prof.c.
Referenced by enter_str(), expand_strtab(), and hashinit().
| char* HASH_STRUCT::strtab |
Definition at line 59 of file ir_prof.c.
Referenced by enter_str(), expand_strtab(), hashinit(), ir_prof_dump(), and ir_prof_dump_counts().
1.7.1