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