SIZE(1) HP-UX 5.0 SIZE(1) NAME size - print section sizes of common object files SYNOPSIS size [ -o ] [ -x ] files HP-UX COMPATIBILITY Level: HP-UX/STANDARD Origin: System V DESCRIPTION The size command produces section size information for each section in 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. By default, numbers are printed in decimal, unless altered by the options described below. -o print numbers in octal. -x print numbers in hexadecimal. SEE ALSO as(1), cc(1), ld(1), a.out(5), ar(5). DIAGNOSTICS size: name: cannot open if name cannot be read. size: name: bad magic if name is not an appropriate common object file.