Lines Matching full:relocation
52 pr_err("module %s: dangerous R_MIPS_26 relocation\n", in apply_r_mips_26()
58 pr_err("module %s: relocation overflow\n", in apply_r_mips_26()
83 * actual relocation. in apply_r_mips_hi16()
136 * Do the HI16 relocation. Note that we actually don't in apply_r_mips_lo16()
175 pr_err("module %s: dangerous R_MIPS_LO16 relocation\n", me->name); in apply_r_mips_lo16()
188 pr_err("module %s: dangerous R_MIPS_PC%u relocation\n", in apply_r_mips_pc()
202 pr_err("module %s: relocation overflow\n", me->name); in apply_r_mips_pc()
262 * reloc_handler() - Apply a particular relocation to a module
263 * @type: type of the relocation to apply
268 * @rela: indication of is this a RELA (true) or REL (false) relocation
270 * Each implemented relocation function applies a particular type of
271 * relocation to the module @me. Relocs that may be found in either REL or RELA
306 pr_err("%s: Unknown relocation type %u\n", me->name, type); in reloc_handler()
372 * relocations not followed by a R_MIPS_LO16 relocation, or if we hit in __apply_relocate()