ubuntu-linux-kernel/arch/arm64/kernel/module.lds

6 lines
124 B
Plaintext
Raw Normal View History

2024-04-01 15:06:58 +00:00
SECTIONS {
.plt (NOLOAD) : { BYTE(0) }
.init.plt (NOLOAD) : { BYTE(0) }
.text.ftrace_trampoline (NOLOAD) : { BYTE(0) }
}