relo_type          51 arch/arc/kernel/module.c 	int i, n, relo_type;
relo_type         100 arch/arc/kernel/module.c 		relo_type = ELF32_R_TYPE(rel_entry[i].r_info);
relo_type         102 arch/arc/kernel/module.c 		if (likely(R_ARC_32_ME == relo_type))	/* ME ( S + A ) */
relo_type         104 arch/arc/kernel/module.c 		else if (R_ARC_32 == relo_type)		/* ( S + A ) */
relo_type         106 arch/arc/kernel/module.c 		else if (R_ARC_32_PCREL == relo_type)	/* ( S + A ) - PDATA ) */