| |||
| Home > Getting information about images > Linker options for getting information about images | |||
You can use following options to get information about how your image is generated by the linker:
--info=topic[,topic,...]Displays information about various topics.
--mapDisplays the image memory map, and contains the address and the size of each load region, execution region, and input section in the image, including linker-generated input sections. It also shows how RW data compression is applied.
--section_index_displayUse with --map to change the display
of the index column.
--show_cmdlineOutputs the command-line used by the linker.
--symbolsDisplays a list of each local and global symbol used in the link step, and its value.
--verboseDisplays detailed information about the link operation, including the objects that are included and the libraries that contain them.
--xrefDisplays a list of all cross-references between input sections.
--xrefdbgDisplays a list of all cross-references between input debug sections.
The information can be written to a file using the --list= option.file