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

  /src/external/cddl/osnet/dist/common/ctf/
ctf_create.c 1331 * equivalent dst_fp type by a final loop in ctf_add_type(), below.
1403 * The ctf_add_type routine is used to copy a type from a source CTF container
1410 ctf_add_type(ctf_file_t *dst_fp, ctf_file_t *src_fp, ctf_id_t src_type) function
1486 * we are looking for. This is necessary to permit ctf_add_type() to
1550 ctf_add_type(dst_fp, src_fp,
1573 src_type = ctf_add_type(dst_fp, src_fp, src_type);
1586 ctf_add_type(dst_fp, src_fp, src_ar.ctr_contents);
1588 ctf_add_type(dst_fp, src_fp, src_ar.ctr_index);
1607 ctc.ctc_return = ctf_add_type(dst_fp, src_fp, type);
1667 if ((dmd->dmd_type = ctf_add_type(dst_fp, src_fp
    [all...]
  /src/external/gpl3/binutils/dist/libctf/
ctf-create.c 1545 /* Record the correspondence between a source and ctf_add_type()-added
1640 /* The ctf_add_type routine is used to copy a type from a source CTF dictionary
1747 _("ctf_add_type: conflict for type %s: "
2067 ctf_add_type (ctf_dict_t *dst_fp, ctf_dict_t *src_fp, ctf_id_t src_type) function
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-create.c 1545 /* Record the correspondence between a source and ctf_add_type()-added
1640 /* The ctf_add_type routine is used to copy a type from a source CTF dictionary
1747 _("ctf_add_type: conflict for type %s: "
2067 ctf_add_type (ctf_dict_t *dst_fp, ctf_dict_t *src_fp, ctf_id_t src_type) function
  /src/external/gpl3/gdb/dist/libctf/
ctf-create.c 1542 /* Record the correspondence between a source and ctf_add_type()-added
1637 /* The ctf_add_type routine is used to copy a type from a source CTF dictionary
1744 _("ctf_add_type: conflict for type %s: "
2064 ctf_add_type (ctf_dict_t *dst_fp, ctf_dict_t *src_fp, ctf_id_t src_type) function
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-create.c 1473 /* Record the correspondence between a source and ctf_add_type()-added
1568 /* The ctf_add_type routine is used to copy a type from a source CTF dictionary
1675 _("ctf_add_type: conflict for type %s: "
1990 ctf_add_type (ctf_dict_t *dst_fp, ctf_dict_t *src_fp, ctf_id_t src_type) function

Completed in 32 milliseconds