Lines Matching full:relocation
53 pr_err("module %s: dangerous R_MIPS_26 relocation\n", in apply_r_mips_26()
59 pr_err("module %s: relocation overflow\n", in apply_r_mips_26()
84 * actual relocation. in apply_r_mips_hi16()
137 * Do the HI16 relocation. Note that we actually don't in apply_r_mips_lo16()
176 pr_err("module %s: dangerous R_MIPS_LO16 relocation\n", me->name); in apply_r_mips_lo16()
189 pr_err("module %s: dangerous R_MIPS_PC%u relocation\n", in apply_r_mips_pc()
203 pr_err("module %s: relocation overflow\n", me->name); in apply_r_mips_pc()
263 * reloc_handler() - Apply a particular relocation to a module
264 * @type: type of the relocation to apply
269 * @rela: indication of is this a RELA (true) or REL (false) relocation
271 * Each implemented relocation function applies a particular type of
272 * relocation to the module @me. Relocs that may be found in either REL or RELA
307 pr_err("%s: Unknown relocation type %u\n", me->name, type); in reloc_handler()
373 * relocations not followed by a R_MIPS_LO16 relocation, or if we hit in __apply_relocate()