Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:cval

1061          ULong cval = -1LL;  /* Constant value read */
1087 case 0x05: /* FORM_data2 */ cval = ML_(read_UShort)(p); p +=2; break;
1088 case 0x06: /* FORM_data4 */ cval = ML_(read_UInt)(p); p +=4; break;
1101 case 0x0b: /* FORM_data1 */ cval = *p; p++; break;
1103 cval = ML_(read_ULong)(p); p += 8;
1105 cval = ML_(read_UInt)(p); p += 4;
1108 case 0x07: /* FORM_data8 */ if (ui->dw64) cval = ML_(read_ULong)(p);
1111 unconditionally to cval? */
1141 else if ( name == 0x10 ) ui->stmt_list = cval; /* DW_AT_stmt_list */