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

/netbsd-current/external/cddl/osnet/dist/common/ctf/
H A Dctf_types.c85 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) {
96 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp++) {
134 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) {
420 uint_t n = LCTF_INFO_VLEN(fp, tp->ctt_info);
675 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) {
690 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp++) {
773 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) {
810 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) {
859 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) {
870 for (n = LCTF_INFO_VLEN(f
[all...]
H A Dctf_impl.h221 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_fileops->ctfo_get_vlen(info)) macro
H A Dctf_lookup.c273 n = LCTF_INFO_VLEN(fp, info);
H A Dctf_open.c174 vlen = LCTF_INFO_VLEN(fp, info);
232 ulong_t vlen = LCTF_INFO_VLEN(fp, tp->ctt_info);
352 ulong_t vlen = LCTF_INFO_VLEN(fp, tp->ctt_info);
H A Dctf_create.c1293 vlen = LCTF_INFO_VLEN(src_fp, tp->ctt_info);
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-types.c70 for (n = LCTF_INFO_VLEN (fp, tp->ctt_info); n != 0; n--, mp++)
82 for (n = LCTF_INFO_VLEN (fp, tp->ctt_info); n != 0; n--, lmp++)
156 i->ctn_n = LCTF_INFO_VLEN (fp, tp->ctt_info);
255 for (n = LCTF_INFO_VLEN (fp, tp->ctt_info); n != 0; n--, ep++)
330 i->ctn_n = LCTF_INFO_VLEN (fp, tp->ctt_info);
985 uint32_t n = LCTF_INFO_VLEN (fp, tp->ctt_info);
1380 return LCTF_INFO_VLEN (fp, tp->ctt_info);
1414 for (n = LCTF_INFO_VLEN (fp, tp->ctt_info); n != 0; n--, mp++)
1429 for (n = LCTF_INFO_VLEN (fp, tp->ctt_info); n != 0; n--, lmp++)
1523 for (n = LCTF_INFO_VLEN (f
[all...]
H A Dctf-lookup.c400 n = LCTF_INFO_VLEN (fp, info);
H A Dctf-create.c308 uint32_t vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info);
397 uint32_t vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info);
1351 vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info);
1410 vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info);
1735 vlen = LCTF_INFO_VLEN (src_fp, src_tp->ctt_info);
1760 if (vlen == LCTF_INFO_VLEN (tmp_fp, dst_tp->ctt_info))
H A Dctf-open.c291 vlen = LCTF_INFO_VLEN (fp, info);
687 unsigned long vlen = LCTF_INFO_VLEN (fp, tp->ctt_info);
764 unsigned long vlen = LCTF_INFO_VLEN (fp, tp->ctt_info);
H A Dctf-impl.h540 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_fileops->ctfo_get_vlen(info)) macro
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-types.c44 if (!ctf_assert (fp, n < LCTF_INFO_VLEN (fp, tp->ctt_info)))
142 unsigned long vlen = LCTF_INFO_VLEN (fp, tp->ctt_info);
162 max_vlen = LCTF_INFO_VLEN (fp, i->ctn_tp->ctt_info);
307 i->ctn_n = LCTF_INFO_VLEN (fp, tp->ctt_info);
996 uint32_t i = 0, n = LCTF_INFO_VLEN (fp, tp->ctt_info);
1366 return LCTF_INFO_VLEN (fp, tp->ctt_info);
1394 n = LCTF_INFO_VLEN (fp, tp->ctt_info);
1496 for (n = LCTF_INFO_VLEN (fp, tp->ctt_info); n != 0; n--, ep++)
1538 for (n = LCTF_INFO_VLEN (fp, tp->ctt_info); n != 0; n--, ep++)
1578 fip->ctc_argc = LCTF_INFO_VLEN (f
[all...]
H A Dctf-create.c254 size_t vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info);
1068 vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info);
1132 vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info);
1590 vlen = LCTF_INFO_VLEN (src_fp, src_tp->ctt_info);
1615 if (vlen == LCTF_INFO_VLEN (tmp_fp, dst_tp->ctt_info))
H A Dctf-impl.h591 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_dictops->ctfo_get_vlen(info)) macro
H A Dctf-serialize.c736 uint32_t vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info);
800 uint32_t vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info);
H A Dctf-open.c714 unsigned long vlen = LCTF_INFO_VLEN (fp, tp->ctt_info);
792 unsigned long vlen = LCTF_INFO_VLEN (fp, tp->ctt_info);
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-types.c44 if (!ctf_assert (fp, n < LCTF_INFO_VLEN (fp, tp->ctt_info)))
142 unsigned long vlen = LCTF_INFO_VLEN (fp, tp->ctt_info);
162 max_vlen = LCTF_INFO_VLEN (fp, i->ctn_tp->ctt_info);
307 i->ctn_n = LCTF_INFO_VLEN (fp, tp->ctt_info);
996 uint32_t i = 0, n = LCTF_INFO_VLEN (fp, tp->ctt_info);
1366 return LCTF_INFO_VLEN (fp, tp->ctt_info);
1394 n = LCTF_INFO_VLEN (fp, tp->ctt_info);
1496 for (n = LCTF_INFO_VLEN (fp, tp->ctt_info); n != 0; n--, ep++)
1538 for (n = LCTF_INFO_VLEN (fp, tp->ctt_info); n != 0; n--, ep++)
1578 fip->ctc_argc = LCTF_INFO_VLEN (f
[all...]
H A Dctf-create.c254 size_t vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info);
1068 vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info);
1132 vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info);
1590 vlen = LCTF_INFO_VLEN (src_fp, src_tp->ctt_info);
1615 if (vlen == LCTF_INFO_VLEN (tmp_fp, dst_tp->ctt_info))
H A Dctf-impl.h591 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_dictops->ctfo_get_vlen(info)) macro
H A Dctf-serialize.c736 uint32_t vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info);
800 uint32_t vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info);
H A Dctf-open.c714 unsigned long vlen = LCTF_INFO_VLEN (fp, tp->ctt_info);
792 unsigned long vlen = LCTF_INFO_VLEN (fp, tp->ctt_info);
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-types.c44 if (!ctf_assert (fp, n < LCTF_INFO_VLEN (fp, tp->ctt_info)))
142 unsigned long vlen = LCTF_INFO_VLEN (fp, tp->ctt_info);
162 max_vlen = LCTF_INFO_VLEN (fp, i->ctn_tp->ctt_info);
307 i->ctn_n = LCTF_INFO_VLEN (fp, tp->ctt_info);
996 uint32_t i = 0, n = LCTF_INFO_VLEN (fp, tp->ctt_info);
1366 return LCTF_INFO_VLEN (fp, tp->ctt_info);
1394 n = LCTF_INFO_VLEN (fp, tp->ctt_info);
1496 for (n = LCTF_INFO_VLEN (fp, tp->ctt_info); n != 0; n--, ep++)
1538 for (n = LCTF_INFO_VLEN (fp, tp->ctt_info); n != 0; n--, ep++)
1578 fip->ctc_argc = LCTF_INFO_VLEN (f
[all...]
H A Dctf-create.c254 size_t vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info);
1068 vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info);
1132 vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info);
1590 vlen = LCTF_INFO_VLEN (src_fp, src_tp->ctt_info);
1615 if (vlen == LCTF_INFO_VLEN (tmp_fp, dst_tp->ctt_info))
H A Dctf-impl.h591 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_dictops->ctfo_get_vlen(info)) macro
H A Dctf-serialize.c736 uint32_t vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info);
800 uint32_t vlen = LCTF_INFO_VLEN (fp, dtd->dtd_data.ctt_info);
H A Dctf-open.c714 unsigned long vlen = LCTF_INFO_VLEN (fp, tp->ctt_info);
792 unsigned long vlen = LCTF_INFO_VLEN (fp, tp->ctt_info);

Completed in 582 milliseconds