how can i update linker file so that all the functions (say Fls.c) file will be moved to user defined memory section.I tried below code but is not working.code is compiling but size of int_fls_rsv is zero.
.fls_code_rom :
{
. = ALIGN(4);
*Fls.o(.text .text*)
} > int_fls_rsv