Searched refs:CTF_F_COMPRESS (Results 1 – 4 of 4) sorted by relevance
153 #define CTF_F_COMPRESS 0x1 /* data buffer is compressed */ macro
617 h.cth_flags = do_compress ? CTF_F_COMPRESS : 0; in ctf_gen()1260 if (h->cth_flags & CTF_F_COMPRESS) { in ctf_load()1276 if (h->cth_flags & CTF_F_COMPRESS) in ctf_load()
957 if (hp->cth_flags & CTF_F_COMPRESS) { in main()1011 h.cth_flags &= ~CTF_F_COMPRESS; in main()
634 if (hp.cth_flags & CTF_F_COMPRESS) { in ctf_bufopen()646 ((ctf_preamble_t *)base)->ctp_flags &= ~CTF_F_COMPRESS; in ctf_bufopen()