man h8300-hitachi-hms-size (Commandes) - list section sizes and total size.

NAME

size - list section sizes and total size.

SYNOPSIS

size
[-A|-B|c --format=compatibilityc ] [--help] [-d|-o|-xc |c --radix=numberc ] [c --target=bfdnamec ] [-V|--version] objfilec ...

DESCRIPTION

The GNU c sizec 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 sizec resembles output from System V c sizec (using `c -Ac ', or `c --format=sysvc '), or Berkeley c sizec (using `c -Bc ', or `c --format=berkeleyc '). 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 -dc ', or `c --radix 10c '); octal (`c -oc ', or `c --radix 8c '); or hexadecimal (`c -xc ', or `c --radix 16c '). In `c --radix c numberc c ', only the three values (8, 10, 16) are supported. The total size is always given in two radices; decimal and hexadecimal for `c -dc ' or `c -xc ' output, or octal and hexadecimal if you're using `c -oc '.
--target bfdname
You can specify a particular object-code format for c objfilec as c bfdnamec . This may not be necessary; c sizec can automatically recognize many formats. See objdump(1) for information on listing available formats.
-V
--version
Display version number information on c sizec 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.