HomeSort by: relevance | last modified time | path
    Searched defs:bfd_hash_allocate (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
hash.c 81 @findex bfd_hash_allocate
84 objalloc using <<bfd_hash_allocate>>.
243 . ret = bfd_hash_allocate (table, sizeof (* ret));
740 bfd_hash_allocate
743 void *bfd_hash_allocate (struct bfd_hash_table *,
751 bfd_hash_allocate (struct bfd_hash_table *table, function
782 entry = (struct bfd_hash_entry *) bfd_hash_allocate (table,
903 ret = (struct strtab_hash_entry *) bfd_hash_allocate (table,
1039 entry = (struct strtab_hash_entry *) bfd_hash_allocate (&tab->table,
1050 n = (char *) bfd_hash_allocate (&tab->table, len)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
hash.c 81 @findex bfd_hash_allocate
84 objalloc using <<bfd_hash_allocate>>.
243 . ret = bfd_hash_allocate (table, sizeof (* ret));
740 bfd_hash_allocate
743 void *bfd_hash_allocate (struct bfd_hash_table *,
751 bfd_hash_allocate (struct bfd_hash_table *table, function
782 entry = (struct bfd_hash_entry *) bfd_hash_allocate (table,
903 ret = (struct strtab_hash_entry *) bfd_hash_allocate (table,
1039 entry = (struct strtab_hash_entry *) bfd_hash_allocate (&tab->table,
1050 n = (char *) bfd_hash_allocate (&tab->table, len)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
hash.c 81 @findex bfd_hash_allocate
84 objalloc using <<bfd_hash_allocate>>.
243 . ret = bfd_hash_allocate (table, sizeof (* ret));
740 bfd_hash_allocate
743 void *bfd_hash_allocate (struct bfd_hash_table *,
751 bfd_hash_allocate (struct bfd_hash_table *table, function
782 entry = (struct bfd_hash_entry *) bfd_hash_allocate (table,
903 ret = (struct strtab_hash_entry *) bfd_hash_allocate (table,
1039 entry = (struct strtab_hash_entry *) bfd_hash_allocate (&tab->table,
1050 n = (char *) bfd_hash_allocate (&tab->table, len)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
hash.c 81 @findex bfd_hash_allocate
84 objalloc using <<bfd_hash_allocate>>.
243 . ret = bfd_hash_allocate (table, sizeof (* ret));
740 bfd_hash_allocate
743 void *bfd_hash_allocate (struct bfd_hash_table *,
751 bfd_hash_allocate (struct bfd_hash_table *table, function
782 entry = (struct bfd_hash_entry *) bfd_hash_allocate (table,
903 ret = (struct strtab_hash_entry *) bfd_hash_allocate (table,
1039 entry = (struct strtab_hash_entry *) bfd_hash_allocate (&tab->table,
1050 n = (char *) bfd_hash_allocate (&tab->table, len)
    [all...]

Completed in 17 milliseconds