I built an image with armlink using a scatter file. I used the --symdefs option and a steering file to export all public symbols that are in my image and that I want other code to have access to. In my code I reference some of the linker-defined symbols that match to regions defined in my scatter file (Image$$mysectionname$$ZI$$Base etc...). This works fine and I do see the linker-defined symbols with their values appear in the generated map file. But what I want is to output these linker-defined symbols also to the --symdefs symbol file, but whatever I tried fails. Does anyone know how to do this?