Home
last modified time | relevance | path

Searched refs:cth_magic (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Dctf.h41 #define cth_magic cth_preamble.ctp_magic macro
/freebsd/sys/kern/
H A Dkern_ctf.c188 if (cth.cth_magic != CTF_MAGIC) { in link_elf_ctf_get()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c699 h.cth_magic = CTF_MAGIC; in ctf_gen()
1462 if (h->cth_magic != CTF_MAGIC) in ctf_load()
1463 parseterminate("Corrupt CTF - bad magic 0x%x", h->cth_magic); in ctf_load()
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c370 if (hp->cth_magic != CTF_MAGIC) { in fbt_ctfoff_init()
548 if (hp->cth_magic != CTF_MAGIC) in fbt_typoff_init()
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c187 (void) printf(" cth_magic = 0x%04x\n", hp->cth_magic); in print_header()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c298 hdr.cth_magic = CTF_MAGIC; in ctf_update()