2 .text : { *(.text .text.* .exit.text) }
5 KEEP(*(.ksplice_relocs))
6 ksplice_relocs_end = .;
10 KEEP(*(.ksplice_sections))
11 ksplice_sections_end = .;
15 KEEP(*(.ksplice_patches))
16 ksplice_patches_end = .;
20 KEEP(*(.ksplice_exports))
21 ksplice_exports_end = .;
23 .ksplice_system_map : {
24 ksplice_system_map = .;
25 KEEP(*(.ksplice_system_map))
26 ksplice_system_map_end = .;
30 KEEP(*(.parainstructions))
31 parainstructions_end = .;