Searched refs:CTF_F_COMPRESS (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/dtrace-118.1/sys/
H A Dctf.h153 #define CTF_F_COMPRESS 0x1 /* data buffer is compressed */ macro
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dctf.c700 h.cth_flags = do_compress ? CTF_F_COMPRESS : 0;
1357 if (h->cth_flags & CTF_F_COMPRESS) {
1373 if (h->cth_flags & CTF_F_COMPRESS)
H A Ddump.c882 if (hp->cth_flags & CTF_F_COMPRESS) {
1253 if (hp->cth_flags & CTF_F_COMPRESS) {
1327 h.cth_flags &= ~CTF_F_COMPRESS;
/macosx-10.9.5/dtrace-118.1/libctf/
H A Dctf_open.c759 if (hp.cth_flags & CTF_F_COMPRESS) {
771 ((ctf_preamble_t *)base)->ctp_flags &= ~CTF_F_COMPRESS;

Completed in 182 milliseconds