Searched refs:reloc_handler (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/mips/kernel/ |
H A D | relocate.c | 125 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()
|
H A D | module.c | 279 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()
|