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

  /toolchain/binutils/binutils-2.25/bfd/
elf32-xgate.h 65 struct xgate_elf_link_hash_table struct
97 ((struct xgate_elf_link_hash_table *) ((p)->hash))
101 extern struct xgate_elf_link_hash_table* xgate_elf_hash_table_create
elf32-xgate.c 434 struct xgate_elf_link_hash_table *ret =
435 (struct xgate_elf_link_hash_table *) obfd->link.hash;
447 struct xgate_elf_link_hash_table *ret;
448 bfd_size_type amt = sizeof(struct xgate_elf_link_hash_table);
450 ret = (struct xgate_elf_link_hash_table *) bfd_zmalloc (amt);
451 if (ret == (struct xgate_elf_link_hash_table *) NULL)

Completed in 496 milliseconds