--info=topic[,topic,...]
Where topic is
a comma-separated list from the following topic keywords:
instruction_usageCategorizes and lists the ARM and Thumb instructions
defined in the code sections of each input file.
function_sizesLists the names of the global functions defined
in one or more input files, together with their sizes in bytes and
whether they are ARM or Thumb functions.
function_sizes_allLists 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 ARM or Thumb functions.
sizesLists
the Code, RO Data, RW
Data, ZI Data, and Debug sizes
for each input object and library member in the image. Using this
option implies --info=sizes,totals.
totalsLists
the totals of the Code, RO Data, RW
Data, ZI Data, and Debug sizes
for input objects and libraries.
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.