Kenwood HP 9000 Personal Computer User Manual


 
Chapter 4 115
Linker Tools
Viewing the Size of Object File Elements with size(1)
Viewing the Size of Object File Elements
with size(1)
The size(1) command produces section size information for each section
in your specified object files. It displays the size of the text, data and bss
(uninitialized data) sections with the total size of the object file. If you
specify an archive file, the information for all archive members is
displayed.
Use the following options to display information for your specified files:
To display
Use this
option
Sizes in decimal (default). -d
Sizes in octal. -o
Sizes in hexadecimal. -x
Version information about the size command. -V
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.
-v
64-bit mode only: Size of each allocatable section (=. -f
64-bit mode only: Size and permission bits of each
loadable segment=.
-F
64-bit mode only: Sizes of non loadable segments or non
allocatable sections.
-n