Lines Matching full:relocation
52 pr_err("%s: Unsupport relocation type %u, please add its support.\n", me->name, type); in apply_r_larch_error()
154 pr_err("%s: Unsupport relocation type %u\n", mod->name, type); in apply_r_larch_sop()
237 pr_err("%s: Unsupport relocation type %u\n", mod->name, type); in apply_r_larch_sop_imm_field()
242 pr_err("module %s: opr1 = 0x%llx overflow! dangerous %s (%u) relocation\n", in apply_r_larch_sop_imm_field()
247 pr_err("module %s: opr1 = 0x%llx unaligned! dangerous %s (%u) relocation\n", in apply_r_larch_sop_imm_field()
269 pr_err("%s: Unsupport relocation type %u\n", mod->name, type); in apply_r_larch_add_sub()
289 pr_err("module %s: jump offset = 0x%llx unaligned! dangerous R_LARCH_B26 (%u) relocation\n", in apply_r_larch_b26()
295 pr_err("module %s: jump offset = 0x%llx overflow! dangerous R_LARCH_B26 (%u) relocation\n", in apply_r_larch_b26()
334 pr_err("%s: Unsupport relocation type %u\n", mod->name, type); in apply_r_larch_pcala()
357 pr_err("%s: Unsupport relocation type %u\n", mod->name, type); in apply_r_larch_got_pc()
365 * reloc_handlers_rela() - Apply a particular relocation to a module
369 * @rela_stack: the stack used for store relocation info, LOCAL to THIS module
437 pr_err("%s: Unknown relocation type %u\n", mod->name, type); in apply_relocate_add()