HomeSort by: relevance | last modified time | path
    Searched defs:src_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
1361 if ((src_tp = ctf_lookup_by_id(&src_fp, src_type)) == NULL)
1366 ctf_get_ctt_info(src_fp, src_tp, &src_kind, &src_vlen, NULL);
1376 (void) ctf_get_ctt_size(src_fp, src_tp, &src_sz, &src_inc);
1384 src_mp = (const char *)src_tp + src_inc;
  /src/external/gpl3/binutils/dist/libctf/
ctf-create.c 1657 const ctf_type_t *src_tp, *dst_tp; local
1666 if ((src_tp = ctf_lookup_by_id (&src_fp, src_type)) == NULL)
1673 name = ctf_strptr (src_fp, src_tp->ctt_name);
1674 kind = LCTF_INFO_KIND (src_fp, src_tp->ctt_info);
1675 flag = LCTF_INFO_ISROOT (src_fp, src_tp->ctt_info);
1676 vlen = LCTF_INFO_VLEN (src_fp, src_tp->ctt_info);
1711 forward_kind = src_tp->ctt_type;
1910 src_tp->ctt_type,
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-create.c 1657 const ctf_type_t *src_tp, *dst_tp; local
1666 if ((src_tp = ctf_lookup_by_id (&src_fp, src_type)) == NULL)
1673 name = ctf_strptr (src_fp, src_tp->ctt_name);
1674 kind = LCTF_INFO_KIND (src_fp, src_tp->ctt_info);
1675 flag = LCTF_INFO_ISROOT (src_fp, src_tp->ctt_info);
1676 vlen = LCTF_INFO_VLEN (src_fp, src_tp->ctt_info);
1711 forward_kind = src_tp->ctt_type;
1910 src_tp->ctt_type,
  /src/external/gpl3/gdb/dist/libctf/
ctf-create.c 1654 const ctf_type_t *src_tp, *dst_tp; local
1663 if ((src_tp = ctf_lookup_by_id (&src_fp, src_type)) == NULL)
1670 name = ctf_strptr (src_fp, src_tp->ctt_name);
1671 kind = LCTF_INFO_KIND (src_fp, src_tp->ctt_info);
1672 flag = LCTF_INFO_ISROOT (src_fp, src_tp->ctt_info);
1673 vlen = LCTF_INFO_VLEN (src_fp, src_tp->ctt_info);
1708 forward_kind = src_tp->ctt_type;
1907 src_tp->ctt_type,
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-create.c 1585 const ctf_type_t *src_tp, *dst_tp; local
1594 if ((src_tp = ctf_lookup_by_id (&src_fp, src_type)) == NULL)
1601 name = ctf_strptr (src_fp, src_tp->ctt_name);
1602 kind = LCTF_INFO_KIND (src_fp, src_tp->ctt_info);
1603 flag = LCTF_INFO_ISROOT (src_fp, src_tp->ctt_info);
1604 vlen = LCTF_INFO_VLEN (src_fp, src_tp->ctt_info);
1639 forward_kind = src_tp->ctt_type;
1838 src_tp->ctt_type,

Completed in 27 milliseconds