Home
last modified time | relevance | path

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

/linux-6.1.9/arch/loongarch/kernel/
Dmodule.c378 static reloc_rela_handler reloc_rela_handlers[] = { variable
431 if (type < ARRAY_SIZE(reloc_rela_handlers)) in apply_relocate_add()
432 handler = reloc_rela_handlers[type]; in apply_relocate_add()