Searched refs:relo_type (Results 1 - 1 of 1) sorted by relevance

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

Completed in 90 milliseconds