History log of /external/elfutils/src/elfcompress.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3a5fc51573ae88a06d2050ef8425336e23013852 08-Jan-2016 Mark Wielaard <mjw@redhat.com> Fix build on 32bit systems.

size_t has a different size on 32 and 64 bit systems.

Signed-off-by: Mark Wielaard <mjw@redhat.com>
/external/elfutils/src/elfcompress.c
92acb57eb0468de93c4976eb1de6bf08ede9abd0 01-Dec-2015 Mark Wielaard <mjw@redhat.com> elfcompress: New utility.

Usage: elfcompress [OPTION...] FILE...
Compress or decompress sections in an ELF file.

-f, --force Force compression of section even if it would
become larger
-n, --name=SECTION SECTION name to (de)compress, SECTION is an
extended wildcard pattern (defaults to
'.?(z)debug*')
-o, --output=FILE Place (de)compressed output into FILE
-p, --permissive Relax a few rules to handle slightly broken ELF
files
-q, --quiet Be silent when a section cannot be compressed
-t, --type=TYPE What type of compression to apply. TYPE can be
'none' (decompress), 'zlib' (ELF ZLIB compression,
the default, 'zlib-gabi' is an alias) or
'zlib-gnu' (.zdebug GNU style compression, 'gnu'
is an alias)
-v, --verbose Print a message for each section being
(de)compressed
-?, --help Give this help list
--usage Give a short usage message
-V, --version Print program version

Signed-off-by: Mark Wielaard <mjw@redhat.com>
/external/elfutils/src/elfcompress.c