Thanks for your reply,
I can handle this error by increasing m_text length at linker file.
At linker file.
m_text (RX) : ORIGIN = 0x00000410, LENGTH = 0x000FFBF0 --> Original line
m_text (RX) : ORIGIN = 0x00000410, LENGTH = 0x00101254 --> Manipulated line ( increased by 5732 )
Is this about your suggestion?