tangled
alpha
login
or
join now
tjh.dev
/
kernel
1
fork
atom
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
kernel
/
arch
/
powerpc
/
include
/
asm
/
module.lds.h
at
v6.18
8 lines
95 B
view raw
wrap content
1
/* Force alignment of .toc section. */
2
SECTIONS
3
{
4
.
toc
0
:
ALIGN
(
256
)
5
{
6
*
(
.
got
.
toc
)
7
}
8
}