1 .\" Automatically generated by Pod::Man version 1.15
2 .\" Thu Jan 19 19:58:39 2006
5 .\" ======================================================================
6 .de Sh \" Subsection heading
14 .de Sp \" Vertical space (when we can't use .PP)
20 .ie \\n(.$>=3 .ne \\$3
24 .de Vb \" Begin verbatim text
29 .de Ve \" End verbatim text
34 .\" Set up some character translations and predefined strings. \*(-- will
35 .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
36 .\" double quote, and \*(R" will give a right double quote. | will give a
37 .\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used
38 .\" to do unbreakable dashes and therefore won't be available. \*(C` and
39 .\" \*(C' expand to `' in nroff, nothing in troff, for use with C<>
41 .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
45 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
46 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
59 .\" If the F register is turned on, we'll generate index entries on stderr
60 .\" for titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and
61 .\" index entries marked with X<> in POD. Of course, you'll have to process
62 .\" the output yourself in some meaningful fashion.
65 . tm Index:\\$1\t\\n%\t"\\$2"
71 .\" For nroff, turn off justification. Always turn off hyphenation; it
72 .\" makes way too many mistakes in technical documents.
75 .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
76 .\" Fear. Run. Save yourself. No user-serviceable parts.
78 . \" fudge factors for nroff and troff
87 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
93 . \" simple accents for nroff and troff
103 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
104 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
105 . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
106 . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
107 . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
108 . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
110 . \" troff and (daisy-wheel) nroff accents
111 .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
112 .ds 8 \h'\*(#H'\(*b\h'-\*(#H'
113 .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
114 .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
115 .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
116 .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
117 .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
118 .ds ae a\h'-(\w'a'u*4/10)'e
119 .ds Ae A\h'-(\w'A'u*4/10)'E
120 . \" corrections for vroff
121 .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
122 .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
123 . \" for low resolution devices (crt and lpr)
124 .if \n(.H>23 .if \n(.V>19 \
137 .\" ======================================================================
140 .TH SIZE 1 "binutils-2.16.91" "2006-01-19" "GNU Development Tools"
143 size \- list section sizes and total size.
145 .IX Header "SYNOPSIS"
146 size [\fB\-A\fR|\fB\-B\fR|\fB\*(--format=\fR\fIcompatibility\fR]
148 [\fB\-d\fR|\fB\-o\fR|\fB\-x\fR|\fB\*(--radix=\fR\fInumber\fR]
149 [\fB\-t\fR|\fB\*(--totals\fR]
150 [\fB\*(--target=\fR\fIbfdname\fR] [\fB\-V\fR|\fB\*(--version\fR]
153 .IX Header "DESCRIPTION"
154 The \s-1GNU\s0 \fBsize\fR utility lists the section sizes\-\-\-and the total
155 size\-\-\-for each of the object or archive files \fIobjfile\fR in its
156 argument list. By default, one line of output is generated for each
157 object file or each module in an archive.
159 \&\fIobjfile\fR... are the object files to be examined.
160 If none are specified, the file \f(CW\*(C`a.out\*(C'\fR will be used.
163 The command line options have the following meanings:
169 .Ip "\fB\*(--format=\fR\fIcompatibility\fR" 4
170 .IX Item "format=compatibility"
172 Using one of these options, you can choose whether the output from \s-1GNU\s0
173 \&\fBsize\fR resembles output from System V \fBsize\fR (using \fB\-A\fR,
174 or \fB\*(--format=sysv\fR), or Berkeley \fBsize\fR (using \fB\-B\fR, or
175 \&\fB\*(--format=berkeley\fR). The default is the one-line format similar to
178 Here is an example of the Berkeley (default) format of output from
182 \& $ size --format=Berkeley ranlib size
183 \& text data bss dec hex filename
184 \& 294880 81920 11592 388392 5ed28 ranlib
185 \& 294880 81920 11888 388688 5ee50 size
187 This is the same data, but displayed closer to System V conventions:
190 \& $ size --format=SysV ranlib size
194 \& .data 81920 303104
202 \& .data 81920 303104
206 .Ip "\fB\*(--help\fR" 4
208 Show a summary of acceptable arguments and options.
216 .Ip "\fB\*(--radix=\fR\fInumber\fR" 4
217 .IX Item "radix=number"
219 Using one of these options, you can control whether the size of each
220 section is given in decimal (\fB\-d\fR, or \fB\*(--radix=10\fR); octal
221 (\fB\-o\fR, or \fB\*(--radix=8\fR); or hexadecimal (\fB\-x\fR, or
222 \&\fB\*(--radix=16\fR). In \fB\*(--radix=\fR\fInumber\fR, only the three
223 values (8, 10, 16) are supported. The total size is always given in two
224 radices; decimal and hexadecimal for \fB\-d\fR or \fB\-x\fR output, or
225 octal and hexadecimal if you're using \fB\-o\fR.
229 .Ip "\fB\*(--totals\fR" 4
232 Show totals of all objects listed (Berkeley format listing mode only).
233 .Ip "\fB\*(--target=\fR\fIbfdname\fR" 4
234 .IX Item "target=bfdname"
235 Specify that the object-code format for \fIobjfile\fR is
236 \&\fIbfdname\fR. This option may not be necessary; \fBsize\fR can
237 automatically recognize many formats.
241 .Ip "\fB\*(--version\fR" 4
244 Display the version number of \fBsize\fR.
245 .Ip "\fB@\fR\fIfile\fR" 4
247 Read command-line options from \fIfile\fR. The options read are
248 inserted in place of the original @\fIfile\fR option. If \fIfile\fR
249 does not exist, or cannot be read, then the option will be treated
250 literally, and not removed.
252 Options in \fIfile\fR are separated by whitespace. A whitespace
253 character may be included in an option by surrounding the entire
254 option in either single or double quotes. Any character (including a
255 backslash) may be included by prefixing the character to be included
256 with a backslash. The \fIfile\fR may itself contain additional
257 @\fIfile\fR options; any such options will be processed recursively.
259 .IX Header "SEE ALSO"
260 \&\fIar\fR\|(1), \fIobjdump\fR\|(1), \fIreadelf\fR\|(1), and the Info entries for \fIbinutils\fR.
262 .IX Header "COPYRIGHT"
263 Copyright (c) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
264 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
266 Permission is granted to copy, distribute and/or modify this document
267 under the terms of the \s-1GNU\s0 Free Documentation License, Version 1.1
268 or any later version published by the Free Software Foundation;
269 with no Invariant Sections, with no Front-Cover Texts, and with no
270 Back-Cover Texts. A copy of the license is included in the
271 section entitled \*(L"\s-1GNU\s0 Free Documentation License\*(R".