include/asm/module.lds.h (7 lines of code) (raw):

/* Force alignment of .toc section. */ SECTIONS { .toc 0 : ALIGN(256) { *(.got .toc) } }