Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dctf.h27 uint16_t cth_magic; member
/openbsd/usr.bin/ctfdump/
H A Dctfdump.c285 if (cth.cth_magic != CTF_MAGIC || cth.cth_version != CTF_VERSION) in isctf()
335 printf(" cth_magic = 0x%04x\n", cth.cth_magic); in ctf_dump()
/openbsd/usr.bin/ctfconv/
H A Dgenerate.c370 cth.cth_magic = CTF_MAGIC; in generate()