Lines Matching full:relocation
55 pr_err("%s: Unsupport relocation type %u, please add its support.\n", me->name, type); in apply_r_larch_error()
158 pr_err("%s: Unsupport relocation type %u\n", mod->name, type); in apply_r_larch_sop()
241 pr_err("%s: Unsupport relocation type %u\n", mod->name, type); in apply_r_larch_sop_imm_field()
246 pr_err("module %s: opr1 = 0x%llx overflow! dangerous %s (%u) relocation\n", in apply_r_larch_sop_imm_field()
251 pr_err("module %s: opr1 = 0x%llx unaligned! dangerous %s (%u) relocation\n", in apply_r_larch_sop_imm_field()
273 pr_err("%s: Unsupport relocation type %u\n", mod->name, type); in apply_r_larch_add_sub()
294 pr_err("module %s: jump offset = 0x%llx unaligned! dangerous R_LARCH_B26 (%u) relocation\n", in apply_r_larch_b26()
300 pr_err("module %s: jump offset = 0x%llx overflow! dangerous R_LARCH_B26 (%u) relocation\n", in apply_r_larch_b26()
339 pr_err("%s: Unsupport relocation type %u\n", mod->name, type); in apply_r_larch_pcala()
363 pr_err("%s: Unsupport relocation type %u\n", mod->name, type); in apply_r_larch_got_pc()
389 * reloc_handlers_rela() - Apply a particular relocation to a module
393 * @rela_stack: the stack used for store relocation info, LOCAL to THIS module
460 pr_err("%s: Unknown relocation type %u\n", mod->name, type); in apply_relocate_add()