Home
last modified time | relevance | path

Searched refs:newfunc (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dhash.c369 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, in bfd_hash_table_init_n()
404 table->newfunc = newfunc; in bfd_hash_table_init_n()
412 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, in bfd_hash_table_init()
417 return bfd_hash_table_init_n (table, newfunc, entsize, in bfd_hash_table_init()
509 hashp = (*table->newfunc) (NULL, table, string); in bfd_hash_insert()
Dcoff-h8300.c151 struct bfd_hash_entry *(*newfunc) in funcvec_hash_table_init()
161 return (bfd_hash_table_init (&table->root, newfunc, entsize)); in funcvec_hash_table_init()
Dbfd-in.h360 struct bfd_hash_entry *(*newfunc) member
Dlinker.c471 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, in _bfd_link_hash_table_init()
483 ret = bfd_hash_table_init (&table->table, newfunc, entsize); in _bfd_link_hash_table_init()
1832 ((*info->hash->table.newfunc) in _bfd_generic_link_add_one_symbol()
Dcoff-ppc.c166 struct bfd_hash_entry *(*newfunc) in ppc_coff_link_hash_table_init()
172 return _bfd_coff_link_hash_table_init (&table->root, abfd, newfunc, entsize); in ppc_coff_link_hash_table_init()
Dcofflink.c97 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, in _bfd_coff_link_hash_table_init()
103 return _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize); in _bfd_coff_link_hash_table_init()
Delflink.c913 bfd_boolean newweak, oldweak, newfunc, oldfunc; in _bfd_elf_merge_symbol() local
1061 newfunc = (ELF_ST_TYPE (sym->st_info) != STT_NOTYPE in _bfd_elf_merge_symbol()
1078 && !(newfunc && oldfunc)) in _bfd_elf_merge_symbol()
1257 if (newfunc && oldfunc) in _bfd_elf_merge_symbol()
1306 && !newfunc) in _bfd_elf_merge_symbol()
1374 && (newweak || newfunc)))) in _bfd_elf_merge_symbol()
6823 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, in _bfd_elf_link_hash_table_init()
6839 ret = _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize); in _bfd_elf_link_hash_table_init()
Dpdp11.c2448 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, in NAME()
2453 return _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize); in NAME()
Daoutx.h2912 struct bfd_hash_entry *(*newfunc) in NAME()
2917 return _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize); in NAME()
Dbfd-in2.h367 struct bfd_hash_entry *(*newfunc) member
DChangeLog-94952095 callback. Allocate a new warning using the hash table newfunc.