Home
last modified time | relevance | path

Searched refs:generic_link_hash_entry (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/binutils/bfd/
Dgenlink.h41 struct generic_link_hash_entry struct
60 ((struct generic_link_hash_entry *) \ argument
103 (struct generic_link_hash_entry *, void *);
Dlinker.c682 bfd_hash_allocate (table, sizeof (struct generic_link_hash_entry)); in _bfd_generic_link_hash_newfunc()
691 struct generic_link_hash_entry *ret; in _bfd_generic_link_hash_newfunc()
694 ret = (struct generic_link_hash_entry *) entry; in _bfd_generic_link_hash_newfunc()
715 sizeof (struct generic_link_hash_entry))) in _bfd_generic_link_hash_table_create()
1315 struct generic_link_hash_entry *h; in generic_link_add_symbol_list()
1343 h = (struct generic_link_hash_entry *) bh; in generic_link_add_symbol_list()
2203 struct generic_link_hash_entry *h; in _bfd_generic_link_output_symbols()
2232 h = ((struct generic_link_hash_entry *) in _bfd_generic_link_output_symbols()
2265 h = (struct generic_link_hash_entry *) h->root.u.i.link; in _bfd_generic_link_output_symbols()
2454 _bfd_generic_link_write_global_symbol (struct generic_link_hash_entry *h, in _bfd_generic_link_write_global_symbol()
[all …]
Dreloc16.c125 struct generic_link_hash_entry *h;
127 h = (struct generic_link_hash_entry *) p->udata.p;
Dbout.c1040 struct generic_link_hash_entry *h; in perform_slip()
1042 h = (struct generic_link_hash_entry *) p->udata.p; in perform_slip()
DChangeLog-94956686 * genlink.h (struct generic_link_hash_entry): New field written.