Home | History | Annotate | Download | only in bfd

Lines Matching full:compressed

0 /* Compressed section support (intended for debug sections).
38 /* It is possible the section consists of several compressed
73 compressed successfully. Otherwise return 0. */
88 bfd_boolean compressed
98 if (compressed)
100 /* We shouldn't decompress unsupported compressed section. */
104 /* Different compression schemes. Just move the compressed section
128 if (compressed && compressed_size > orig_uncompressed_size)
142 if (compressed)
263 /* Read in the full compressed section contents. */
269 /* Clear rawsize, set size to compressed size and set compress_status
270 to COMPRESS_SECTION_NONE. If the compressed size is bigger than
362 Return @code{TRUE} if @var{section} is compressed. Compression
378 bfd_boolean compressed;
394 compressed = CONST_STRNEQ ((char*) header , "ZLIB");
396 compressed = TRUE;
399 compressed = FALSE;
402 if (compressed)
416 compressed = FALSE;
424 return compressed;
436 Return @code{TRUE} if @var{section} is compressed.
460 Record compressed section size, update section size with
464 Return @code{FALSE} if the section is not a valid compressed
526 compressed size and set compress_status to COMPRESS_SECTION_DONE.
528 Return @code{FALSE} if the section is not a valid compressed
577 compressed size and set compress_status to COMPRESS_SECTION_DONE.