size

List section and total sizes for an archive or object file (POSIX)

Syntax:

size_variant [options]  [objfile…]

Runs on:

QNX Neutrino, Linux, Microsoft Windows

Options:

The size_variant depends on the target platform, as follows:

Target platform: size_variant:
ARM ntoarm-size
MIPS ntomips-size
PowerPC ntoppc-size
SH4 ntosh-size
x86 ntox86-size

Description:

The size utility lists the section sizes and the total size for each of the object or archive files objfile in its argument list. By default, one line of output is generated for each object file or each module in an archive.

For detailed documentation, see the GNU website at http://www.gnu.org/.

Contributing author:

GNU