Home | History | Annotate | Download | only in gold

Lines Matching defs:op2

3260   unsigned char op2 = view[-2];
3263 op2 == 0x8d || op2 == 0x04);
3268 if (op2 == 0x04)
3322 unsigned char op2 = view[-2];
3325 op2 == 0x8d || op2 == 0x04);
3331 tls::check_tls(relinfo, relnum, rel.get_r_offset(), op2 == 0x04);
3333 if (op2 == 0x04)
3511 unsigned char op2 = view[-2];
3512 if (op2 == 0x8b)
3520 else if (op2 == 0x03)
3541 unsigned char op2 = view[-2];
3544 if (op2 == 0x8b)
3550 else if (op2 == 0x2b)
3556 else if (op2 == 0x03)