Searched refs:ctf_list_next (Results 1 - 25 of 43) sorted by relevance

12

/netbsd-current/external/cddl/osnet/dist/common/ctf/
H A Dctf_decl.c81 for (cdp = ctf_list_next(&cd->cd_nodes[i]);
83 ndp = ctf_list_next(cdp);
152 if (ctf_list_next(&cd->cd_nodes[prec]) == NULL)
H A Dctf_create.c99 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members);
102 for (; dmd != NULL; dmd = ctf_list_next(dmd)) {
122 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members);
125 for (; dmd != NULL; dmd = ctf_list_next(dmd)) {
147 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members);
150 for (; dmd != NULL; dmd = ctf_list_next(dmd)) {
164 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members);
167 for (; dmd != NULL; dmd = ctf_list_next(dmd)) {
278 for (size = 0, dtd = ctf_list_next(&fp->ctf_dtdefs);
279 dtd != NULL; dtd = ctf_list_next(dt
[all...]
H A Dctf_impl.h293 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next)) macro
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-decl.c65 for (cdp = ctf_list_next (&cd->cd_nodes[i]); cdp != NULL; cdp = ndp)
67 ndp = ctf_list_next (cdp);
147 if (ctf_list_next (&cd->cd_nodes[prec]) == NULL)
H A Dctf-string.c82 for (ref = ctf_list_next (&atom->csa_refs); ref != NULL; ref = next)
84 next = ctf_list_next (ref);
359 for (aref = ctf_list_next (&atom->csa_refs); aref != NULL; aref = anext)
361 anext = ctf_list_next (aref);
417 for (ref = ctf_list_next (&refs->csa_refs); ref != NULL;
418 ref = ctf_list_next (ref))
H A Dctf-serialize.c444 for (dvd = ctf_list_next (&fp->ctf_dvdefs); dvd != NULL; dvd = nvd)
446 nvd = ctf_list_next (dvd);
732 for (type_size = 0, dtd = ctf_list_next (&fp->ctf_dtdefs);
733 dtd != NULL; dtd = ctf_list_next (dtd))
796 for (dtd = ctf_list_next (&fp->ctf_dtdefs);
797 dtd != NULL; dtd = ctf_list_next (dtd))
1008 for (nvars = 0, dvd = ctf_list_next (&fp->ctf_dvdefs);
1009 dvd != NULL; dvd = ctf_list_next (dvd), nvars++);
1050 for (i = 0, dvd = ctf_list_next (&fp->ctf_dvdefs); dvd != NULL;
1051 dvd = ctf_list_next (dv
[all...]
H A Dctf-dump.c74 for (cdi = ctf_list_next (&state->cds_items); cdi != NULL;
78 next_cdi = ctf_list_next (cdi);
768 state->cds_current = ctf_list_next (&state->cds_items);
770 state->cds_current = ctf_list_next (state->cds_current);
H A Dctf-open.c1760 for (dtd = ctf_list_next (&fp->ctf_dtdefs); dtd != NULL; dtd = ntd)
1762 ntd = ctf_list_next (dtd);
1781 for (dvd = ctf_list_next (&fp->ctf_dvdefs); dvd != NULL; dvd = nvd)
1783 nvd = ctf_list_next (dvd);
1795 for (did = ctf_list_next (&fp->ctf_in_flight_dynsyms); did != NULL; did = nid)
1797 nid = ctf_list_next (did);
1828 for (err = ctf_list_next (&fp->ctf_errs_warnings); err != NULL; err = nerr)
1830 nerr = ctf_list_next (err);
H A Dctf-subr.c318 cew = ctf_list_next (errlist);
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-decl.c65 for (cdp = ctf_list_next (&cd->cd_nodes[i]); cdp != NULL; cdp = ndp)
67 ndp = ctf_list_next (cdp);
146 if (ctf_list_next (&cd->cd_nodes[prec]) == NULL)
H A Dctf-string.c81 for (ref = ctf_list_next (&atom->csa_refs); ref != NULL; ref = next)
83 next = ctf_list_next (ref);
276 for (aref = ctf_list_next (&atom->csa_refs); aref != NULL; aref = anext)
278 anext = ctf_list_next (aref);
329 for (ref = ctf_list_next (&refs->csa_refs); ref != NULL;
330 ref = ctf_list_next (ref))
H A Dctf-types.c95 for (dmd = ctf_list_next (&dtd->dtd_u.dtu_members);
96 dmd != NULL; dmd = ctf_list_next (dmd))
166 i->u.ctn_dmd = ctf_list_next (&dtd->dtd_u.dtu_members);
215 i->u.ctn_dmd = ctf_list_next (i->u.ctn_dmd);
266 for (dmd = ctf_list_next (&dtd->dtd_u.dtu_members);
267 dmd != NULL; dmd = ctf_list_next (dmd))
336 i->u.ctn_dmd = ctf_list_next (&dtd->dtd_u.dtu_members);
379 i->u.ctn_dmd = ctf_list_next (i->u.ctn_dmd);
512 for (dvd = ctf_list_next (&fp->ctf_dvdefs); dvd != NULL;
513 dvd = ctf_list_next (dv
[all...]
H A Dctf-create.c161 ctf_dmdef_t *dmd = ctf_list_next (&dtd->dtd_u.dtu_members);
164 for (; dmd != NULL; dmd = ctf_list_next (dmd))
186 ctf_dmdef_t *dmd = ctf_list_next (&dtd->dtd_u.dtu_members);
189 for (; dmd != NULL; dmd = ctf_list_next (dmd))
212 ctf_dmdef_t *dmd = ctf_list_next (&dtd->dtd_u.dtu_members);
215 for (; dmd != NULL; dmd = ctf_list_next (dmd))
304 for (type_size = 0, dtd = ctf_list_next (&fp->ctf_dtdefs);
305 dtd != NULL; dtd = ctf_list_next (dtd))
346 for (nvars = 0, dvd = ctf_list_next (&fp->ctf_dvdefs);
347 dvd != NULL; dvd = ctf_list_next (dv
[all...]
H A Dctf-dump.c73 for (cdi = ctf_list_next (&state->cds_items); cdi != NULL;
77 next_cdi = ctf_list_next (cdi);
735 state->cds_current = ctf_list_next (&state->cds_items);
737 state->cds_current = ctf_list_next (state->cds_current);
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-decl.c65 for (cdp = ctf_list_next (&cd->cd_nodes[i]); cdp != NULL; cdp = ndp)
67 ndp = ctf_list_next (cdp);
147 if (ctf_list_next (&cd->cd_nodes[prec]) == NULL)
H A Dctf-string.c82 for (ref = ctf_list_next (&atom->csa_refs); ref != NULL; ref = next)
84 next = ctf_list_next (ref);
359 for (aref = ctf_list_next (&atom->csa_refs); aref != NULL; aref = anext)
361 anext = ctf_list_next (aref);
417 for (ref = ctf_list_next (&refs->csa_refs); ref != NULL;
418 ref = ctf_list_next (ref))
H A Dctf-serialize.c444 for (dvd = ctf_list_next (&fp->ctf_dvdefs); dvd != NULL; dvd = nvd)
446 nvd = ctf_list_next (dvd);
732 for (type_size = 0, dtd = ctf_list_next (&fp->ctf_dtdefs);
733 dtd != NULL; dtd = ctf_list_next (dtd))
796 for (dtd = ctf_list_next (&fp->ctf_dtdefs);
797 dtd != NULL; dtd = ctf_list_next (dtd))
1008 for (nvars = 0, dvd = ctf_list_next (&fp->ctf_dvdefs);
1009 dvd != NULL; dvd = ctf_list_next (dvd), nvars++);
1050 for (i = 0, dvd = ctf_list_next (&fp->ctf_dvdefs); dvd != NULL;
1051 dvd = ctf_list_next (dv
[all...]
H A Dctf-dump.c74 for (cdi = ctf_list_next (&state->cds_items); cdi != NULL;
78 next_cdi = ctf_list_next (cdi);
768 state->cds_current = ctf_list_next (&state->cds_items);
770 state->cds_current = ctf_list_next (state->cds_current);
H A Dctf-open.c1760 for (dtd = ctf_list_next (&fp->ctf_dtdefs); dtd != NULL; dtd = ntd)
1762 ntd = ctf_list_next (dtd);
1781 for (dvd = ctf_list_next (&fp->ctf_dvdefs); dvd != NULL; dvd = nvd)
1783 nvd = ctf_list_next (dvd);
1795 for (did = ctf_list_next (&fp->ctf_in_flight_dynsyms); did != NULL; did = nid)
1797 nid = ctf_list_next (did);
1828 for (err = ctf_list_next (&fp->ctf_errs_warnings); err != NULL; err = nerr)
1830 nerr = ctf_list_next (err);
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-decl.c65 for (cdp = ctf_list_next (&cd->cd_nodes[i]); cdp != NULL; cdp = ndp)
67 ndp = ctf_list_next (cdp);
147 if (ctf_list_next (&cd->cd_nodes[prec]) == NULL)
H A Dctf-string.c82 for (ref = ctf_list_next (&atom->csa_refs); ref != NULL; ref = next)
84 next = ctf_list_next (ref);
359 for (aref = ctf_list_next (&atom->csa_refs); aref != NULL; aref = anext)
361 anext = ctf_list_next (aref);
417 for (ref = ctf_list_next (&refs->csa_refs); ref != NULL;
418 ref = ctf_list_next (ref))
H A Dctf-serialize.c444 for (dvd = ctf_list_next (&fp->ctf_dvdefs); dvd != NULL; dvd = nvd)
446 nvd = ctf_list_next (dvd);
732 for (type_size = 0, dtd = ctf_list_next (&fp->ctf_dtdefs);
733 dtd != NULL; dtd = ctf_list_next (dtd))
796 for (dtd = ctf_list_next (&fp->ctf_dtdefs);
797 dtd != NULL; dtd = ctf_list_next (dtd))
1008 for (nvars = 0, dvd = ctf_list_next (&fp->ctf_dvdefs);
1009 dvd != NULL; dvd = ctf_list_next (dvd), nvars++);
1050 for (i = 0, dvd = ctf_list_next (&fp->ctf_dvdefs); dvd != NULL;
1051 dvd = ctf_list_next (dv
[all...]
H A Dctf-dump.c74 for (cdi = ctf_list_next (&state->cds_items); cdi != NULL;
78 next_cdi = ctf_list_next (cdi);
768 state->cds_current = ctf_list_next (&state->cds_items);
770 state->cds_current = ctf_list_next (state->cds_current);
H A Dctf-open.c1760 for (dtd = ctf_list_next (&fp->ctf_dtdefs); dtd != NULL; dtd = ntd)
1762 ntd = ctf_list_next (dtd);
1781 for (dvd = ctf_list_next (&fp->ctf_dvdefs); dvd != NULL; dvd = nvd)
1783 nvd = ctf_list_next (dvd);
1795 for (did = ctf_list_next (&fp->ctf_in_flight_dynsyms); did != NULL; did = nid)
1797 nid = ctf_list_next (did);
1828 for (err = ctf_list_next (&fp->ctf_errs_warnings); err != NULL; err = nerr)
1830 nerr = ctf_list_next (err);
/netbsd-current/external/cddl/osnet/dev/fbt/
H A Dfbt.c781 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next)) macro
878 for (cdp = ctf_list_next(&cd->cd_nodes[i]);
880 ndp = ctf_list_next(cdp);
1006 if (ctf_list_next(&cd->cd_nodes[prec]) == NULL)
1078 for (cdp = ctf_list_next(&cd.cd_nodes[prec]);
1079 cdp != NULL; cdp = ctf_list_next(cdp)) {

Completed in 306 milliseconds

12