Searched refs:R_MIPS_LO16 (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/boot/tools/ |
H A D | relocs.c | 70 REL_TYPE(R_MIPS_LO16), in rel_type() 529 case R_MIPS_LO16: in do_reloc()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | vpe.c | 409 [R_MIPS_LO16] = apply_r_mips_lo16, 419 [R_MIPS_LO16] = "MIPS_LO16",
|
H A D | module.c | 176 pr_err("module %s: dangerous R_MIPS_LO16 relocation\n", me->name); in apply_r_mips_lo16() 292 case R_MIPS_LO16: in reloc_handler() 373 * relocations not followed by a R_MIPS_LO16 relocation, or if we hit in __apply_relocate() 375 * reaching the R_MIPS_LO16. In either case, free up the list and in __apply_relocate()
|
/kernel/linux/linux-6.6/arch/mips/boot/tools/ |
H A D | relocs.c | 70 REL_TYPE(R_MIPS_LO16), in rel_type() 529 case R_MIPS_LO16: in do_reloc()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | vpe.c | 410 [R_MIPS_LO16] = apply_r_mips_lo16, 420 [R_MIPS_LO16] = "MIPS_LO16",
|
H A D | module.c | 184 pr_err("module %s: dangerous R_MIPS_LO16 relocation\n", me->name); in apply_r_mips_lo16() 297 [R_MIPS_LO16] = apply_r_mips_lo16, 377 * relocations not followed by a R_MIPS_LO16 relocation, or if we hit in __apply_relocate() 379 * reaching the R_MIPS_LO16. In either case, free up the list and in __apply_relocate()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | elf.h | 79 #define R_MIPS_LO16 6 macro
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | elf.h | 79 #define R_MIPS_LO16 6 macro
|
/kernel/linux/linux-5.10/scripts/mod/ |
H A D | modpost.c | 1842 case R_MIPS_LO16: in addend_mips_rel()
|
/kernel/linux/linux-6.6/scripts/mod/ |
H A D | modpost.c | 1416 case R_MIPS_LO16: in addend_mips_rel()
|
Completed in 14 milliseconds