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

1 2 3

  /toolchain/binutils/binutils-2.25/bfd/
hash.c 81 @findex bfd_hash_allocate
84 objalloc using <<bfd_hash_allocate>>.
243 . ret = bfd_hash_allocate (table, sizeof (* ret));
617 bfd_hash_allocate (struct bfd_hash_table *table, function
636 entry = (struct bfd_hash_entry *) bfd_hash_allocate (table,
735 ret = (struct strtab_hash_entry *) bfd_hash_allocate (table,
832 entry = (struct strtab_hash_entry *) bfd_hash_allocate (&tab->table,
843 n = (char *) bfd_hash_allocate (&tab->table, len);
i386linux.c 182 bfd_hash_allocate (table, sizeof (struct linux_link_hash_entry)));
250 f = (struct fixup *) bfd_hash_allocate (&info->hash->table,
m68klinux.c 181 bfd_hash_allocate (table, sizeof (struct linux_link_hash_entry)));
252 f = (struct fixup *) bfd_hash_allocate (&info->hash->table,
sparclinux.c 177 bfd_hash_allocate (table, sizeof (struct linux_link_hash_entry)));
245 f = (struct fixup *) bfd_hash_allocate (&info->hash->table,
stabs.c 131 bfd_hash_allocate (table, sizeof (struct stab_link_includes_entry));
393 bfd_hash_allocate (&sinfo->includes, sizeof *t);
elf-strtab.c 71 bfd_hash_allocate (table, sizeof (struct elf_strtab_hash_entry));
linker.c 445 bfd_hash_allocate (table, sizeof (struct bfd_link_hash_entry));
735 bfd_hash_allocate (table, sizeof (struct generic_link_hash_entry));
    [all...]
section.c 774 bfd_hash_allocate (table, sizeof (struct section_hash_entry));
    [all...]
bfd-in.h 427 extern void *bfd_hash_allocate
    [all...]
cofflink.c 70 bfd_hash_allocate (table, sizeof (struct coff_link_hash_entry)));
142 bfd_hash_allocate (table,
468 bfd_hash_allocate (&info->hash->table,
    [all...]
coff-h8300.c 109 bfd_hash_allocate (gen_table,
    [all...]
elf64-sparc.c 494 p->name = bfd_hash_allocate (&info->hash->table,
merge.c 111 bfd_hash_allocate (table, sizeof (struct sec_merge_hash_entry));
pdp11.c     [all...]
aoutx.h     [all...]
elf32-m68hc1x.c 127 entry = bfd_hash_allocate (table,
    [all...]
coff-ppc.c 137 bfd_hash_allocate (table,
    [all...]
elf32-vax.c 442 bfd_hash_allocate (table,
    [all...]
dwarf2.c 403 ret = (struct info_hash_entry *) bfd_hash_allocate (table,
463 node = (struct info_list_node *) bfd_hash_allocate (&hash_table->base,
    [all...]
elf32-hppa.c 350 entry = bfd_hash_allocate (table,
387 entry = bfd_hash_allocate (table,
    [all...]
elf32-metag.c 961 entry = bfd_hash_allocate (table,
998 entry = bfd_hash_allocate (table,
    [all...]
elf32-nios2.c 1143 entry = bfd_hash_allocate (table,
1178 entry = bfd_hash_allocate (table,
    [all...]
elflink.c     [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldcref.c 133 bfd_hash_allocate (table, sizeof (struct cref_hash_entry)));
184 r = (struct cref_ref *) bfd_hash_allocate (&cref_table.root, sizeof *r);
238 alloc_mark = bfd_hash_allocate (&cref_table.root, 1);
  /toolchain/binutils/binutils-2.25/binutils/
wrstabs.c 311 bfd_hash_allocate (table, sizeof (struct string_hash_entry)));
    [all...]

Completed in 1257 milliseconds

1 2 3