Searched refs:apply_r_mips_hi16 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | module.c | 78 static int apply_r_mips_hi16(struct module *me, u32 *location, in apply_r_mips_hi16() function 296 [R_MIPS_HI16] = apply_r_mips_hi16,
|
H A D | vpe.c | 311 static int apply_r_mips_hi16(struct module *me, uint32_t *location, in apply_r_mips_hi16() function 409 [R_MIPS_HI16] = apply_r_mips_hi16,
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | module.c | 70 static int apply_r_mips_hi16(struct module *me, u32 *location, Elf_Addr v, in apply_r_mips_hi16() function 291 return apply_r_mips_hi16(me, location, v, rela); in reloc_handler()
|
H A D | vpe.c | 310 static int apply_r_mips_hi16(struct module *me, uint32_t *location, in apply_r_mips_hi16() function 408 [R_MIPS_HI16] = apply_r_mips_hi16,
|
Completed in 4 milliseconds