Home
last modified time | relevance | path

Searched refs:ctf_dtnextid (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_create.c90 fp->ctf_dtnextid = 1; in ctf_create()
448 nfp->ctf_dtnextid = fp->ctf_dtnextid; in ctf_update()
449 nfp->ctf_dtoldid = fp->ctf_dtnextid - 1; in ctf_update()
600 fp->ctf_dtnextid = fp->ctf_dtoldid + 1; in ctf_discard()
619 if (CTF_TYPE_ISCHILD(fp->ctf_dtnextid) || in ctf_add_generic()
620 CTF_INDEX_TO_TYPE(fp->ctf_dtnextid, 1) > CTF_MAX_TYPE) { in ctf_add_generic()
621 ctf_dprintf("type id overflow %lu\n", fp->ctf_dtnextid); in ctf_add_generic()
633 type = fp->ctf_dtnextid++; in ctf_add_generic()
H A Dctf_impl.h211 ulong_t ctf_dtnextid; /* next dynamic type id to assign */ member
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-20201127 <ctf_dtnextid>: Remove, redundant to ctf_typemax.
1177 ctf_dtnextid and ctf_dtbyname. Use ctf_strraw, not dtd_name.
1188 No longer check ctf_dtnextid: check ctf_typemax instead.
1189 (ctf_snapshot): No longer use ctf_dtnextid: use ctf_typemax instead.
1194 ctf_dtd_insert. Use ctf_typemax, not ctf_dtnextid. Migrate away
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A DChangeLog-20201127 <ctf_dtnextid>: Remove, redundant to ctf_typemax.
1177 ctf_dtnextid and ctf_dtbyname. Use ctf_strraw, not dtd_name.
1188 No longer check ctf_dtnextid: check ctf_typemax instead.
1189 (ctf_snapshot): No longer use ctf_dtnextid: use ctf_typemax instead.
1194 ctf_dtd_insert. Use ctf_typemax, not ctf_dtnextid. Migrate away
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A DChangeLog-20201127 <ctf_dtnextid>: Remove, redundant to ctf_typemax.
1177 ctf_dtnextid and ctf_dtbyname. Use ctf_strraw, not dtd_name.
1188 No longer check ctf_dtnextid: check ctf_typemax instead.
1189 (ctf_snapshot): No longer use ctf_dtnextid: use ctf_typemax instead.
1194 ctf_dtd_insert. Use ctf_typemax, not ctf_dtnextid. Migrate away