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

  /src/external/gpl3/gdb.old/dist/gdb/
tracefile.c 70 struct uploaded_tsv *uploaded_tsvs = NULL, *utsv; local
120 for (utsv = uploaded_tsvs; utsv; utsv = utsv->next)
121 writer->ops->write_uploaded_tsv (writer, utsv);
tracectf.c 980 struct uploaded_tsv *utsv = NULL; local
994 utsv = get_uploaded_tsv ((int32_t) bt_ctf_get_int64 (def),
998 utsv->builtin = (int32_t) bt_ctf_get_int64 (def);
1000 utsv->initial_value = bt_ctf_get_int64 (def);
1003 utsv->name = xstrdup (bt_ctf_get_string (def));
tracepoint.c 2973 struct uploaded_tsv *utsv; local
2975 for (utsv = *utsvp; utsv; utsv = utsv->next)
2976 if (utsv->number == num)
2977 return utsv;
2979 utsv = XCNEW (struct uploaded_tsv);
2980 utsv->number = num;
2981 utsv->next = *utsvp
3167 struct uploaded_tsv *utsv; local
3520 struct uploaded_tsv *utsv = NULL; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
tracefile.c 70 struct uploaded_tsv *uploaded_tsvs = NULL, *utsv; local
120 for (utsv = uploaded_tsvs; utsv; utsv = utsv->next)
121 writer->ops->write_uploaded_tsv (writer, utsv);
tracectf.c 980 struct uploaded_tsv *utsv = NULL; local
994 utsv = get_uploaded_tsv ((int32_t) bt_ctf_get_int64 (def),
998 utsv->builtin = (int32_t) bt_ctf_get_int64 (def);
1000 utsv->initial_value = bt_ctf_get_int64 (def);
1003 utsv->name = xstrdup (bt_ctf_get_string (def));
tracepoint.c 2973 struct uploaded_tsv *utsv; local
2975 for (utsv = *utsvp; utsv; utsv = utsv->next)
2976 if (utsv->number == num)
2977 return utsv;
2979 utsv = XCNEW (struct uploaded_tsv);
2980 utsv->number = num;
2981 utsv->next = *utsvp
3167 struct uploaded_tsv *utsv; local
3520 struct uploaded_tsv *utsv = NULL; local
    [all...]

Completed in 24 milliseconds