1SECTIONS {
2    .apps : {
3        __apps_start = .;
4        KEEP (*(.apps))
5        __apps_end = .;
6    }
7}
8INSERT AFTER .rodata;
9