Lines Matching full:relocation
56 pr_err("%s: Unsupport relocation type %u, please add its support.\n", me->name, type); in apply_r_larch_error()
159 pr_err("%s: Unsupport relocation type %u\n", mod->name, type); in apply_r_larch_sop()
242 pr_err("%s: Unsupport relocation type %u\n", mod->name, type); in apply_r_larch_sop_imm_field()
247 pr_err("module %s: opr1 = 0x%llx overflow! dangerous %s (%u) relocation\n", in apply_r_larch_sop_imm_field()
252 pr_err("module %s: opr1 = 0x%llx unaligned! dangerous %s (%u) relocation\n", in apply_r_larch_sop_imm_field()
274 pr_err("%s: Unsupport relocation type %u\n", mod->name, type); in apply_r_larch_add_sub()
295 pr_err("module %s: jump offset = 0x%llx unaligned! dangerous R_LARCH_B26 (%u) relocation\n", in apply_r_larch_b26()
301 pr_err("module %s: jump offset = 0x%llx overflow! dangerous R_LARCH_B26 (%u) relocation\n", in apply_r_larch_b26()
340 pr_err("%s: Unsupport relocation type %u\n", mod->name, type); in apply_r_larch_pcala()
364 pr_err("%s: Unsupport relocation type %u\n", mod->name, type); in apply_r_larch_got_pc()
390 * reloc_handlers_rela() - Apply a particular relocation to a module
394 * @rela_stack: the stack used for store relocation info, LOCAL to THIS module
461 pr_err("%s: Unknown relocation type %u\n", mod->name, type); in apply_relocate_add()