HomeSort by: relevance | last modified time | path
    Searched defs:dst_tp (Results 1 - 5 of 5) sorted by relevancy

  /src/external/cddl/osnet/dist/common/ctf/
ctf_create.c 1351 const void *src_tp, *dst_tp; local
1363 if ((dst_tp = ctf_lookup_by_id(&dst_fp, dst_type)) == NULL)
1367 ctf_get_ctt_info(dst_fp, dst_tp, &dst_kind, &dst_vlen, NULL);
1377 (void) ctf_get_ctt_size(dst_fp, dst_tp, &dst_sz, &dst_inc);
1385 dst_mp = (const char *)dst_tp + dst_inc;
  /src/external/gpl3/binutils/dist/libctf/
ctf-create.c 1657 const ctf_type_t *src_tp, *dst_tp; local
1700 if ((dst_tp = ctf_lookup_by_id (&tmp_fp, dst_type)) != NULL)
1701 if (vlen == LCTF_INFO_VLEN (tmp_fp, dst_tp->ctt_info))
1767 if ((dst_tp = ctf_lookup_by_id (&fp, dst_type)) == NULL)
1773 if (LCTF_INFO_ISROOT (fp, dst_tp->ctt_info) & CTF_ADD_ROOT)
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-create.c 1657 const ctf_type_t *src_tp, *dst_tp; local
1700 if ((dst_tp = ctf_lookup_by_id (&tmp_fp, dst_type)) != NULL)
1701 if (vlen == LCTF_INFO_VLEN (tmp_fp, dst_tp->ctt_info))
1767 if ((dst_tp = ctf_lookup_by_id (&fp, dst_type)) == NULL)
1773 if (LCTF_INFO_ISROOT (fp, dst_tp->ctt_info) & CTF_ADD_ROOT)
  /src/external/gpl3/gdb/dist/libctf/
ctf-create.c 1654 const ctf_type_t *src_tp, *dst_tp; local
1697 if ((dst_tp = ctf_lookup_by_id (&tmp_fp, dst_type)) != NULL)
1698 if (vlen == LCTF_INFO_VLEN (tmp_fp, dst_tp->ctt_info))
1764 if ((dst_tp = ctf_lookup_by_id (&fp, dst_type)) == NULL)
1770 if (LCTF_INFO_ISROOT (fp, dst_tp->ctt_info) & CTF_ADD_ROOT)
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-create.c 1585 const ctf_type_t *src_tp, *dst_tp; local
1628 if ((dst_tp = ctf_lookup_by_id (&tmp_fp, dst_type)) != NULL)
1629 if (vlen == LCTF_INFO_VLEN (tmp_fp, dst_tp->ctt_info))
1695 if ((dst_tp = ctf_lookup_by_id (&fp, dst_type)) == NULL)
1701 if (LCTF_INFO_ISROOT (fp, dst_tp->ctt_info) & CTF_ADD_ROOT)

Completed in 30 milliseconds