Searched refs:relo_type (Results 1 – 1 of 1) sorted by relevance
51 int i, n, relo_type; in apply_relocate_add() local 100 relo_type = ELF32_R_TYPE(rel_entry[i].r_info); in apply_relocate_add() 102 if (likely(R_ARC_32_ME == relo_type)) /* ME ( S + A ) */ in apply_relocate_add() 104 else if (R_ARC_32 == relo_type) /* ( S + A ) */ in apply_relocate_add() 106 else if (R_ARC_32_PCREL == relo_type) /* ( S + A ) - PDATA ) */ in apply_relocate_add()