Technical Support
On-Line Manuals
fromelf User Guide
Preface
Overview of the fromelf Image Converter
Using fromelf
fromelf Command-line Options
--base [[object_file::]load_region_ID=]num
--bin
--bincombined
--bincombined_base=address
--bincombined_padding=size,num
--cad
--cadcombined
--compare=option[,option,…]
--continue_on_error
--cpu=list
--cpu=name
--datasymbols
--decode_build_attributes
--diag_error=tag[,tag,…]
--diag_remark=tag[,tag,…]
--diag_style={arm|ide|gnu}
--diag_suppress=tag[,tag,…]
--diag_warning=tag[,tag,…]
--dump_build_attributes
--emit=option[,option,…]
--expandarrays
--extract_build_attributes
--fieldoffsets
--fpu=list
--fpu=name
--help
--i32
--i32combined
--ignore_section=option[,option,…]
--ignore_symbol=option[,option,…]
--info=topic[,topic,…]
input_file
--interleave=option
--liclinger=seconds
--m32
--m32combined
--only=section_name
--output=destination
--qualify
--relax_section=option[,option,…]
--relax_symbol=option[,option,…]
--select=select_options
--show_cmdline
--source_directory=path
--text
--version_number
--vhx
--via=file
--vsn
-w
--widthxbanks
Via File Syntax
|
Home / fromelf User Guide
--info=topic[,topic,…]
3.31 --info=topic[,topic,…]
Prints information about specific topics.
Syntax
--info=topic [,topic ,…]
Where topic is a comma-separated list from the
following topic keywords:
instruction_usage
-
Categorizes and lists the ARM and Thumb instructions defined in the
code sections of each input file.
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 ARM or Thumb
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 ARM or Thumb
functions.
sizes
Lists 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 .
totals
Lists the totals of the Code , RO Data , RW
Data , ZI Data , and Debug 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.
|