size(1) size(1)NAME size - display section sizes of common object files SYNOPSIS size [-d] [-o] [-V] [-x] file... DESCRIPTION The size command produces section size information for each section in the common object files. The name of the section is shown followed by its size in bytes, physical address, and virtual address. Numbers are displayed in hexadecimal unless either the -o or the -d flag option is used, in which case they are displayed in octal or in decimal, respectively. If necessary (for ex- ample, in a shell script), the -x flag option may be speci- fied to force hexadecimal output. The -V flag supplies the version information on the size command. FILES /bin/size SEE ALSO as(1), cc(1), ld(1), a.out(4). DIAGNOSTICS size: name: cannot open name cannot be read. size: name: bad magic name is not an object file. April, 1990 1