Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Drelocate.c128 static int (*reloc_handlers_rel[]) (u32 *, u32 *, long) __initdata = { variable
152 if (reloc_handlers_rel[type] == NULL) { in do_relocations()
159 res = reloc_handlers_rel[type](loc_orig, loc_new, offset); in do_relocations()