> In my GCC built, we have suffixes like ".constprop.0", ".part.0", ".isra.0", > and ".isra.0.cold". A fresher's eye, I met sometime when try to build a livepatch module and found some mistake caused by ".constprop.0" ".part.0" which is generated by GCC. These section with such suffixes is special and sometime the symbol st_value is quite different. What is these kind of section (or symbol) use for? Regards Wardenjohn