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