Linux Source Code
Home
Release:
6.7
module.lds.h
Directory:
arch/powerpc/include/asm
Added: 2020-09-07
By: Masahiro Yamada
Highlighting
Reset All
By Author
By Age
By Commit
──────────
Masahiro Yamada
Overall
Contributors:
1
Author
Tokens
Token Proportion
Commits
Commit Proportion
Masahiro Yamada
21
100.00%
1
100.00%
Total
21
1
/* Force alignment of .toc section. */
SECTIONS
{ .toc 0 : ALIGN(256) { *(.got .toc) } }