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

/linux-master/arch/riscv/kernel/
H A Dmodule.c524 static const struct relocation_handlers reloc_handlers[] = { variable in typeref:struct:relocation_handlers
640 reloc_handlers[curr_type].reloc_handler(
644 reloc_handlers[curr_type].accumulate_handler(
822 if (type < ARRAY_SIZE(reloc_handlers))
823 handler = reloc_handlers[type].reloc_handler;
890 if (reloc_handlers[type].accumulate_handler)
/linux-master/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);

Completed in 223 milliseconds