HomeSort by relevance Sort by last modified time
    Searched refs:sym_hash (Results 1 - 25 of 31) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/bfd/
cofflink.c 234 struct coff_link_hash_entry **sym_hash; local
258 sym_hash = (struct coff_link_hash_entry **) bfd_zalloc (abfd, amt);
259 if (sym_hash == NULL)
261 obj_coff_sym_hashes (abfd) = sym_hash;
338 *sym_hash = coff_link_hash_lookup (coff_hash_table (info),
340 if (*sym_hash != NULL)
342 if (((*sym_hash)->coff_link_hash_flags
344 && (*sym_hash)->root.type != bfd_link_hash_undefined
345 && (*sym_hash)->root.type != bfd_link_hash_undefweak)
384 if (*sym_hash == NULL
1399 struct coff_link_hash_entry **sym_hash; local
    [all...]
elf-m10200.c 515 struct elf_link_hash_entry *sym_hash = *sym_hashes;
516 if ((sym_hash->root.type == bfd_link_hash_defined
517 || sym_hash->root.type == bfd_link_hash_defweak)
518 && sym_hash->root.u.def.section == sec
519 && sym_hash->root.u.def.value > addr
520 && sym_hash->root.u.def.value < toaddr)
522 sym_hash->root.u.def.value -= count;
514 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
1258 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
    [all...]
elf-m10300.c 2520 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
2596 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
3084 struct elf32_mn10300_link_hash_entry *sym_hash; local
3174 struct elf32_mn10300_link_hash_entry *sym_hash; local
    [all...]
elf32-m32c.c 2010 struct elf_link_hash_entry * sym_hash = * sym_hashes; local
    [all...]
xcofflink.c 1207 struct xcoff_link_hash_entry **sym_hash; local
3825 struct xcoff_link_hash_entry **sym_hash; local
4110 struct xcoff_link_hash_entry **sym_hash; local
    [all...]
elf32-msp430.c 1553 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
1662 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
1738 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
    [all...]
elf32-h8300.c 1544 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
1589 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
    [all...]
elf32-crx.c 677 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
694 /* If the current symbol is identical to 'sym_hash', that means
696 if (*cur_sym_hashes == sym_hash)
704 if ((sym_hash->root.type == bfd_link_hash_defined
705 || sym_hash->root.type == bfd_link_hash_defweak)
706 && sym_hash->root.u.def.section == sec
707 && sym_hash->root.u.def.value > addr
708 && sym_hash->root.u.def.value < toaddr)
709 sym_hash->root.u.def.value -= count;
    [all...]
elf32-sh64.c 405 struct elf_link_hash_entry ** sym_hash = elf_sym_hashes (abfd); local
407 BFD_ASSERT (sym_hash != NULL);
458 while (*sym_hash != NULL)
459 sym_hash++;
460 *sym_hash = h;
elf32-rl78.c 1570 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
    [all...]
elf32-avr.c 1910 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
2459 struct elf_link_hash_entry *sym_hash = local
    [all...]
elf32-ip2k.c 767 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
769 if ((sym_hash->root.type == bfd_link_hash_defined
770 || sym_hash->root.type == bfd_link_hash_defweak)
771 && sym_hash->root.u.def.section == sec)
773 if (addr <= sym_hash->root.u.def.value
774 && sym_hash->root.u.def.value < endaddr)
775 sym_hash->root.u.def.value += count;
    [all...]
elf32-m68hc11.c 1259 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
    [all...]
elf32-v850.c 2877 struct elf_link_hash_entry *sym_hash; local
    [all...]
elf32-microblaze.c 1670 struct elf_link_hash_entry *sym_hash; local
    [all...]
pdp11.c 2738 struct aout_link_hash_entry **sym_hash; local
4000 struct aout_link_hash_entry **sym_hash; local
    [all...]
aoutx.h 2955 struct aout_link_hash_entry **sym_hash; local
4787 struct aout_link_hash_entry **sym_hash; local
    [all...]
coff-sh.c 1072 struct coff_link_hash_entry **sym_hash;
1071 struct coff_link_hash_entry **sym_hash; local
    [all...]
elf32-rx.c 1622 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
    [all...]
elf32-cr16.c 1347 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
    [all...]
elf64-ia64-vms.c 4722 struct elf_link_hash_entry **sym_hash; local
    [all...]
elflink.c 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;
3316 struct elf_link_hash_entry **sym_hash; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux_amd64.go 128 sym_hash uint32
270 for chain := info.bucket[k.sym_hash%uint32(len(info.bucket))]; chain != 0; chain = info.chain[chain] {
  /prebuilts/go/linux-x86/src/runtime/
vdso_linux_amd64.go 128 sym_hash uint32
270 for chain := info.bucket[k.sym_hash%uint32(len(info.bucket))]; chain != 0; chain = info.chain[chain] {
  /toolchain/binutils/binutils-2.25/ld/
pe-dll.c 682 struct coff_link_hash_entry *sym_hash; local
683 sym_hash = coff_link_hash_lookup (coff_hash_table (info),
685 if (sym_hash && sym_hash->root.type == bfd_link_hash_common
686 && sym_hash->root.u.c.p->alignment_power < (unsigned) ac->alignment)
688 sym_hash->root.u.c.p->alignment_power = (unsigned) ac->alignment;
    [all...]

Completed in 1472 milliseconds

1 2