Searched refs:ctn_next (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-util.c | 276 if (i->ctn_next) in ctf_next_destroy() 277 ctf_next_destroy (i->ctn_next); in ctf_next_destroy()
|
H A D | ctf-impl.h | 543 ctf_next_t *ctn_next; member
|
H A D | ctf-types.c | 208 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 D | ctf-lookup.c | 704 err = ctf_dynhash_next (dynh, &i->ctn_next, &dyn_name, &dyn_value); in ctf_symbol_next()
|
H A D | ChangeLog | 748 * ctf-impl.h (struct ctf_next) <u.ctn_next>: Move to... 749 <ctn_next>: ... here.
|
H A D | ChangeLog-2020 | 105 (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 D | ctf-util.c | 286 if (i->ctn_next) in ctf_next_destroy() 287 ctf_next_destroy (i->ctn_next); in ctf_next_destroy()
|
H A D | ctf-impl.h | 543 ctf_next_t *ctn_next; member
|
H A D | ctf-types.c | 208 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 D | ctf-lookup.c | 692 err = ctf_dynhash_next (dynh, &i->ctn_next, &dyn_name, &dyn_value); in ctf_symbol_next()
|
H A D | ChangeLog | 727 * ctf-impl.h (struct ctf_next) <u.ctn_next>: Move to... 728 <ctn_next>: ... here.
|
H A D | ChangeLog-2020 | 105 (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 D | ChangeLog-2020 | 105 (struct ctf_next) <u.ctn_next>: Likewise. 196 (ctf_next_destroy): Destroy ctf_next_t.u.ctn_next if need be.
|