Home
last modified time | relevance | path

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

/openbmc/linux/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()