ctf_compress
if ((err = ctf_compress(fp, &cdata, &asize, &elfsize)) != 0) {
extern int ctf_compress(ctf_file_t *fp, void **, size_t *, size_t *);