Home
last modified time | relevance | path

Searched refs:ctn_next (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-util.c276 if (i->ctn_next) in ctf_next_destroy()
277 ctf_next_destroy (i->ctn_next); in ctf_next_destroy()
H A Dctf-impl.h543 ctf_next_t *ctn_next; member
H A Dctf-types.c208 ssize_t ret = ctf_member_next (fp, i->ctn_type, &i->ctn_next, name, in ctf_member_next()
223 if (!ctf_assert (fp, (i->ctn_next == NULL))) in ctf_member_next()
H A Dctf-lookup.c704 err = ctf_dynhash_next (dynh, &i->ctn_next, &dyn_name, &dyn_value); in ctf_symbol_next()
H A DChangeLog748 * ctf-impl.h (struct ctf_next) <u.ctn_next>: Move to...
749 <ctn_next>: ... here.
H A DChangeLog-2020105 (struct ctf_next) <u.ctn_next>: Likewise.
196 (ctf_next_destroy): Destroy ctf_next_t.u.ctn_next if need be.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-util.c286 if (i->ctn_next) in ctf_next_destroy()
287 ctf_next_destroy (i->ctn_next); in ctf_next_destroy()
H A Dctf-impl.h543 ctf_next_t *ctn_next; member
H A Dctf-types.c208 ssize_t ret = ctf_member_next (fp, i->ctn_type, &i->ctn_next, name, in ctf_member_next()
222 if (!ctf_assert (fp, (i->ctn_next == NULL))) in ctf_member_next()
H A Dctf-lookup.c692 err = ctf_dynhash_next (dynh, &i->ctn_next, &dyn_name, &dyn_value); in ctf_symbol_next()
H A DChangeLog727 * ctf-impl.h (struct ctf_next) <u.ctn_next>: Move to...
728 <ctn_next>: ... here.
H A DChangeLog-2020105 (struct ctf_next) <u.ctn_next>: Likewise.
196 (ctf_next_destroy): Destroy ctf_next_t.u.ctn_next if need be.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020105 (struct ctf_next) <u.ctn_next>: Likewise.
196 (ctf_next_destroy): Destroy ctf_next_t.u.ctn_next if need be.