HomeSort by relevance Sort by last modified time
    Searched refs:elf_s390_link_hash_table (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
elf32-s390.c 734 struct elf_s390_link_hash_table struct
757 == S390_ELF_DATA ? ((struct elf_s390_link_hash_table *) ((p)->hash)) : NULL)
801 struct elf_s390_link_hash_table *ret;
802 bfd_size_type amt = sizeof (struct elf_s390_link_hash_table);
804 ret = (struct elf_s390_link_hash_table *) bfd_zmalloc (amt);
    [all...]
elf64-s390.c 647 struct elf_s390_link_hash_table struct
669 == S390_ELF_DATA ? ((struct elf_s390_link_hash_table *) ((p)->hash)) : NULL)
713 struct elf_s390_link_hash_table *ret;
714 bfd_size_type amt = sizeof (struct elf_s390_link_hash_table);
716 ret = (struct elf_s390_link_hash_table *) bfd_zmalloc (amt);
738 struct elf_s390_link_hash_table *htab;
763 struct elf_s390_link_hash_table *htab;
    [all...]

Completed in 744 milliseconds