This is due to Link Time Optimization LTO which appends strings like .isra, .constprop. or .part..
You may try to disable LTO. Otherwise, you can use the command sYmbol.ForEach to find all symbols with a special suffix. Refer to General Commands Reference Guide S for more information about the sYmbol.ForEach command.
Add a comment