Home | History | Annotate | Download | only in bfd

Lines Matching refs:sym_hash

884    NAME, SYM, PSEC, and PVALUE.  We set SYM_HASH to the hash table
900 struct elf_link_hash_entry **sym_hash,
932 *sym_hash = h;
3325 struct elf_link_hash_entry **sym_hash;
3698 sym_hash = elf_sym_hashes (abfd);
3706 if (sym_hash == NULL)
3711 sym_hash = (struct elf_link_hash_entry **) bfd_zalloc (abfd, amt);
3712 if (sym_hash == NULL)
3714 elf_sym_hashes (abfd) = sym_hash;
3815 isym++, sym_hash++, ever = (ever != NULL ? ever + 1 : NULL))
4096 sym_hash, &old_bfd, &old_weak,
4107 h = *sym_hash;
4120 (struct bfd_link_hash_entry **) sym_hash)))
4123 h = *sym_hash;
4131 *sym_hash = h;
4600 sym_hash = elf_sym_hashes (abfd);
4601 if (sym_hash)
4603 if (sym_hash[symidx] == hi)
4605 sym_hash[symidx] = h;
4643 sym_hash = sorted_sym_hash;
4654 *sym_hash = h;
4655 sym_hash++;