Lines Matching full:relocation
42 pr_err("module %s: dangerous R_MIPS_26 relocation\n", in apply_r_mips_26()
48 pr_err("module %s: relocation overflow\n", in apply_r_mips_26()
73 * actual relocation. in apply_r_mips_hi16()
126 * Do the HI16 relocation. Note that we actually don't in apply_r_mips_lo16()
165 pr_err("module %s: dangerous R_MIPS_LO16 relocation\n", me->name); in apply_r_mips_lo16()
178 pr_err("module %s: dangerous R_MIPS_PC%u relocation\n", in apply_r_mips_pc()
192 pr_err("module %s: relocation overflow\n", me->name); in apply_r_mips_pc()
252 * reloc_handler() - Apply a particular relocation to a module
253 * @type: type of the relocation to apply
258 * @rela: indication of is this a RELA (true) or REL (false) relocation
260 * Each implemented relocation function applies a particular type of
261 * relocation to the module @me. Relocs that may be found in either REL or RELA
296 pr_err("%s: Unknown relocation type %u\n", me->name, type); in reloc_handler()
362 * relocations not followed by a R_MIPS_LO16 relocation, or if we hit in __apply_relocate()