Searched refs:CTF_ELFWRITE_F_COMPRESS (Results 1 – 4 of 4) sorted by relevance
91 #define CTF_ELFWRITE_F_COMPRESS 0x1 macro
53 int compress = (flags & CTF_ELFWRITE_F_COMPRESS); in ctf_write_elf()66 if ((flags & ~(CTF_ELFWRITE_F_COMPRESS)) != 0) { in ctf_write_elf()
365 err = ctf_elfwrite(ofp, infile, outfile, CTF_ELFWRITE_F_COMPRESS); in main()
343 int wflags = CTF_ELFWRITE_F_COMPRESS; in main()