Line | |
---|
1 | .TH ASIZE 1
|
---|
2 | .SH NAME
|
---|
3 | asize \- report the size of an object file
|
---|
4 | .SH SYNOPSIS
|
---|
5 | \fBasize \fIfile\fR ...\fR
|
---|
6 | .br
|
---|
7 | .de FL
|
---|
8 | .TP
|
---|
9 | \\fB\\$1\\fR
|
---|
10 | \\$2
|
---|
11 | ..
|
---|
12 | .de EX
|
---|
13 | .TP 20
|
---|
14 | \\fB\\$1\\fR
|
---|
15 | # \\$2
|
---|
16 | ..
|
---|
17 | .SH EXAMPLES
|
---|
18 | .EX "asize test.o" "Give the size of \fItest.o\fR"
|
---|
19 | .SH DESCRIPTION
|
---|
20 | .PP
|
---|
21 | .I Asize
|
---|
22 | prints for each argument
|
---|
23 | the (decimal) number of bytes used by the different sections,
|
---|
24 | as well as their sum in decimal and hexadecimal.
|
---|
25 | If no
|
---|
26 | .I file
|
---|
27 | is given \fIa.out\fR is used.
|
---|
28 | .I Asize
|
---|
29 | can only be used to obtain the size of a \(M2 \fI.o\fR or \fI.out\fR file.
|
---|
30 | To obtain the size of an executable, use
|
---|
31 | .I size
|
---|
32 | instead.
|
---|
33 | .SH "SEE ALSO"
|
---|
34 | .BR anm (1),
|
---|
35 | .BR nm (1),
|
---|
36 | .BR ar (1),
|
---|
37 | .BR size (1).
|
---|
Note:
See
TracBrowser
for help on using the repository browser.