SIZE(1) DOMAIN/IX Reference Manual (SYS5) SIZE(1)
NAME
size - print sizes of object files
USAGE
size [object ...]
DESCRIPTION
Size prints the number of bytes (in decimal) required by the
text, data, and bss portions of each named object. It also
prints the sum of these figures in octal and decimal. If you
fail to specify an object file, a.out is used.
NOTE: Object modules in DOMAIN/IX system processing are for-
matted differently from those normally found in standard
UNIX system operations. Thus, the sizes of text, data, and
bss fields are derived from how DOMAIN/IX software inter-
prets object file information.
Printed 1/27/86 SIZE-1