Searched refs:ctp_magic (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | ctf.h | 114 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 D | ctf.h | 142 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 D | ctf.h | 148 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 D | ctf.h | 148 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 D | ctf-open-bfd.c | 278 && (ctfhdr.ctp_magic == CTF_MAGIC in ctf_fdopen() 279 || ctfhdr.ctp_magic == bswap_16 (CTF_MAGIC))) in ctf_fdopen()
|
H A D | ctf-open.c | 971 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 D | ctf-open-bfd.c | 278 && (ctfhdr.ctp_magic == CTF_MAGIC in ctf_fdopen() 279 || ctfhdr.ctp_magic == bswap_16 (CTF_MAGIC))) in ctf_fdopen()
|
H A D | ctf-open.c | 971 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 D | ctf_open.c | 576 pp->ctp_magic, pp->ctp_version); in ctf_bufopen() 584 if (pp->ctp_magic != CTF_MAGIC) in ctf_bufopen()
|
H A D | ctf_create.c | 59 .ctp_magic = CTF_MAGIC, in ctf_create()
|
/netbsd-src/external/cddl/osnet/dist/lib/libctf/common/ |
H A D | ctf_lib.c | 250 hdr.ctf.ctp_magic == CTF_MAGIC) { in ctf_fdopen()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/ |
H A D | ctf-spec.info | 235 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 D | ctf-spec.texi | 260 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 D | ctf-spec.texi | 260 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 D | ctf-spec.info | 235 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 D | dump.c | 935 if (pp->ctp_magic != CTF_MAGIC) in main()
|
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
H A D | ctf.c | 751 SWAP_16(h.cth_preamble.ctp_magic); in ctf_gen()
|