Home | History | Annotate | Download | only in bfd

Lines Matching defs:compressed

0 /* Compressed section support (intended for debug sections).
39 /* It is possible the section consists of several compressed
83 Return @code{TRUE} if the full section contents is compressed
200 /* Read in the full compressed section contents. */
206 /* Clear rawsize, set size to compressed size and set compress_status
207 to COMPRESS_SECTION_NONE. If the compressed size is bigger than
289 Return @code{TRUE} if @var{section} is compressed.
297 bfd_boolean compressed;
304 compressed = (bfd_get_section_contents (abfd, sec, compressed_buffer, 0, 12)
311 if (compressed
314 compressed = FALSE;
318 return compressed;
330 Record compressed section size, update section size with
334 Return @code{FALSE} if the section is not a valid compressed
394 compressed size and set compress_status to COMPRESS_SECTION_DONE.
396 Return @code{FALSE} if the section is not a valid compressed