The gsize Utility Program

The gsize Utility Program analyzes ELF object files, object library files, or executable files, and for each file displays the size of each section in bytes. If more than one file is named, or if an object library is named, gsize prints the name of the file, with the section name and totals for each section.

Usage

To use gsize, enter:

gsize options filename

where options include:

-help

Display information about all options.

-table

Prints the output in a slightly different format.

-nototals

Suppresses the summary information.

-all

Causes empty sections and unallocated sections to be displayed.

filename

The file name of an ELF object file, object file library, or executable file.


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.