| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| ctf.c | 708 h.cth_version = CTF_VERSION_3; 767 if (h->cth_version == CTF_VERSION_2) { 785 if (h->cth_version == CTF_VERSION_2) { 812 uint_t version = h->cth_version; 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) 1089 version = h->cth_version; 1476 if (h->cth_version != CTF_VERSION_2 && h->cth_version != CTF_VERSION_3 [all...] |
| /src/external/cddl/osnet/dist/tools/ctf/dump/ |
| dump.c | 194 (void) printf(" cth_version = %u\n", hp->cth_version); 346 ushort_t kind = hp->cth_version == CTF_VERSION_2 ? 348 ushort_t n = hp->cth_version == CTF_VERSION_2 ? 426 version = hp->cth_version; 430 id += 1ul << (hp->cth_version == CTF_VERSION_2 ?
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-dump.c | 309 if (hp->cth_version <= CTF_VERSION) 310 verstr = vertab[hp->cth_version]; 315 if (asprintf (&str, "Version: %i (%s)\n", hp->cth_version,
|
| ctf-open.c | 392 cth->cth_version = ctf_version; 653 switch (cth->cth_version) 1669 ctf_set_version (fp, hp, hp->cth_version);
|
| ctf-serialize.c | 979 hdr.cth_version = CTF_VERSION;
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-dump.c | 309 if (hp->cth_version <= CTF_VERSION) 310 verstr = vertab[hp->cth_version]; 315 if (asprintf (&str, "Version: %i (%s)\n", hp->cth_version,
|
| ctf-open.c | 392 cth->cth_version = ctf_version; 653 switch (cth->cth_version) 1669 ctf_set_version (fp, hp, hp->cth_version);
|
| ctf-serialize.c | 973 hdr.cth_version = CTF_VERSION;
|
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-dump.c | 309 if (hp->cth_version <= CTF_VERSION) 310 verstr = vertab[hp->cth_version]; 315 if (asprintf (&str, "Version: %i (%s)\n", hp->cth_version,
|
| ctf-open.c | 392 cth->cth_version = ctf_version; 653 switch (cth->cth_version) 1667 ctf_set_version (fp, hp, hp->cth_version);
|
| ctf-serialize.c | 973 hdr.cth_version = CTF_VERSION;
|
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-dump.c | 309 if (hp->cth_version <= CTF_VERSION) 310 verstr = vertab[hp->cth_version]; 315 if (asprintf (&str, "Version: %i (%s)\n", hp->cth_version,
|
| ctf-open.c | 392 cth->cth_version = ctf_version; 653 switch (cth->cth_version) 1590 ctf_set_version (fp, hp, hp->cth_version);
|
| ctf-serialize.c | 973 hdr.cth_version = CTF_VERSION;
|
| /src/external/cddl/osnet/dist/uts/common/sys/ |
| ctf.h | 42 #define cth_version cth_preamble.ctp_version macro
|
| /src/external/gpl3/binutils/dist/include/ |
| ctf.h | 185 #define cth_version cth_preamble.ctp_version macro
|
| /src/external/gpl3/binutils.old/dist/include/ |
| ctf.h | 185 #define cth_version cth_preamble.ctp_version macro
|
| /src/external/gpl3/gcc/dist/include/ |
| ctf.h | 185 #define cth_version cth_preamble.ctp_version macro
|
| /src/external/gpl3/gcc.old/dist/include/ |
| ctf.h | 165 #define cth_version cth_preamble.ctp_version macro
|
| /src/external/gpl3/gdb/dist/include/ |
| ctf.h | 185 #define cth_version cth_preamble.ctp_version macro
|
| /src/external/gpl3/gdb.old/dist/include/ |
| ctf.h | 185 #define cth_version cth_preamble.ctp_version macro
|
| /src/external/cddl/osnet/dev/fbt/ |
| fbt.c | 608 (void) fbt_get_ctt_size(hp->cth_version, tp, &size, &increment); 697 (void) fbt_get_ctt_size(hp->cth_version, tp, &size, &increment); 925 (void) fbt_get_ctt_size(hp->cth_version, tp, NULL, &increment);
|
| /src/external/cddl/osnet/dist/common/ctf/ |
| ctf_open.c | 858 fp->ctf_version = hp.cth_version; 860 fp->ctf_fileops = &ctf_fileops[hp.cth_version];
|
| ctf_create.c | 307 hdr.cth_version = fp->ctf_version;
|