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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dhash.c360 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *,
387 table->newfunc = newfunc;
395 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *,
400 return bfd_hash_table_init_n (table, newfunc, entsize,
453 hashp = (*table->newfunc) (NULL, table, string);
H A Dlinker.c474 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *,
484 return bfd_hash_table_init (&table->table, newfunc, entsize);
908 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *,
913 return bfd_hash_table_init (&table->table, newfunc, entsize);
1969 ((*info->hash->table.newfunc)
H A Dbfd-in.h422 struct bfd_hash_entry *(*newfunc)
416 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
H A Dcoff-ppc.c183 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *,
188 return _bfd_coff_link_hash_table_init (&table->root, abfd, newfunc, entsize);
H A Dcofflink.c95 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *,
101 return _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize);
H A Daoutx.h2890 struct bfd_hash_entry *(*newfunc)
2895 return _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize);
H A Delf.c1622 struct bfd_hash_entry *(*newfunc) (struct bfd_hash_entry *,
1638 ret = _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize);
H A Dbfd-in2.h429 struct bfd_hash_entry *(*newfunc)
423 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table
/freebsd-11-stable/sys/kern/
H A Dkern_sysctl.c218 req.newfunc = sysctl_new_kernel;
1666 req.newfunc = sysctl_new_kernel;
2017 req.newfunc = sysctl_new_user;
/freebsd-11-stable/sys/sys/
H A Dsysctl.h167 int (*newfunc)(struct sysctl_req *, void *, size_t); member in struct:sysctl_req
194 #define SYSCTL_IN(r, p, l) (r->newfunc)(r, p, l)
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h717 int (*newfunc)(struct sysctl_req *, void *, size_t); member in struct:sysctl_req
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h435 struct bfd_hash_entry *(*newfunc)
429 struct bfd_hash_entry *(*newfunc) member in struct:bfd_hash_table

Completed in 211 milliseconds