Searched refs:hresolve (Results 1 – 4 of 4) sorted by relevance
4070 struct aout_link_hash_entry *hresolve; in aout_link_write_symbols() local4087 hresolve = h; in aout_link_write_symbols()4092 hresolve = (struct aout_link_hash_entry *) h->root.u.i.link; in aout_link_write_symbols()4093 while (hresolve->root.type == bfd_link_hash_indirect in aout_link_write_symbols()4094 || hresolve->root.type == bfd_link_hash_warning) in aout_link_write_symbols()4095 hresolve = ((struct aout_link_hash_entry *) in aout_link_write_symbols()4096 hresolve->root.u.i.link); in aout_link_write_symbols()4097 *sym_hash = hresolve; in aout_link_write_symbols()4152 && (hresolve == NULL in aout_link_write_symbols()4153 || (hresolve->root.type != bfd_link_hash_defined in aout_link_write_symbols()[all …]
4781 struct aout_link_hash_entry *hresolve; in aout_link_write_symbols() local4799 hresolve = h; in aout_link_write_symbols()4804 hresolve = (struct aout_link_hash_entry *) h->root.u.i.link; in aout_link_write_symbols()4805 while (hresolve->root.type == bfd_link_hash_indirect in aout_link_write_symbols()4806 || hresolve->root.type == bfd_link_hash_warning) in aout_link_write_symbols()4807 hresolve = ((struct aout_link_hash_entry *) in aout_link_write_symbols()4808 hresolve->root.u.i.link); in aout_link_write_symbols()4809 *sym_hash = hresolve; in aout_link_write_symbols()4863 && (hresolve == NULL in aout_link_write_symbols()4864 || (hresolve->root.type != bfd_link_hash_defined in aout_link_write_symbols()[all …]
3909 struct aout_link_hash_entry *hresolve; local3926 hresolve = h;3931 hresolve = (struct aout_link_hash_entry *) h->root.u.i.link;3932 while (hresolve->root.type == bfd_link_hash_indirect3933 || hresolve->root.type == bfd_link_hash_warning)3934 hresolve = ((struct aout_link_hash_entry *)3935 hresolve->root.u.i.link);3936 *sym_hash = hresolve;3991 && (hresolve == (struct aout_link_hash_entry *) NULL3992 || (hresolve->root.type != bfd_link_hash_defined[all …]
4226 struct aout_link_hash_entry *hresolve; local4244 hresolve = h;4249 hresolve = (struct aout_link_hash_entry *) h->root.u.i.link;4250 while (hresolve->root.type == bfd_link_hash_indirect4251 || hresolve->root.type == bfd_link_hash_warning)4252 hresolve = ((struct aout_link_hash_entry *)4253 hresolve->root.u.i.link);4254 *sym_hash = hresolve;4308 && (hresolve == (struct aout_link_hash_entry *) NULL4309 || (hresolve->root.type != bfd_link_hash_defined[all …]