| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A 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() 510 hashp = (*table->newfunc) (NULL, table, string); in bfd_hash_insert()
|
| H A D | bfd-in.h | 273 struct bfd_hash_entry *(*newfunc) member
|
| H A D | linker.c | 462 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, in _bfd_link_hash_table_init() 474 ret = bfd_hash_table_init (&table->table, newfunc, entsize); in _bfd_link_hash_table_init() 1794 ((*info->hash->table.newfunc) in _bfd_generic_link_add_one_symbol()
|
| H A 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()
|
| H A D | elflink.c | 1089 bool newweak, oldweak, newfunc, oldfunc; in _bfd_elf_merge_symbol() local 1323 newfunc = (ELF_ST_TYPE (sym->st_info) != STT_NOTYPE in _bfd_elf_merge_symbol() 1329 if (!(newfunc && oldfunc) in _bfd_elf_merge_symbol() 1554 if (newfunc && oldfunc) in _bfd_elf_merge_symbol() 1603 && !newfunc) in _bfd_elf_merge_symbol() 1684 && (newweak || newfunc)))) in _bfd_elf_merge_symbol() 8055 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, in _bfd_elf_link_hash_table_init() 8071 ret = _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize); in _bfd_elf_link_hash_table_init()
|
| H A D | pdp11.c | 2592 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, in NAME() 2597 return _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize); in NAME()
|
| H A D | aoutx.h | 2961 struct bfd_hash_entry *(*newfunc) in NAME() 2966 return _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize); in NAME()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | hash.c | 425 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, in bfd_hash_table_init_n() 460 table->newfunc = newfunc; in bfd_hash_table_init_n() 481 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, in bfd_hash_table_init() 486 return bfd_hash_table_init_n (table, newfunc, entsize, in bfd_hash_table_init() 611 hashp = (*table->newfunc) (NULL, table, string); in bfd_hash_insert()
|
| H A D | linker.c | 462 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, in _bfd_link_hash_table_init() 474 ret = bfd_hash_table_init (&table->table, newfunc, entsize); in _bfd_link_hash_table_init() 1805 ((*info->hash->table.newfunc) in _bfd_generic_link_add_one_symbol()
|
| H A D | cofflink.c | 125 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, in _bfd_coff_link_hash_table_init() 135 &&_bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize); in _bfd_coff_link_hash_table_init()
|
| H A D | elflink.c | 1076 bool newweak, oldweak, newfunc, oldfunc; in _bfd_elf_merge_symbol() local 1310 newfunc = (ELF_ST_TYPE (sym->st_info) != STT_NOTYPE in _bfd_elf_merge_symbol() 1316 if (!(newfunc && oldfunc) in _bfd_elf_merge_symbol() 1541 if (newfunc && oldfunc) in _bfd_elf_merge_symbol() 1590 && !newfunc) in _bfd_elf_merge_symbol() 1671 && (newweak || newfunc)))) in _bfd_elf_merge_symbol() 8138 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, in _bfd_elf_link_hash_table_init() 8154 ret = _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize); in _bfd_elf_link_hash_table_init()
|
| H A D | pdp11.c | 2594 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *, in NAME() 2599 return _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize); in NAME()
|
| H A D | aoutx.h | 2966 struct bfd_hash_entry *(*newfunc) in NAME() 2971 return _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize); in NAME()
|
| /netbsd-src/sys/arch/arm/ofw/ |
| H A D | openfirm.c | 704 OF_set_callback(of_callback_t newfunc) in OF_set_callback() argument 710 of_callback_t newfunc; in OF_set_callback() member 718 args.newfunc = newfunc; in OF_set_callback()
|
| /netbsd-src/sys/arch/powerpc/powerpc/ |
| H A D | openfirm.c | 834 (*OF_set_callback (void (*newfunc)(void *))) (void *) in OF_set_callback() 840 void (*newfunc)(void *); in OF_set_callback() member 851 args.newfunc = newfunc; in OF_set_callback()
|
| /netbsd-src/sys/arch/sparc/sparc/ |
| H A D | openfirm.c | 692 (*OF_set_callback(void (*newfunc)(void *)))(void *) in OF_set_callback() 698 cell_t newfunc; in OF_set_callback() member 705 args.newfunc = ADR2CELL(newfunc); in OF_set_callback()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
| H A D | hash.texi | 249 …_hash_table_init_n (struct bfd_hash_table *, struct bfd_hash_entry *(* {*newfunc*}) (struct bfd_ha… 255 …fd_hash_table_init (struct bfd_hash_table *, struct bfd_hash_entry *(* {*newfunc*}) (struct bfd_ha…
|
| /netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/sys/ |
| H A D | zfs_context.h | 724 int (*newfunc)(struct sysctl_req *, void *, size_t); member
|
| /netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/mipseb/ |
| H A D | bfd.h | 284 struct bfd_hash_entry *(*newfunc) member
|
| /netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/hppa/ |
| H A D | bfd.h | 284 struct bfd_hash_entry *(*newfunc) member
|
| /netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/aarch64eb/ |
| H A D | bfd.h | 284 struct bfd_hash_entry *(*newfunc) member
|
| /netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/aarch64/ |
| H A D | bfd.h | 284 struct bfd_hash_entry *(*newfunc) member
|
| /netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/vax/ |
| H A D | bfd.h | 284 struct bfd_hash_entry *(*newfunc) member
|
| /netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/mipsel/ |
| H A D | bfd.h | 284 struct bfd_hash_entry *(*newfunc) member
|
| /netbsd-src/external/gpl3/binutils/lib/libbfd/arch/armeb/ |
| H A D | bfd.h | 353 struct bfd_hash_entry *(*newfunc) member
|