--info=topic[,topic,…]
Prints information about specific topics.
Syntax
--info=topic
[,topic
,…]
Where
is a comma-separated list from the
following topic keywords:topic
instruction_usage
-
Categorizes and lists the A32 and T32 instructions defined in the code sections of each input file.
Note
Not supported for AArch64 state. function_sizes
-
Lists the names of the global functions defined in one or more input files, together with their sizes in bytes and whether they are A32 or T32 functions.
function_sizes_all
-
Lists the names of the local and global functions defined in one or more input files, together with their sizes in bytes and whether they are A32 or T32 functions.
sizes
Lists the
Code
,RO Data
,RW Data
,ZI Data
, andDebug
sizes for each input object and library member in the image. Using this option implies--info=sizes,totals
.totals
Lists the totals of the
Code
,RO Data
,RW Data
,ZI Data
, andDebug
sizes for input objects and libraries.
Note
Code related sizes also include the size of any execute-only code.
The output from --info=sizes,totals
always includes the padding values in
the totals for input objects and libraries.
Note
Spaces are not permitted between topic keywords in the list. For example, you can enter
--info=sizes,totals
but not --info=sizes, totals
.
Restrictions
You can use this option only in text mode.