Lines Matching refs:aout_link_hash_entry

2887   struct aout_link_hash_entry *ret = (struct aout_link_hash_entry *) entry;  in NAME()
2892 ret = (struct aout_link_hash_entry *) bfd_hash_allocate (table, in NAME()
2898 ret = ((struct aout_link_hash_entry *) in NAME()
2938 sizeof (struct aout_link_hash_entry))) in NAME()
2959 struct aout_link_hash_entry **sym_hash; in aout_link_add_symbols()
2986 amt = sym_count * sizeof (struct aout_link_hash_entry *); in aout_link_add_symbols()
2987 sym_hash = (struct aout_link_hash_entry **) bfd_alloc (abfd, amt); in aout_link_add_symbols()
3575 struct aout_link_hash_entry *h = (struct aout_link_hash_entry *) bh; in aout_link_write_other_symbol()
3586 h = (struct aout_link_hash_entry *) h->root.u.i.link; in aout_link_write_other_symbol()
3724 struct aout_link_hash_entry *h; in aout_link_reloc_link_order()
3728 h = ((struct aout_link_hash_entry *) in aout_link_reloc_link_order()
3939 struct aout_link_hash_entry *, void *, bfd_byte *, bfd_boolean *, in aout_link_input_section_std()
3945 struct aout_link_hash_entry **sym_hashes; in aout_link_input_section_std()
3975 struct aout_link_hash_entry *h = NULL; in aout_link_input_section_std()
4288 struct aout_link_hash_entry *, void *, bfd_byte *, bfd_boolean *, in aout_link_input_section_ext()
4294 struct aout_link_hash_entry **sym_hashes; in aout_link_input_section_ext()
4323 struct aout_link_hash_entry *h = NULL; in aout_link_input_section_ext()
4787 struct aout_link_hash_entry **sym_hash; in aout_link_write_symbols()
4835 struct aout_link_hash_entry *h; in aout_link_write_symbols()
4875 struct aout_link_hash_entry *hresolve; in aout_link_write_symbols()
4894 if (h != (struct aout_link_hash_entry *) NULL in aout_link_write_symbols()
4898 hresolve = (struct aout_link_hash_entry *) h->root.u.i.link; in aout_link_write_symbols()
4901 hresolve = ((struct aout_link_hash_entry *) in aout_link_write_symbols()
5470 struct aout_link_hash_entry *h; in NAME()