Searched refs:ctn_type (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-types.c | 170 if (!i->ctn_type) in ctf_member_next() 193 i->ctn_type = memb.ctlm_type; in ctf_member_next() 198 i->ctn_type = 0; in ctf_member_next() 202 if (i->ctn_type) in ctf_member_next() 208 ssize_t ret = ctf_member_next (fp, i->ctn_type, &i->ctn_next, name, in ctf_member_next() 218 i->ctn_type = 0; in ctf_member_next() 226 i->ctn_type = 0; in ctf_member_next() 432 i->ctn_type = 1; in ctf_type_next() 443 while (i->ctn_type <= fp->ctf_typemax) in ctf_type_next() 445 const ctf_type_t *tp = LCTF_INDEX_TO_TYPEPTR (fp, i->ctn_type); in ctf_type_next() [all …]
|
H A D | ctf-impl.h | 535 ctf_id_t ctn_type; member
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-types.c | 170 if (!i->ctn_type) in ctf_member_next() 193 i->ctn_type = memb.ctlm_type; in ctf_member_next() 198 i->ctn_type = 0; in ctf_member_next() 202 if (i->ctn_type) in ctf_member_next() 208 ssize_t ret = ctf_member_next (fp, i->ctn_type, &i->ctn_next, name, in ctf_member_next() 218 i->ctn_type = 0; in ctf_member_next() 225 i->ctn_type = 0; in ctf_member_next() 431 i->ctn_type = 1; in ctf_type_next() 442 while (i->ctn_type <= fp->ctf_typemax) in ctf_type_next() 444 const ctf_type_t *tp = LCTF_INDEX_TO_TYPEPTR (fp, i->ctn_type); in ctf_type_next() [all …]
|
H A D | ctf-impl.h | 535 ctf_id_t ctn_type; member
|