Searched refs:reloc_handlers (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/riscv/kernel/
H A Dmodule.c525 static const struct relocation_handlers reloc_handlers[] = { variable in typeref:struct:relocation_handlers
641 reloc_handlers[curr_type].reloc_handler(
645 reloc_handlers[curr_type].accumulate_handler(
823 if (type < ARRAY_SIZE(reloc_handlers))
824 handler = reloc_handlers[type].reloc_handler;
891 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 164 milliseconds