CTF_ELFWRITE_F_COMPRESS
err = ctf_elfwrite(ofp, infile, outfile, CTF_ELFWRITE_F_COMPRESS);
int wflags = CTF_ELFWRITE_F_COMPRESS;
int compress = (flags & CTF_ELFWRITE_F_COMPRESS);
if ((flags & ~(CTF_ELFWRITE_F_COMPRESS)) != 0) {