size(1)
NAME
size − print section sizes of common object files
SYNOPSIS
size [−o] [−x] [−V] files
DESCRIPTION
The size command produces section size information for each section in the common object files. The size of the text, data and bss (uninitialized data) sections are printed along with the total size of the object file. If an archive file is input to the size command the information for all archive members is displayed.
Numbers will be printed in decimal unless either the −o or the −x option is used, in which case they will be printed in octal or in hexadecimal, respectively.
The −V flag will supply the version information on the size command.
SEE ALSO
pas(1), pcc(1), pld(1).
a.out(4), ar(4) in the CX/UX Programmer’s Reference Manual.
DIAGNOSTICS
size: name: cannot open
if name cannot be read.
size: name: bad magic
if name is not an appropriate common object file.
CX/UX User’s Reference Manual