These suffixes are introduced by Link Time Optimization (LTO), which appends identifiers like .isra, .constprop, or .part to certain symbols during compilation. If you prefer to avoid these suffixes, you can try disabling LTO. Alternatively, you may use the sYmbol.ForEach command to list all symbols with specific suffixes. For detailed usage instructions, refer to the General Commands Reference Guide S
Add a comment