Searched refs:relo_type (Results 1 – 1 of 1) sorted by relevance
54 int i, n, relo_type; in apply_relocate_add() local103 relo_type = ELF32_R_TYPE(rel_entry[i].r_info); in apply_relocate_add()105 if (likely(R_ARC_32_ME == relo_type)) /* ME ( S + A ) */ in apply_relocate_add()107 else if (R_ARC_32 == relo_type) /* ( S + A ) */ in apply_relocate_add()109 else if (R_ARC_32_PCREL == relo_type) /* ( S + A ) - PDATA ) */ in apply_relocate_add()