Searched refs:ctp_version (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | ctf.h | 115 uchar_t ctp_version; /* data format version number (CTF_VERSION) */ member 132 #define cth_version cth_preamble.ctp_version
|
/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | ctf.h | 143 unsigned char ctp_version; /* Data format version number (CTF_VERSION). */ member 165 #define cth_version cth_preamble.ctp_version
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf.h | 149 unsigned char ctp_version; /* Data format version number (CTF_VERSION). */ member 185 #define cth_version cth_preamble.ctp_version
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf.h | 149 unsigned char ctp_version; /* Data format version number (CTF_VERSION). */ member 185 #define cth_version cth_preamble.ctp_version
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-open.c | 972 swap_thing (cth->cth_preamble.ctp_version); in ctf_flip_header() 1364 pp->ctp_magic, pp->ctp_version); in ctf_bufopen_internal() 1378 if (pp->ctp_version != CTF_VERSION_3) in ctf_bufopen_internal() 1386 if (_libctf_unlikely_ ((pp->ctp_version < CTF_VERSION_1) in ctf_bufopen_internal() 1387 || (pp->ctp_version > CTF_VERSION_3))) in ctf_bufopen_internal() 1390 if ((symsect != NULL) && (pp->ctp_version < CTF_VERSION_2)) in ctf_bufopen_internal() 1398 pp->ctp_version); in ctf_bufopen_internal() 1402 if (pp->ctp_version < CTF_VERSION_3) in ctf_bufopen_internal() 1431 if (pp->ctp_version < CTF_VERSION_3) in ctf_bufopen_internal()
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-open.c | 972 swap_thing (cth->cth_preamble.ctp_version); in ctf_flip_header() 1363 pp->ctp_magic, pp->ctp_version); in ctf_bufopen_internal() 1377 if (pp->ctp_version != CTF_VERSION_3) in ctf_bufopen_internal() 1385 if (_libctf_unlikely_ ((pp->ctp_version < CTF_VERSION_1) in ctf_bufopen_internal() 1386 || (pp->ctp_version > CTF_VERSION_3))) in ctf_bufopen_internal() 1389 if ((symsect != NULL) && (pp->ctp_version < CTF_VERSION_2)) in ctf_bufopen_internal() 1397 pp->ctp_version); in ctf_bufopen_internal() 1401 if (pp->ctp_version < CTF_VERSION_3) in ctf_bufopen_internal() 1430 if (pp->ctp_version < CTF_VERSION_3) in ctf_bufopen_internal()
|
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_open.c | 576 pp->ctp_magic, pp->ctp_version); in ctf_bufopen() 587 if (pp->ctp_version == CTF_VERSION_2) { in ctf_bufopen() 594 } else if (pp->ctp_version == CTF_VERSION_1) { in ctf_bufopen()
|
H A D | ctf_create.c | 60 .ctp_version = CTF_VERSION, in ctf_create()
|
/netbsd-src/external/cddl/osnet/dist/tools/ctf/dump/ |
H A D | dump.c | 938 if (pp->ctp_version == CTF_VERSION) { in main() 950 pp->ctp_version); in main()
|
/netbsd-src/external/cddl/osnet/dist/lib/libctf/common/ |
H A D | ctf_lib.c | 251 if (hdr.ctf.ctp_version > CTF_VERSION) in ctf_fdopen()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/ |
H A D | ctf-spec.texi | 261 unsigned char ctp_version; 274 @multitable {Offset} {@code{unsigned char ctp_version}} {The magic number for CTF dictionaries} 288 @tab @code {unsigned char ctp_version} 289 @vindex ctp_version 291 @vindex ctf_preamble_t, ctp_version 292 @vindex struct ctf_preamble, ctp_version 319 @code{ctp_version}. The following versions are currently valid, and
|
H A D | ctf-spec.info | 236 unsigned char ctp_version; 250 0x02 ‘unsigned char ctp_version’ The version number of this CTF 266 ‘ctp_version’. The following versions are currently valid, and ‘libctf’ 1472 * ctf_preamble_t, ctp_version: CTF Preamble. (line 28) 1533 * ctp_version: CTF Preamble. (line 28) 1659 * struct ctf_preamble, ctp_version: CTF Preamble. (line 28)
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/ |
H A D | ctf-spec.texi | 261 unsigned char ctp_version; 274 @multitable {Offset} {@code{unsigned char ctp_version}} {The magic number for CTF dictionaries} 288 @tab @code {unsigned char ctp_version} 289 @vindex ctp_version 291 @vindex ctf_preamble_t, ctp_version 292 @vindex struct ctf_preamble, ctp_version 319 @code{ctp_version}. The following versions are currently valid, and
|
H A D | ctf-spec.info | 236 unsigned char ctp_version; 250 0x02 'unsigned char ctp_version' The version number of this CTF 266 'ctp_version'. The following versions are currently valid, and 'libctf' 1472 * ctf_preamble_t, ctp_version: CTF Preamble. (line 28) 1533 * ctp_version: CTF Preamble. (line 28) 1659 * struct ctf_preamble, ctp_version: CTF Preamble. (line 28)
|