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.27/bfd/
cofflink.c 235 struct coff_link_hash_entry **sym_hash; local
259 sym_hash = (struct coff_link_hash_entry **) bfd_zalloc (abfd, amt);
260 if (sym_hash == NULL)
262 obj_coff_sym_hashes (abfd) = sym_hash;
339 *sym_hash = coff_link_hash_lookup (coff_hash_table (info),
341 if (*sym_hash != NULL)
343 if (((*sym_hash)->coff_link_hash_flags
345 && (*sym_hash)->root.type != bfd_link_hash_undefined
346 && (*sym_hash)->root.type != bfd_link_hash_undefweak)
385 if (*sym_hash == NULL
1430 struct coff_link_hash_entry **sym_hash; local
    [all...]
elf-m10200.c 510 struct elf_link_hash_entry *sym_hash = *sym_hashes;
511 if ((sym_hash->root.type == bfd_link_hash_defined
512 || sym_hash->root.type == bfd_link_hash_defweak)
513 && sym_hash->root.u.def.section == sec
514 && sym_hash->root.u.def.value > addr
515 && sym_hash->root.u.def.value < toaddr)
517 sym_hash->root.u.def.value -= count;
509 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
1253 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
    [all...]
elf32-msp430.c 1588 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
1726 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
1814 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
    [all...]
elf-m10300.c 2522 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
2598 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
3086 struct elf32_mn10300_link_hash_entry *sym_hash; local
3176 struct elf32_mn10300_link_hash_entry *sym_hash; local
    [all...]
xcofflink.c 1207 struct xcoff_link_hash_entry **sym_hash; local
3823 struct xcoff_link_hash_entry **sym_hash; local
4108 struct xcoff_link_hash_entry **sym_hash; local
    [all...]
elf32-h8300.c 1538 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
1583 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
    [all...]
elf32-crx.c 683 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
700 /* If the current symbol is identical to 'sym_hash', that means
702 if (*cur_sym_hashes == sym_hash)
710 if ((sym_hash->root.type == bfd_link_hash_defined
711 || sym_hash->root.type == bfd_link_hash_defweak)
712 && sym_hash->root.u.def.section == sec
713 && sym_hash->root.u.def.value > addr
714 && sym_hash->root.u.def.value < toaddr)
715 sym_hash->root.u.def.value -= count;
    [all...]
elf32-m32c.c 2085 struct elf_link_hash_entry * sym_hash = * sym_hashes; local
    [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-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 1263 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
    [all...]
elf32-rl78.c 1733 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
    [all...]
elf32-avr.c 2103 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
2895 struct elf_link_hash_entry *sym_hash = local
    [all...]
elf32-v850.c 3209 struct elf_link_hash_entry *sym_hash; local
    [all...]
elf32-microblaze.c 1679 struct elf_link_hash_entry *sym_hash; local
    [all...]
pdp11.c 2741 struct aout_link_hash_entry **sym_hash; local
3992 struct aout_link_hash_entry **sym_hash; local
    [all...]
aoutx.h 2959 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 1618 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
    [all...]
elf32-cr16.c 1353 struct elf_link_hash_entry *sym_hash = *sym_hashes; local
    [all...]
elf64-ia64-vms.c 4720 struct elf_link_hash_entry **sym_hash; local
    [all...]
ecoff.c 3282 struct bfd_link_hash_entry **sym_hash; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux.go 69 sym_hash uint32
236 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.go 69 sym_hash uint32
236 for chain := info.bucket[k.sym_hash%uint32(len(info.bucket))]; chain != 0; chain = info.chain[chain] {
  /toolchain/binutils/binutils-2.27/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 988 milliseconds

1 2