Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/kernel/
Drelocate.c125 static int __init reloc_handler(u32 type, u32 *loc_orig, u32 *loc_new, in reloc_handler() function
166 res = reloc_handler(type, loc_orig, loc_new, offset); in do_relocations()
Dmodule.c279 static int reloc_handler(u32 type, struct module *me, u32 *location, u32 base, in reloc_handler() function
364 err = reloc_handler(type, me, location, base, v, rela); in __apply_relocate()