 RealView Linker and Utilities Guide |
|
| ‑‑no_linkviewDiscards the section‑level view from the ELF image and retain only the segment‑level view (load time view). Discarding the link-view section level eliminates: All that is left in the output is the program header table and the program segments. According to the ELF specification, these are all that a program loader can rely upon being present in an ELF file. |
|