Home
last modified time | relevance | path

Searched refs:CTF_MAGIC (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/sys/
H A Dctf.h151 #define CTF_MAGIC 0xcff1 macro
/freebsd/sys/kern/
H A Dkern_ctf.c188 if (cth.cth_magic != CTF_MAGIC) { in link_elf_ctf_get()
/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/lib/libctf/common/
H A Dctf_lib.c247 hdr.ctf.ctp_magic == CTF_MAGIC) { in ctf_fdopen()
/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()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c55 static const ctf_header_t hdr = { { CTF_MAGIC, CTF_VERSION, 0 } }; in ctf_create()
298 hdr.cth_magic = CTF_MAGIC; in ctf_update()
H A Dctf_open.c755 if (pp->ctp_magic != CTF_MAGIC) in ctf_bufopen()
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c1024 if (pp->ctp_magic != CTF_MAGIC) in main()