Lines Matching defs:location
43 static int apply_r_mips_none(struct module *me, u32 *location, in apply_r_mips_none()
49 static int apply_r_mips_32(struct module *me, u32 *location, in apply_r_mips_32()
57 static int apply_r_mips_26(struct module *me, u32 *location, in apply_r_mips_26()
78 static int apply_r_mips_hi16(struct module *me, u32 *location, in apply_r_mips_hi16()
117 static int apply_r_mips_lo16(struct module *me, u32 *location, in apply_r_mips_lo16()
189 static int apply_r_mips_pc(struct module *me, u32 *location, u32 base, in apply_r_mips_pc()
220 static int apply_r_mips_pc16(struct module *me, u32 *location, in apply_r_mips_pc16()
226 static int apply_r_mips_pc21(struct module *me, u32 *location, in apply_r_mips_pc21()
232 static int apply_r_mips_pc26(struct module *me, u32 *location, in apply_r_mips_pc26()
238 static int apply_r_mips_64(struct module *me, u32 *location, in apply_r_mips_64()
249 static int apply_r_mips_higher(struct module *me, u32 *location, in apply_r_mips_higher()
261 static int apply_r_mips_highest(struct module *me, u32 *location, in apply_r_mips_highest()
316 u32 *location, base; in __apply_relocate() local