reloc_handlers    293 arch/mips/kernel/module.c static reloc_handler reloc_handlers[] = {
reloc_handlers    347 arch/mips/kernel/module.c 		if (type < ARRAY_SIZE(reloc_handlers))
reloc_handlers    348 arch/mips/kernel/module.c 			handler = reloc_handlers[type];
reloc_handlers    404 arch/mips/kernel/vpe.c static int (*reloc_handlers[]) (struct module *me, uint32_t *location,
reloc_handlers    456 arch/mips/kernel/vpe.c 		res = reloc_handlers[ELF32_R_TYPE(r_info)](me, location, v);