Home
last modified time | relevance | path

Searched refs:aout_link_hash_entry (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dlibaout.h101 struct aout_link_hash_entry struct
120 ((struct aout_link_hash_entry *) \ argument
194 (bfd *, struct bfd_link_info *, struct aout_link_hash_entry *);
202 asection *input_section, struct aout_link_hash_entry *h,
414 struct aout_link_hash_entry **sym_hashes;
Daoutx.h2887 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()
[all …]
Dpdp11.c2424 struct aout_link_hash_entry *ret = (struct aout_link_hash_entry *) entry; in NAME()
2434 ret = (struct aout_link_hash_entry *) in NAME()
2472 sizeof (struct aout_link_hash_entry))) in NAME()
2741 struct aout_link_hash_entry **sym_hash; in aout_link_add_symbols()
2765 sym_count * sizeof (struct aout_link_hash_entry *)); in aout_link_add_symbols()
2904 struct aout_link_hash_entry *h = (struct aout_link_hash_entry *) bh; in aout_link_write_other_symbol()
2915 h = (struct aout_link_hash_entry *) h->root.u.i.link; in aout_link_write_other_symbol()
3049 struct aout_link_hash_entry *h; in aout_link_reloc_link_order()
3053 h = ((struct aout_link_hash_entry *) in aout_link_reloc_link_order()
3231 struct aout_link_hash_entry *, void *, bfd_byte *, bfd_boolean *, in pdp11_aout_link_input_section()
[all …]
Dsparclinux.c143 struct aout_link_hash_entry root;
227 (bfd_boolean (*) (struct aout_link_hash_entry *, void *)) (func), \
Di386linux.c148 struct aout_link_hash_entry root;
231 (bfd_boolean (*) (struct aout_link_hash_entry *, void *)) (func), \
Dm68klinux.c147 struct aout_link_hash_entry root;
233 (bfd_boolean (*) (struct aout_link_hash_entry *, void *)) (func), \
Dsunos.c60 …unos_write_dynamic_symbol (bfd *, struct bfd_link_info *, struct aout_link_hash_entry *);
61 …loc (struct bfd_link_info *, bfd *, asection *, struct aout_link_hash_entry *, void *, …
571 struct aout_link_hash_entry root;
706 (bfd_boolean (*) (struct aout_link_hash_entry *, void *)) (func), \
2092 struct aout_link_hash_entry *harg) in sunos_write_dynamic_symbol()
2325 struct aout_link_hash_entry *harg, in sunos_check_dynamic_reloc()
DChangeLog-94956678 * libaout.h (struct aout_link_hash_entry): New field written.
6758 * aoutx.h (struct aout_link_hash_entry): Move to libaout.h.
6784 (struct aout_link_hash_entry): Move in from aoutx.h.