Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c144 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members); in ctf_copy_smembers()
147 for (; dmd != NULL; dmd = ctf_list_next(dmd)) { in ctf_copy_smembers()
167 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members); in ctf_copy_lmembers()
170 for (; dmd != NULL; dmd = ctf_list_next(dmd)) { in ctf_copy_lmembers()
192 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members); in ctf_copy_emembers()
195 for (; dmd != NULL; dmd = ctf_list_next(dmd)) { in ctf_copy_emembers()
209 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members); in ctf_copy_membnames()
212 for (; dmd != NULL; dmd = ctf_list_next(dmd)) { in ctf_copy_membnames()
343 for (labelsize = 0, dld = ctf_list_next(&fp->ctf_dldefs); in ctf_update()
344 dld != NULL; dld = ctf_list_next(dld)) in ctf_update()
[all …]
H A Dctf_decl.c76 for (cdp = ctf_list_next(&cd->cd_nodes[i]); in ctf_decl_fini()
78 ndp = ctf_list_next(cdp); in ctf_decl_fini()
147 if (ctf_list_next(&cd->cd_nodes[prec]) == NULL) in ctf_decl_push()
H A Dctf_impl.h279 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next)) macro
H A Dctf_types.c335 for (cdp = ctf_list_next(&cd.cd_nodes[prec]); in ctf_type_qlname()
336 cdp != NULL; cdp = ctf_list_next(cdp)) { in ctf_type_qlname()
430 cdp = ctf_list_next( in ctf_type_qlname()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c1332 for (cdb = ctf_list_next(&cup->cu_bitfields); cdb != NULL; in ctf_dwarf_member_bitfield()
1333 cdb = ctf_list_next(cdb)) { in ctf_dwarf_member_bitfield()
2677 for (cdf = ctf_list_next(&cup->cu_funcs); cdf != NULL; in ctf_dwarf_match_func()
2678 cdf = ctf_list_next(cdf)) { in ctf_dwarf_match_func()
2709 for (cdv = ctf_list_next(&cup->cu_vars); cdv != NULL; in ctf_dwarf_match_var()
2710 cdv = ctf_list_next(cdv)) { in ctf_dwarf_match_var()
3107 for (cdf = ctf_list_next(&cup->cu_funcs); cdf != NULL; cdf = ndf) { in ctf_dwarf_free_die()
3108 ndf = ctf_list_next(cdf); in ctf_dwarf_free_die()
3118 for (cdv = ctf_list_next(&cup->cu_vars); cdv != NULL; cdv = ndv) { in ctf_dwarf_free_die()
3119 ndv = ctf_list_next(cdv); in ctf_dwarf_free_die()
[all …]