size(1) size(1)
NAME
size - print section sizes of common object files
SYNOPSIS
size [-d] [-o] [-V] filename(s)
DESCRIPTION
The size command produces section size information for each
section in the common object files. The name of the section
is printed followed by its size in bytes, physical address,
and virtual address.
Numbers are printed in hexadecimal unless either the -o or
the -d flag option is used, in which case they are printed
in octal or in decimal, respectively.
The -V flag supplies the version information on the command.
FILES
/bin/size
SEE ALSO
as(1), cc(1), ld(1).
DIAGNOSTICS
size: name: cannot open
name cannot be read.
size: name: bad magic
name is not an object file.
Page 1 (last mod. 1/16/87)