![]() |
|
|||
0001 SECTIONS { 0002 #ifdef CONFIG_ARM64_MODULE_PLTS 0003 .plt 0 : { BYTE(0) } 0004 .init.plt 0 : { BYTE(0) } 0005 .text.ftrace_trampoline 0 : { BYTE(0) } 0006 #endif 0007 0008 #ifdef CONFIG_KASAN_SW_TAGS 0009 /* 0010 * Outlined checks go into comdat-deduplicated sections named .text.hot. 0011 * Because they are in comdats they are not combined by the linker and 0012 * we otherwise end up with multiple sections with the same .text.hot 0013 * name in the .ko file. The kernel module loader warns if it sees 0014 * multiple sections with the same name so we use this sections 0015 * directive to force them into a single section and silence the 0016 * warning. 0017 */ 0018 .text.hot : { *(.text.hot) } 0019 #endif 0020 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |