kernel/arch/arm/kernel/module-plts.c
.. .. @@ -256,7 +256,7 @@ 256 256 /* sort by type and symbol index */ 257 257 sort(rels, numrels, sizeof(Elf32_Rel), cmp_rel, NULL); 258 258 259 - if (strncmp(secstrings + dstsec->sh_name, ".init", 5) != 0)259 + if (!module_init_layout_section(secstrings + dstsec->sh_name))260 260 core_plts += count_plts(syms, dstsec->sh_addr, rels, 261 261 numrels, s->sh_info); 262 262 else