Searched refs:sym_hash (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcofflink.c298 struct coff_link_hash_entry **sym_hash; local
319 sym_hash = bfd_zalloc (abfd, amt);
320 if (sym_hash == NULL && symcount != 0)
322 obj_coff_sym_hashes (abfd) = sym_hash;
399 *sym_hash = coff_link_hash_lookup (coff_hash_table (info),
401 if (*sym_hash != NULL)
403 if (((*sym_hash)->coff_link_hash_flags
405 && (*sym_hash)->root.type != bfd_link_hash_undefined
406 && (*sym_hash)->root.type != bfd_link_hash_undefweak)
445 if (*sym_hash
1363 struct coff_link_hash_entry **sym_hash; local
[all...]
H A Dxcofflink.c951 struct xcoff_link_hash_entry **sym_hash;
1005 sym_hash = bfd_zalloc (abfd, amt);
1006 if (sym_hash == NULL && symcount != 0)
1008 coff_data (abfd)->sym_hashes = (struct coff_link_hash_entry **) sym_hash;
1098 Advance esym, sym_hash, csect_hash ptr's
1116 sym_hash += sym.n_numaux + 1;
1373 /* We store h in *sym_hash for the
1376 *sym_hash = h;
1673 *sym_hash = xcoff_link_hash_lookup (xcoff_hash_table (info),
1678 *sym_hash
947 struct xcoff_link_hash_entry **sym_hash; local
3409 struct xcoff_link_hash_entry **sym_hash; local
[all...]
H A Delf32-cr16.c756 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
772 /* If the current symbol is identical to 'sym_hash', that means
774 if (*cur_sym_hashes == sym_hash)
782 if ((sym_hash->root.type == bfd_link_hash_defined
783 || sym_hash->root.type == bfd_link_hash_defweak)
784 && sym_hash->root.u.def.section == sec
785 && sym_hash->root.u.def.value > addr
786 && sym_hash->root.u.def.value < toaddr)
787 sym_hash->root.u.def.value -= count;
H A Daoutx.h2933 struct aout_link_hash_entry **sym_hash;
2958 sym_hash = bfd_alloc (abfd, amt);
2959 if (sym_hash == NULL && sym_count != 0)
2961 obj_aout_sym_hashes (abfd) = sym_hash;
2969 for (; p < pend; p++, sym_hash++)
2978 *sym_hash = NULL;
3009 ++sym_hash;
3108 (struct bfd_link_hash_entry **) sym_hash)))
3116 if ((*sym_hash)->root.type == bfd_link_hash_common
3117 && ((*sym_hash)
[all...]
H A Delflink.c841 struct elf_link_hash_entry **sym_hash,
878 *sym_hash = h;
1090 if ((*sym_hash)->root.type == bfd_link_hash_indirect)
1100 struct elf_link_hash_entry *vh = *sym_hash;
1124 h = *sym_hash;
1249 && !bed->merge_symbol (info, sym_hash, h, sym, psec, pvalue,
1379 if ((*sym_hash)->root.type == bfd_link_hash_indirect)
1380 flip = *sym_hash;
1426 if ((*sym_hash)->root.type == bfd_link_hash_indirect)
1427 flip = *sym_hash;
831 _bfd_elf_merge_symbol(bfd *abfd, struct bfd_link_info *info, const char *name, Elf_Internal_Sym *sym, asection **psec, bfd_vma *pvalue, unsigned int *pold_alignment, struct elf_link_hash_entry **sym_hash, bfd_boolean *skip, bfd_boolean *override, bfd_boolean *type_change_ok, bfd_boolean *size_change_ok) argument
3289 struct elf_link_hash_entry **sym_hash; local
[all...]
H A Decoff.c3343 struct bfd_link_hash_entry **sym_hash;
3352 sym_hash = bfd_alloc (abfd, amt);
3353 if (!sym_hash)
3355 ecoff_data (abfd)->sym_hashes = (struct ecoff_link_hash_entry **) sym_hash;
3359 for (; ext_ptr < ext_end; ext_ptr += external_ext_size, sym_hash++)
3368 *sym_hash = NULL;
3489 section, value, NULL, TRUE, TRUE, sym_hash)))
3492 h = (struct ecoff_link_hash_entry *) *sym_hash;
3334 struct bfd_link_hash_entry **sym_hash; local
H A Delf64-x86-64.c3543 struct elf_link_hash_entry **sym_hash ATTRIBUTE_UNUSED,

Completed in 277 milliseconds