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