Home
last modified time | relevance | path

Searched refs:cth_flags (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/ctfdump/
H A Dctfdump.c289 if (dlen > filesize && !(cth.cth_flags & CTF_F_COMPRESS)) { in isctf()
326 if (cth.cth_flags & CTF_F_COMPRESS) { in ctf_dump()
337 printf(" cth_flags = 0x%02x\n", cth.cth_flags); in ctf_dump()
447 if (cth.cth_flags & CTF_F_COMPRESS) in ctf_dump()
/openbsd/sys/sys/
H A Dctf.h29 uint8_t cth_flags; member
/openbsd/usr.bin/ctfconv/
H A Dgenerate.c375 cth.cth_flags = CTF_F_COMPRESS; in generate()
/openbsd/sys/ddb/
H A Ddb_ctf.c96 if ((db_ctf.cth->cth_flags & CTF_F_COMPRESS) == 0) { in db_ctf_init()