COHERENT manpages

This page displays the COHERENT manpage for size [Print size of an object file].

List of available manpages
Index


size -- Command

Print size of an object file
size [file ...]

size prints the sizes, in bytes,  of the segments of each file (in decimal)
and also  prints the total  size of all  the segments (in  both decimal and
octal).  Each file must be an object file.

size outputs one line for each file, listing the following segments:

    .text
    .data
    .bss

See Also

coff.h,
commands,
l.out.h

Notes

size makes no concessions to machines that use hexadecimal.