Lines Matching defs:compress
201 bool gnu, bool compress, bool report_verbose)
204 unsigned int flags = compress && force ? ELF_CHF_FORCE : 0;
206 res = elf_compress_gnu (scn, compress ? 1 : 0, flags);
208 res = elf_compress (scn, compress ? ELFCOMPRESS_ZLIB : 0, flags);
215 if (compress && res == 0)
225 compress ? "compressed" : "decompressed");
408 the data. This pass will compress/decompress section data when
633 compress it again in the fixup pass. Don't compress unnecessary
634 and keep track of whether or not to compress them (later in the
636 difference later when we do compress. */
655 /* (de)compress if section matched. */
681 compress during this pass since we might need the section
683 compress them in the fixup pass. */
771 printf ("[%zd] %s cannot GNU compress section not starting with .debug\n",
1016 /* Note that we also might have to compress and possibly set
1036 /* We might have to compress the data if the user asked us to,
1075 /* Should we (re)compress? */
1177 /* We might have to compress the data if the user asked
1216 /* Should we (re)compress? */
1337 N_("SECTION name to (de)compress, SECTION is an extended wildcard pattern (defaults to '.?(z)debug*')"),