Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
7aae5432ac61ffae3e5afadbd2713bb73177f11d
/
.
/
arch
/
arm64
/
include
/
asm
/
module.lds.h
blob: 810045628c66e7588da28fb9208b6882e760b41d [
file
] [
log
] [
blame
]
#ifdef
CONFIG_ARM64_MODULE_PLTS
SECTIONS
{
.
plt
0
(
NOLOAD
)
:
{
BYTE
(
0
)
}
.
init
.
plt
0
(
NOLOAD
)
:
{
BYTE
(
0
)
}
.
text
.
ftrace_trampoline
0
(
NOLOAD
)
:
{
BYTE
(
0
)
}
}
#endif