1SECTIONS {
2    .drivers : {
3        __drivers = .;
4        KEEP (*(.drivers))
5        __drivers_end = .;
6    }
7}
8INSERT AFTER .rodata;
9