Searched refs:ctf_dtd_insert (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_impl.h | 299 extern void ctf_dtd_insert(ctf_file_t *, ctf_dtdef_t *);
|
H A D | ctf_create.c | 477 ctf_dtd_insert(ctf_file_t *fp, ctf_dtdef_t *dtd) in ctf_dtd_insert() function 643 ctf_dtd_insert(fp, dtd); in ctf_add_generic()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ctfc.cc | 119 ctf_dtd_insert (ctf_container_ref ctfc, ctf_dtdef_ref dtd) in ctf_dtd_insert() function 398 ctf_dtd_insert (ctfc, dtd); in ctf_add_generic()
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 40 * ctf-create.c (ctf_dtd_insert): Set ENOMEM on the dict if out of memory. 390 * ctf-create.c (ctf_dtd_insert): Add uintptr_t casts. 989 * ctf-create.c (ctf_dtd_insert): Likewise. 996 * ctf-impl.h (ctf_dtd_insert): Adjust prototype. 1139 (ctf_dtd_insert): Adjust. 1182 (ctf_dtd_insert): Use it, and use the right name table. Pass in the 1194 ctf_dtd_insert. Use ctf_typemax, not ctf_dtnextid. Migrate away 1702 * ctf-create.c (ctf_dtd_insert): Pass on error returns from
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ChangeLog-2020 | 40 * ctf-create.c (ctf_dtd_insert): Set ENOMEM on the dict if out of memory. 390 * ctf-create.c (ctf_dtd_insert): Add uintptr_t casts. 989 * ctf-create.c (ctf_dtd_insert): Likewise. 996 * ctf-impl.h (ctf_dtd_insert): Adjust prototype. 1139 (ctf_dtd_insert): Adjust. 1182 (ctf_dtd_insert): Use it, and use the right name table. Pass in the 1194 ctf_dtd_insert. Use ctf_typemax, not ctf_dtnextid. Migrate away 1702 * ctf-create.c (ctf_dtd_insert): Pass on error returns from
|
H A D | ctf-impl.h | 687 extern int ctf_dtd_insert (ctf_dict_t *, ctf_dtdef_t *, int flag, int kind);
|
H A D | ctf-create.c | 223 ctf_dtd_insert (ctf_dict_t *fp, ctf_dtdef_t *dtd, int flag, int kind) in ctf_dtd_insert() function 493 if (ctf_dtd_insert (fp, dtd, flag, kind) < 0) in ctf_add_generic()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ChangeLog-2020 | 40 * ctf-create.c (ctf_dtd_insert): Set ENOMEM on the dict if out of memory. 390 * ctf-create.c (ctf_dtd_insert): Add uintptr_t casts. 989 * ctf-create.c (ctf_dtd_insert): Likewise. 996 * ctf-impl.h (ctf_dtd_insert): Adjust prototype. 1139 (ctf_dtd_insert): Adjust. 1182 (ctf_dtd_insert): Use it, and use the right name table. Pass in the 1194 ctf_dtd_insert. Use ctf_typemax, not ctf_dtnextid. Migrate away 1702 * ctf-create.c (ctf_dtd_insert): Pass on error returns from
|
H A D | ctf-impl.h | 687 extern int ctf_dtd_insert (ctf_dict_t *, ctf_dtdef_t *, int flag, int kind);
|
H A D | ctf-create.c | 223 ctf_dtd_insert (ctf_dict_t *fp, ctf_dtdef_t *dtd, int flag, int kind) in ctf_dtd_insert() function 489 if (ctf_dtd_insert (fp, dtd, flag, kind) < 0) in ctf_add_generic()
|