You copied the Doc URL to your clipboard.
--linkview, --no_linkview
Controls the section-level view from the ELF image.
Usage
--no_linkview
discards the section-level view and retains only the
segment-level view (load time view).
Discarding the section-level view eliminates:
The section header table.
The section header string table.
The string table.
The symbol table.
All debug sections.
All that is left in the output is the program header table and the program segments.
Note
This option is deprecated.
Restrictions
The following restrictions apply:
You must use
--elf
with--linkview
and--no_linkview
.
Example
To get ELF format output for image.axf, enter:
fromelf --no_linkview --elf image.axf --output=image_nlk.axf