66 lines
674 B
Plaintext
66 lines
674 B
Plaintext
|
|
|
|
|
|
|
|
|
|
Command: asize - report the size of an object file
|
|
Syntax: asize file ...
|
|
Flags: (none)
|
|
Example: asize test.o # Give the size of test.o
|
|
|
|
Asize prints for each argument the (decimal) number of bytes used
|
|
by the different sections, as well as their sum in decimal and
|
|
hexadecimal. If no file is given a.out is used. Asize can only be used
|
|
to obtain the size of a (M2 .o or .out file. To obtain the size of an
|
|
executable, use size instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|