xref: /linux/arch/arm64/include/asm/module.lds.h (revision afba8b0a2cc532b54eaf4254092f57bba5d7eb65)
1 #ifdef CONFIG_ARM64_MODULE_PLTS
2 SECTIONS {
3 	.plt (NOLOAD) : { BYTE(0) }
4 	.init.plt (NOLOAD) : { BYTE(0) }
5 	.text.ftrace_trampoline (NOLOAD) : { BYTE(0) }
6 }
7 #endif
8