Searched refs:newfunc (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Dhash.c309 bfd_hash_table_init_n (table, newfunc, size)
311 struct bfd_hash_entry *(*newfunc) PARAMS ((struct bfd_hash_entry *,
335 table->newfunc = newfunc;
342 bfd_hash_table_init (table, newfunc)
344 struct bfd_hash_entry *(*newfunc) PARAMS ((struct bfd_hash_entry *,
348 return bfd_hash_table_init_n (table, newfunc, bfd_default_hash_table_size);
402 hashp = (*table->newfunc) ((struct bfd_hash_entry *) NULL, table, string);
H A Dcoff-h8300.c181 struct bfd_hash_entry *(*newfunc)
190 return (bfd_hash_table_init (&table->root, newfunc));
H A Dlinker.c471 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *,
480 return bfd_hash_table_init (&table->table, newfunc);
864 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *,
868 return bfd_hash_table_init (&table->table, newfunc);
1923 ((*info->hash->table.newfunc)
H A Dcoff-ppc.c187 ppc_coff_link_hash_table_init (table, abfd, newfunc)
190 struct bfd_hash_entry *(*newfunc) PARAMS ((struct bfd_hash_entry *,
194 return _bfd_coff_link_hash_table_init (&table->root, abfd, newfunc);
H A Dbfd-in.h392 struct bfd_hash_entry *(*newfunc)
386 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
H A Dcofflink.c95 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *,
100 return _bfd_link_hash_table_init (&table->root, abfd, newfunc);
H A Dpdp11.c2864 NAME(aout,link_hash_table_init) (table, abfd, newfunc)
2867 struct bfd_hash_entry *(*newfunc) PARAMS ((struct bfd_hash_entry *,
2871 return _bfd_link_hash_table_init (&table->root, abfd, newfunc);
2859 struct bfd_hash_entry *(*newfunc) PARAMS ((struct bfd_hash_entry *, variable in typeref:struct:
H A Daoutx.h3061 NAME(aout,link_hash_table_init) (table, abfd, newfunc)
3064 struct bfd_hash_entry *(*newfunc)
3068 return _bfd_link_hash_table_init (&table->root, abfd, newfunc);
H A Dbfd-in2.h399 struct bfd_hash_entry *(*newfunc)
393 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
H A Delf.c1490 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *,
1518 ret = _bfd_link_hash_table_init (&table->root, abfd, newfunc);
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h399 struct bfd_hash_entry *(*newfunc)
393 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
H A Dbfd.h399 struct bfd_hash_entry *(*newfunc)
393 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h397 struct bfd_hash_entry *(*newfunc)
391 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
H A Dbfd.h397 struct bfd_hash_entry *(*newfunc)
391 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table

Completed in 344 milliseconds