1 SECTIONS { 2 .plt 0 : { BYTE(0) } 3 .init.plt 0 : { BYTE(0) } 4 .text.ftrace_trampoline 0 : { BYTE(0) } 5 .init.text.ftrace_trampoline 0 : { BYTE(0) } 6 7 #ifdef CONFIG_UNWIND_TABLES 8 /* 9 * Currently, we only use unwind info at module load time, so we can 10 * put it into the .init allocation. 11 */ 12 .init.eh_frame 0 : { *(.eh_frame) } 13 #endif 14 } 15