relocation         54 arch/arc/kernel/module.c 	Elf32_Addr relocation, location, tgt_addr;
relocation         83 arch/arc/kernel/module.c 		relocation = sym_entry->st_value + rel_entry[i].r_addend;
relocation         93 arch/arc/kernel/module.c 			 sym_entry->st_value, location, relocation, s);
relocation        103 arch/arc/kernel/module.c 			arc_write_me((unsigned short *)location, relocation);
relocation        105 arch/arc/kernel/module.c 			*((Elf32_Addr *) location) = relocation;
relocation        107 arch/arc/kernel/module.c 			*((Elf32_Addr *) location) = relocation - location;
relocation        269 arch/arm/mach-hisi/platmcpm.c 	void __iomem *relocation;
relocation        292 arch/arm/mach-hisi/platmcpm.c 	relocation = ioremap(hip04_boot_method[2], hip04_boot_method[3]);
relocation        293 arch/arm/mach-hisi/platmcpm.c 	if (!relocation) {
relocation        327 arch/arm/mach-hisi/platmcpm.c 	writel_relaxed(hip04_boot_method[0], relocation);
relocation        328 arch/arm/mach-hisi/platmcpm.c 	writel_relaxed(0xa5a5a5a5, relocation + 4);	/* magic number */
relocation        329 arch/arm/mach-hisi/platmcpm.c 	writel_relaxed(__pa_symbol(secondary_startup), relocation + 8);
relocation        330 arch/arm/mach-hisi/platmcpm.c 	writel_relaxed(0, relocation + 12);
relocation        331 arch/arm/mach-hisi/platmcpm.c 	iounmap(relocation);
relocation        340 arch/arm/mach-hisi/platmcpm.c 	iounmap(relocation);
relocation         33 arch/sh/kernel/module.c 	Elf32_Addr relocation;
relocation         47 arch/sh/kernel/module.c 		relocation = sym->st_value + rel[i].r_addend;
relocation         55 arch/sh/kernel/module.c 		relocation |= !!(sym->st_other & 4);
relocation         63 arch/sh/kernel/module.c 			value += relocation;
relocation         67 arch/sh/kernel/module.c 			relocation = (relocation - (Elf32_Addr) location);
relocation         69 arch/sh/kernel/module.c 			value += relocation;
relocation         74 arch/sh/kernel/module.c 				((relocation & 0xffff) << 10);
relocation         78 arch/sh/kernel/module.c 				(((relocation >> 16) & 0xffff) << 10);
relocation         81 arch/sh/kernel/module.c 			relocation -= (Elf32_Addr) location;
relocation         83 arch/sh/kernel/module.c 				((relocation & 0xffff) << 10);
relocation         86 arch/sh/kernel/module.c 			relocation -= (Elf32_Addr) location;
relocation         88 arch/sh/kernel/module.c 				(((relocation >> 16) & 0xffff) << 10);