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

  /src/external/cddl/osnet/dist/common/ctf/
ctf_labels.c 60 const ctf_lblent_t *ctlp = NULL; // XXX: gcc local
64 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR)
72 if ((s = ctf_strraw(fp, (ctlp + num_labels - 1)->ctl_label)) == NULL)
85 const ctf_lblent_t *ctlp = NULL; // XXX: gcc local
91 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR)
97 for (i = 0; i < num_labels; i++, ctlp++) {
98 if ((lname = ctf_strraw(fp, ctlp->ctl_label)) == NULL) {
100 "typeidx %u\n", ctlp->ctl_label, ctlp->ctl_typeidx);
104 linfo.ctb_typeidx = ctlp->ctl_typeidx
    [all...]
  /src/external/gpl3/binutils/dist/libctf/
ctf-labels.c 42 const ctf_lblent_t *ctlp = NULL; local
46 if (extract_label_info (fp, &ctlp, &num_labels) < 0)
55 if ((s = ctf_strraw (fp, (ctlp + num_labels - 1)->ctl_label)) == NULL)
66 const ctf_lblent_t *ctlp = NULL; local
73 if (extract_label_info (fp, &ctlp, &num_labels) < 0)
79 for (i = 0; i < num_labels; i++, ctlp++)
81 if ((lname = ctf_strraw (fp, ctlp->ctl_label)) == NULL)
86 ctlp->ctl_label, ctlp->ctl_type);
90 linfo.ctb_type = ctlp->ctl_type
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-labels.c 42 const ctf_lblent_t *ctlp = NULL; local
46 if (extract_label_info (fp, &ctlp, &num_labels) < 0)
55 if ((s = ctf_strraw (fp, (ctlp + num_labels - 1)->ctl_label)) == NULL)
66 const ctf_lblent_t *ctlp = NULL; local
73 if (extract_label_info (fp, &ctlp, &num_labels) < 0)
79 for (i = 0; i < num_labels; i++, ctlp++)
81 if ((lname = ctf_strraw (fp, ctlp->ctl_label)) == NULL)
86 ctlp->ctl_label, ctlp->ctl_type);
90 linfo.ctb_type = ctlp->ctl_type
    [all...]
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-labels.c 42 const ctf_lblent_t *ctlp = NULL; local
46 if (extract_label_info (fp, &ctlp, &num_labels) < 0)
55 if ((s = ctf_strraw (fp, (ctlp + num_labels - 1)->ctl_label)) == NULL)
66 const ctf_lblent_t *ctlp = NULL; local
73 if (extract_label_info (fp, &ctlp, &num_labels) < 0)
79 for (i = 0; i < num_labels; i++, ctlp++)
81 if ((lname = ctf_strraw (fp, ctlp->ctl_label)) == NULL)
86 ctlp->ctl_label, ctlp->ctl_type);
90 linfo.ctb_type = ctlp->ctl_type
    [all...]
  /src/external/gpl3/gdb/dist/libctf/
ctf-labels.c 42 const ctf_lblent_t *ctlp = NULL; local
46 if (extract_label_info (fp, &ctlp, &num_labels) < 0)
55 if ((s = ctf_strraw (fp, (ctlp + num_labels - 1)->ctl_label)) == NULL)
66 const ctf_lblent_t *ctlp = NULL; local
73 if (extract_label_info (fp, &ctlp, &num_labels) < 0)
79 for (i = 0; i < num_labels; i++, ctlp++)
81 if ((lname = ctf_strraw (fp, ctlp->ctl_label)) == NULL)
86 ctlp->ctl_label, ctlp->ctl_type);
90 linfo.ctb_type = ctlp->ctl_type
    [all...]

Completed in 18 milliseconds