xref: /linux/arch/arm64/include/asm/module.lds.h (revision db1a8b97a0a36155171dbb805fbcb276e07559f6)
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