Hello, I have an application that is being compiled and linked with LTO option and –param lto-partition=1. The .text section of the map file only provides size. It doesn’t provide the content of the .text section, ie function names. Is this by design? Is there a way to force the content to be printed to the .text section in the map file? Thanks, Visda