Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c189 (void) printf(" cth_flags = 0x%02x\n", hp->cth_flags); in print_header()
1048 if (hp->cth_flags & CTF_F_COMPRESS) { in main()
1102 h.cth_flags &= ~CTF_F_COMPRESS; in main()
/freebsd/sys/sys/
H A Dctf.h43 #define cth_flags cth_preamble.ctp_flags macro
/freebsd/sys/kern/
H A Dkern_ctf.c209 if ((cth.cth_flags & CTF_F_COMPRESS) != 0) { in link_elf_ctf_get()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c701 h.cth_flags = do_compress ? CTF_F_COMPRESS : 0; in ctf_gen()
1469 if (h->cth_flags & CTF_F_COMPRESS) { in ctf_load()
1485 if (h->cth_flags & CTF_F_COMPRESS) in ctf_load()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c793 if (hp.cth_flags & CTF_F_COMPRESS) { in ctf_bufopen()