Searched refs:ctf_compress (Results 1 – 3 of 3) sorted by relevance
46 extern int ctf_compress(ctf_file_t *fp, void **, size_t *, size_t *);
321 if ((err = ctf_compress(fp, &cdata, &asize, &elfsize)) != 0) { in ctf_write_elf()
276 ctf_compress(ctf_file_t *fp, void **buf, size_t *allocsz, size_t *elfsize) in ctf_compress() function