#include <bfd-in.h>

Data Fields | |
| struct bfd_hash_entry ** | table |
| unsigned int | size |
| struct bfd_hash_entry *(* | newfunc )(struct bfd_hash_entry *, struct bfd_hash_table *, const char *) |
| void * | memory |
Definition at line 373 of file bfd-in.h.
struct bfd_hash_entry ** bfd_hash_table::table [read] |
Definition at line 376 of file bfd-in.h.
Referenced by bfd_section_list_clear(), and sec_merge_hash_lookup().
| unsigned int bfd_hash_table::size |
Definition at line 378 of file bfd-in.h.
Referenced by bfd_section_list_clear(), and sec_merge_hash_lookup().
| struct bfd_hash_entry *(* bfd_hash_table::newfunc)(struct bfd_hash_entry *, struct bfd_hash_table *, const char *) | ( | struct bfd_hash_entry * | , | |
| struct bfd_hash_table * | , | |||
| const char * | ||||
| ) | [read] |
Referenced by _bfd_generic_link_add_one_symbol(), and elf_smash_syms().
1.5.6