Home
last modified time | relevance | path

Searched refs:reloc_rela_handlers (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dmodule.c402 static reloc_rela_handler reloc_rela_handlers[] = { variable
454 if (type < ARRAY_SIZE(reloc_rela_handlers)) in apply_relocate_add()
455 handler = reloc_rela_handlers[type]; in apply_relocate_add()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dmodule.c413 static reloc_rela_handler reloc_rela_handlers[] = { variable
465 if (type < ARRAY_SIZE(reloc_rela_handlers)) in apply_relocate_add()
466 handler = reloc_rela_handlers[type]; in apply_relocate_add()

Completed in 3 milliseconds