SIZE(1) — HP-UX
NAME
size − print section sizes of object files
SYNOPSIS
size [−d] [−o] [−x] [−V] files
DESCRIPTION
The size command produces section size information for each section in the 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.
Options
The following options are recognized:
−d Print sizes in decimal. This is the default.
−o Print sizes in octal.
−x Print sizes in hexadecimal.
−V Supply version information on the size command.
DEPENDENCIES
Series 300
The −V option is not supported.
Series 800
An additional −v option causes size to print a verbose list of the subspaces in the object files. Each subspace is listed on a separate line with its size, physical address, and virtual address.
SEE ALSO
as(1), cc(1), ld(1). a.out(4), ar(4).
DIAGNOSTICS
size: name: cannot open if name cannot be read.
size: name: bad magic if name is not an appropriate object file.
INTERNATIONAL SUPPORT
8- and 16-bit data, 8-bit file names.
Hewlett-Packard Company — May 11, 2021