Home
last modified time | relevance | path

Searched refs:ctp_version (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf.h115 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 Dctf.h143 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 Dctf.h149 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 Dctf.h149 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 Dctf-open.c972 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 Dctf-open.c972 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 Dctf_open.c576 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 Dctf_create.c60 .ctp_version = CTF_VERSION, in ctf_create()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/dump/
H A Ddump.c938 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 Dctf_lib.c251 if (hdr.ctf.ctp_version > CTF_VERSION) in ctf_fdopen()
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/
H A Dctf-spec.texi261 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 Dctf-spec.info236 unsigned char ctp_version;
250 0x02 ‘unsigned char ctp_version’ The version number of this CTF
266ctp_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 Dctf-spec.texi261 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 Dctf-spec.info236 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)