Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_hash.c58 hp->h_buckets = ctf_alloc(sizeof (ushort_t) * hp->h_nbuckets); in ctf_hash_create()
59 hp->h_chains = ctf_alloc(sizeof (ctf_helem_t) * hp->h_nelems); in ctf_hash_create()
H A Dctf_util.c126 char *s2 = ctf_alloc(strlen(s1) + 1); in ctf_strdup()
H A Dctf_open.c334 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()
335 fp->ctf_ptrtab = ctf_alloc(sizeof (ushort_t) * (fp->ctf_typemax + 1)); in init_types()
680 if ((fp = ctf_alloc(sizeof (ctf_file_t))) == NULL) in ctf_bufopen()
738 fp->ctf_sxlate = ctf_alloc(fp->ctf_nsyms * sizeof (uint_t)); in ctf_bufopen()
H A Dctf_create.c65 ctf_dtdef_t **hash = ctf_alloc(hashlen * sizeof (ctf_dtdef_t *)); in ctf_create()
625 if ((dtd = ctf_alloc(sizeof (ctf_dtdef_t))) == NULL) in ctf_add_generic()
827 if (vlen != 0 && (vdat = ctf_alloc(sizeof (ctf_id_t) * vlen)) == NULL) in ctf_add_function()
1029 if ((dmd = ctf_alloc(sizeof (ctf_dmdef_t))) == NULL) in ctf_add_enumerator()
1090 if ((dmd = ctf_alloc(sizeof (ctf_dmdef_t))) == NULL) in ctf_add_member()
1227 if ((dmd = ctf_alloc(sizeof (ctf_dmdef_t))) == NULL) in membadd()
H A Dctf_decl.c143 if ((cdp = ctf_alloc(sizeof (ctf_decl_node_t))) == NULL) { in ctf_decl_push()
H A Dctf_impl.h321 extern void *ctf_alloc(size_t);
/netbsd-src/external/cddl/osnet/dist/uts/common/ctf/
H A Dctf_subr.c65 ctf_alloc(size_t size) in ctf_alloc() function
/netbsd-src/external/cddl/osnet/dist/lib/libctf/common/
H A Dctf_subr.c57 ctf_alloc(size_t size) in ctf_alloc() function
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-20201047 * ctf-impl.h (ctf_alloc): Remove.
1050 * ctf-subr.c (ctf_alloc): Remove.
1054 * ctf-create.c (ctf_serialize): Use malloc, not ctf_alloc; free, not
1069 * ctf-dump.c (ctf_dump_append): Use malloc, not ctf_alloc; free, not
1080 * ctf-string.c (ctf_str_purge_atom_refs): Use malloc, not ctf_alloc;
1693 (ctf_compress_write): Use ctf_data_alloc, not ctf_alloc. Free
1697 (upgrade_types): Likewise. Call ctf_alloc, not ctf_data_alloc.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A DChangeLog-20201047 * ctf-impl.h (ctf_alloc): Remove.
1050 * ctf-subr.c (ctf_alloc): Remove.
1054 * ctf-create.c (ctf_serialize): Use malloc, not ctf_alloc; free, not
1069 * ctf-dump.c (ctf_dump_append): Use malloc, not ctf_alloc; free, not
1080 * ctf-string.c (ctf_str_purge_atom_refs): Use malloc, not ctf_alloc;
1693 (ctf_compress_write): Use ctf_data_alloc, not ctf_alloc. Free
1697 (upgrade_types): Likewise. Call ctf_alloc, not ctf_data_alloc.
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A DChangeLog-20201047 * ctf-impl.h (ctf_alloc): Remove.
1050 * ctf-subr.c (ctf_alloc): Remove.
1054 * ctf-create.c (ctf_serialize): Use malloc, not ctf_alloc; free, not
1069 * ctf-dump.c (ctf_dump_append): Use malloc, not ctf_alloc; free, not
1080 * ctf-string.c (ctf_str_purge_atom_refs): Use malloc, not ctf_alloc;
1693 (ctf_compress_write): Use ctf_data_alloc, not ctf_alloc. Free
1697 (upgrade_types): Likewise. Call ctf_alloc, not ctf_data_alloc.