Home
last modified time | relevance | path

Searched refs:ctp_magic (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf.h114 ushort_t ctp_magic; /* magic number (CTF_MAGIC) */ member
131 #define cth_magic cth_preamble.ctp_magic
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dctf.h142 unsigned short ctp_magic; /* Magic number (CTF_MAGIC). */ member
164 #define cth_magic cth_preamble.ctp_magic
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf.h148 unsigned short ctp_magic; /* Magic number (CTF_MAGIC). */ member
184 #define cth_magic cth_preamble.ctp_magic
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf.h148 unsigned short ctp_magic; /* Magic number (CTF_MAGIC). */ member
184 #define cth_magic cth_preamble.ctp_magic
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-open-bfd.c278 && (ctfhdr.ctp_magic == CTF_MAGIC in ctf_fdopen()
279 || ctfhdr.ctp_magic == bswap_16 (CTF_MAGIC))) in ctf_fdopen()
H A Dctf-open.c971 swap_thing (cth->cth_preamble.ctp_magic); in ctf_flip_header()
1364 pp->ctp_magic, pp->ctp_version); in ctf_bufopen_internal()
1374 if (_libctf_unlikely_ (pp->ctp_magic != CTF_MAGIC)) in ctf_bufopen_internal()
1376 if (pp->ctp_magic == bswap_16 (CTF_MAGIC)) in ctf_bufopen_internal()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-open-bfd.c278 && (ctfhdr.ctp_magic == CTF_MAGIC in ctf_fdopen()
279 || ctfhdr.ctp_magic == bswap_16 (CTF_MAGIC))) in ctf_fdopen()
H A Dctf-open.c971 swap_thing (cth->cth_preamble.ctp_magic); in ctf_flip_header()
1363 pp->ctp_magic, pp->ctp_version); in ctf_bufopen_internal()
1373 if (_libctf_unlikely_ (pp->ctp_magic != CTF_MAGIC)) in ctf_bufopen_internal()
1375 if (pp->ctp_magic == bswap_16 (CTF_MAGIC)) 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()
584 if (pp->ctp_magic != CTF_MAGIC) in ctf_bufopen()
H A Dctf_create.c59 .ctp_magic = CTF_MAGIC, in ctf_create()
/netbsd-src/external/cddl/osnet/dist/lib/libctf/common/
H A Dctf_lib.c250 hdr.ctf.ctp_magic == CTF_MAGIC) { in ctf_fdopen()
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/
H A Dctf-spec.info235 unsigned short ctp_magic;
247 0x00 ‘unsigned short ctp_magic’ The magic number for CTF
262 endian-flip a CTF dictionary by inspecting the ‘ctp_magic’. (If it
1471 * ctf_preamble_t, ctp_magic: CTF Preamble. (line 24)
1532 * ctp_magic: CTF Preamble. (line 24)
1658 * struct ctf_preamble, ctp_magic: CTF Preamble. (line 24)
H A Dctf-spec.texi260 unsigned short ctp_magic;
277 @tab @code{unsigned short ctp_magic}
278 @vindex ctp_magic
280 @vindex ctf_preamble_t, ctp_magic
281 @vindex struct ctf_preamble, ctp_magic
315 endian-flip a CTF dictionary by inspecting the @code{ctp_magic}. (If it
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/
H A Dctf-spec.texi260 unsigned short ctp_magic;
277 @tab @code{unsigned short ctp_magic}
278 @vindex ctp_magic
280 @vindex ctf_preamble_t, ctp_magic
281 @vindex struct ctf_preamble, ctp_magic
315 endian-flip a CTF dictionary by inspecting the @code{ctp_magic}. (If it
H A Dctf-spec.info235 unsigned short ctp_magic;
247 0x00 'unsigned short ctp_magic' The magic number for CTF
262 endian-flip a CTF dictionary by inspecting the 'ctp_magic'. (If it
1471 * ctf_preamble_t, ctp_magic: CTF Preamble. (line 24)
1532 * ctp_magic: CTF Preamble. (line 24)
1658 * struct ctf_preamble, ctp_magic: CTF Preamble. (line 24)
/netbsd-src/external/cddl/osnet/dist/tools/ctf/dump/
H A Ddump.c935 if (pp->ctp_magic != CTF_MAGIC) in main()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctf.c751 SWAP_16(h.cth_preamble.ctp_magic); in ctf_gen()