HomeSort by: relevance | last modified time | path
    Searched refs:CTF_VERSION_2 (Results 1 - 18 of 18) sorted by relevancy

  /src/external/cddl/osnet/dist/tools/ctf/dump/
dump.c 346 ushort_t kind = hp->cth_version == CTF_VERSION_2 ?
348 ushort_t n = hp->cth_version == CTF_VERSION_2 ?
430 id += 1ul << (hp->cth_version == CTF_VERSION_2 ?
441 if (version == CTF_VERSION_2) {
532 if (version == CTF_VERSION_2) {
546 if (version == CTF_VERSION_2)
602 if (version == CTF_VERSION_2) {
643 if (version == CTF_VERSION_2) {
1032 if (pp->ctp_version >= CTF_VERSION_2) {
1037 cd.cd_idwidth = pp->ctp_version == CTF_VERSION_2 ? 2 : 4
    [all...]
  /src/external/cddl/osnet/dist/common/ctf/
ctf_labels.c 42 if (fp->ctf_version < CTF_VERSION_2)
ctf_open.c 399 if (fp->ctf_version == CTF_VERSION_2)
543 if (fp->ctf_version == CTF_VERSION_2)
564 if (fp->ctf_version == CTF_VERSION_2) {
594 if (fp->ctf_version == CTF_VERSION_2) {
776 if (pp->ctp_version == CTF_VERSION_2 ||
859 fp->ctf_idwidth = fp->ctf_version == CTF_VERSION_2 ? 2 : 4;
ctf_types.c 40 if (fp->ctf_version == CTF_VERSION_2) {
69 if (fp->ctf_version == CTF_VERSION_2) {
97 if (fp->ctf_version == CTF_VERSION_2) {
138 if (fp->ctf_version == CTF_VERSION_2) {
467 if (fp->ctf_version == CTF_VERSION_2) {
870 if (fp->ctf_version == CTF_VERSION_2) {
ctf_create.c 111 if (fp->ctf_version == CTF_VERSION_2) {
152 if (fp->ctf_version == CTF_VERSION_2) {
322 if (fp->ctf_version == CTF_VERSION_2) {
340 size += fp->ctf_version == CTF_VERSION_2 ?
349 if (fp->ctf_version == CTF_VERSION_2) {
414 if (fp->ctf_version == CTF_VERSION_2) {
456 if (fp->ctf_version == CTF_VERSION_2) {
484 if (fp->ctf_version == CTF_VERSION_2) {
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctf.c 767 if (h->cth_version == CTF_VERSION_2) {
785 if (h->cth_version == CTF_VERSION_2) {
816 idwidth = version == CTF_VERSION_2 ? 2 : 4;
844 if (version == CTF_VERSION_2)
851 if (version == CTF_VERSION_2) {
953 idwidth = h->cth_version == CTF_VERSION_2 ? 2 : 4;
1003 idwidth = h->cth_version == CTF_VERSION_2 ? 2 : 4;
1036 if (h->cth_version == CTF_VERSION_2)
1090 idwidth = version == CTF_VERSION_2 ? 2 : 4;
1097 maxid = version == CTF_VERSION_2
    [all...]
  /src/external/cddl/osnet/dist/uts/common/sys/
ctf.h 154 #define CTF_VERSION_2 2
  /src/external/gpl3/binutils/dist/include/
ctf.h 203 # define CTF_VERSION_2 3
  /src/external/gpl3/binutils.old/dist/include/
ctf.h 203 # define CTF_VERSION_2 3
  /src/external/gpl3/gcc/dist/include/
ctf.h 203 # define CTF_VERSION_2 3
  /src/external/gpl3/gcc.old/dist/include/
ctf.h 183 # define CTF_VERSION_2 3
  /src/external/gpl3/gdb.old/dist/include/
ctf.h 203 # define CTF_VERSION_2 3
  /src/external/gpl3/gdb/dist/include/
ctf.h 203 # define CTF_VERSION_2 3
  /src/external/cddl/osnet/dist/lib/libctf/common/
ctf_lib.c 251 if (hdr.ctf.ctp_version != CTF_VERSION_2 &&
  /src/external/gpl3/binutils/dist/libctf/
ctf-open.c 214 /* CTF_VERSION_2 */
667 case CTF_VERSION_2: ;
1471 if ((symsect != NULL) && (pp->ctp_version < CTF_VERSION_2))
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-open.c 214 /* CTF_VERSION_2 */
667 case CTF_VERSION_2: ;
1471 if ((symsect != NULL) && (pp->ctp_version < CTF_VERSION_2))
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-open.c 214 /* CTF_VERSION_2 */
667 case CTF_VERSION_2: ;
1469 if ((symsect != NULL) && (pp->ctp_version < CTF_VERSION_2))
  /src/external/gpl3/gdb/dist/libctf/
ctf-open.c 214 /* CTF_VERSION_2 */
667 case CTF_VERSION_2: ;
1471 if ((symsect != NULL) && (pp->ctp_version < CTF_VERSION_2))

Completed in 31 milliseconds