reloc_handlers_rela  273 arch/riscv/kernel/module.c static int (*reloc_handlers_rela[]) (struct module *me, u32 *location,
reloc_handlers_rela  329 arch/riscv/kernel/module.c 		if (type < ARRAY_SIZE(reloc_handlers_rela))
reloc_handlers_rela  330 arch/riscv/kernel/module.c 			handler = reloc_handlers_rela[type];