Searched refs:newfunc (Results 1 – 11 of 11) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | hash.c | 369 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()
|
D | coff-h8300.c | 151 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()
|
D | bfd-in.h | 360 struct bfd_hash_entry *(*newfunc) member
|
D | linker.c | 471 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()
|
D | coff-ppc.c | 166 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()
|
D | cofflink.c | 97 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()
|
D | elflink.c | 913 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()
|
D | pdp11.c | 2448 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()
|
D | aoutx.h | 2912 struct bfd_hash_entry *(*newfunc) in NAME() 2917 return _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize); in NAME()
|
D | bfd-in2.h | 367 struct bfd_hash_entry *(*newfunc) member
|
D | ChangeLog-9495 | 2095 callback. Allocate a new warning using the hash table newfunc.
|