Pegasus InfoCorp: Web site design and web software development company

size (1)

list section sizes and total size.

SYNOPSIS

    0

    size

      [\| -A \||\| -B \||\| \c --format= compatibility\c \|] [\| --help \|] [\| -d \||\| -o \||\| -x\c \||\|\c --radix= number\c \|] [\| \c --target= bfdname\c \|] [\| -V \||\| --version \|] objfile\c .\|.\|. b 1

DESCRIPTION

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

OPTIONS

    -A

    -B

    --format compatibility

      Using one of these options, you can choose whether the output from GNU \c size\c resembles output from System V \c size\c (using `\|\c -A\c \|', or `\|\c --format=sysv\c \|'), or Berkeley \c size\c (using `\|\c -B\c \|', or `\|\c --format=berkeley\c \|'). The default is the one-line format similar to Berkeley's.

    --help

      Show a summary of acceptable arguments and options.

    -d

    -o

    -x

    --radix number

      Using one of these options, you can control whether the size of each section is given in decimal (`\|\c -d\c \|', or `\|\c --radix 10\c \|'); octal (`\|\c -o\c \|', or `\|\c --radix 8\c \|'); or hexadecimal (`\|\c -x\c \|', or `\|\c --radix 16\c \|'). In `\|\c --radix \c number\c \c \|', only the three values (8, 10, 16) are supported. The total size is always given in two radices; decimal and hexadecimal for `\|\c -d\c \|' or `\|\c -x\c \|' output, or octal and hexadecimal if you're using `\|\c -o\c \|'.

    --target bfdname

      You can specify a particular object-code format for \c objfile\c as \c bfdname\c . This may not be necessary; \c size\c can automatically recognize many formats. See objdump ( 1 ) for information on listing available formats.

    -V

    --version

      Display version number information on \c size\c itself.

SEE ALSO

    ` | binutils |' entry in info ; The GNU Binary Utilities Roland H Pesch(October 1991); ar( 1 ) objdump( 1 )

COPYING

    Copyright (c) 1991 Free Software Foundation, Inc.

    Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.

    Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.

    Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be included in translations approved by the Free Software Foundation instead of in the original English.