Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/kernel/
Dmodule.c524 static const struct relocation_handlers reloc_handlers[] = { variable
640 reloc_handlers[curr_type].reloc_handler( in process_accumulated_relocations()
644 reloc_handlers[curr_type].accumulate_handler( in process_accumulated_relocations()
820 if (type < ARRAY_SIZE(reloc_handlers)) in apply_relocate_add()
821 handler = reloc_handlers[type].reloc_handler; in apply_relocate_add()
888 if (reloc_handlers[type].accumulate_handler) in apply_relocate_add()
/linux-6.12.1/arch/mips/kernel/
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()