Home
last modified time | relevance | path

Searched refs:reloc_handlers (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dmodule.c292 static reloc_handler reloc_handlers[] = { variable
346 if (type < ARRAY_SIZE(reloc_handlers)) in __apply_relocate()
347 handler = reloc_handlers[type]; in __apply_relocate()
H A Dvpe.c404 static int (*reloc_handlers[]) (struct module *me, uint32_t *location, variable
456 res = reloc_handlers[ELF32_R_TYPE(r_info)](me, location, v); in apply_relocations()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dvpe.c403 static int (*reloc_handlers[]) (struct module *me, uint32_t *location, variable
455 res = reloc_handlers[ELF32_R_TYPE(r_info)](me, location, v); in apply_relocations()

Completed in 3 milliseconds