Is it possible to identify the storage of String Literals from the mapfile? I asume they will be in the ?CO? segment for the module? eg,
void func( void ) { code unsigned int NumConst = 1; printf( "NumConst = %u", NumConst ); }