SIZE(1) UNIX Programmer's Manual 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 _s_i_z_e 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 _s_i_z_e 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. HARDWARE DEPENDENCIES Series 500: The _t_e_x_t size shown is the sum of the sizes of all code segments. The _d_a_t_a size shown is the sum of the initialized por- tions of the ddata and idata segments (which may be one or two data segments). The _b_s_s size shown is the sum of the uninitialized por- tions of the ddata and idata segments. If _s_i_z_e is run on any commands shipped with HP-UX, the _t_e_x_t size does not include any shared library segments referenced by the command. SEE ALSO as(1), cc(1), ld(1), a.out(5), ar(5). DIAGNOSTICS _s_i_z_e: _n_a_m_e: _c_a_n_n_o_t _o_p_e_n if _n_a_m_e cannot be read. _s_i_z_e: _n_a_m_e: _b_a_d _m_a_g_i_c if _n_a_m_e is not an appropriate common object file.