Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:cur_plus

581      = ML_(cur_plus)(data, info.li_length + (is64 ? 12 : 4));
592 ML_(cur_plus)(standard_opcodes,
599 data = ML_(cur_plus)(standard_opcodes, info.li_opcode_base - 1);
641 data = ML_(cur_plus)(data, VG_(strlen)(data_str) + 1);
655 data = ML_(cur_plus)(data, 1);
689 data = ML_(cur_plus)(data, 1);
871 ML_(cur_plus)(standard_opcodes,
908 p = ML_(cur_plus)(p,1); /* skip has_children flag */
972 end_img = ML_(cur_plus)(unitblock_img, blklen + (ui->dw64 ? 12 : 4));
975 abbrev_img = ML_(cur_plus)(debugabbrev_img, atoffs);
991 abbrev_img = lookup_abbrev( ML_(cur_plus)(debugabbrev_img, atoffs),
1001 abbrev_img = ML_(cur_plus)(abbrev_img, 1);
1042 sval = ML_(cur_plus)(debugstr_img, ML_(cur_read_UInt)(p));
1044 sval = ML_(cur_plus)(debugstr_img, ML_(cur_read_ULong)(p));
1045 p = ML_(cur_plus)(p, ui->dw64 ? 8 : 4);
1049 p = ML_(cur_plus)(p, ML_(cur_strlen)(p) + 1);
1063 p = ML_(cur_plus)(p, 8);
1068 p = ML_(cur_plus)(p, addr_size);
1071 p = ML_(cur_plus)(p, ML_(cur_read_UShort)(p) + 2);
1074 p = ML_(cur_plus)(p, ML_(cur_read_UInt)(p) + 4);
1079 p = ML_(cur_plus)(p, block_len);
1083 p = ML_(cur_plus)(p, ML_(cur_read_UChar)(p) + 1);
1086 p = ML_(cur_plus)(p, 1);
1095 p = ML_(cur_plus)(p, (ver == 2) ? addr_size
1099 p = ML_(cur_plus)(p, 1);
1102 p = ML_(cur_plus)(p, 2);
1105 p = ML_(cur_plus)(p, 4);
1108 p = ML_(cur_plus)(p, 8);
1116 p = ML_(cur_plus)(p, 8);
1119 p = ML_(cur_plus)(p, ui->dw64 ? 8 : 4);
1123 sval = ML_(cur_plus)(debugstr_alt_img,
1126 sval = ML_(cur_plus)(debugstr_alt_img,
1128 p = ML_(cur_plus)(p, ui->dw64 ? 8 : 4);
1181 DiCursor end1_img = ML_(cur_plus)( ML_(cur_from_sli)(escn_debug_info),
1187 ML_(cur_cmpLT)(block_img, ML_(cur_plus)(end1_img, -(DiOffT)4));
1188 block_img = ML_(cur_plus)(block_img, blklen + blklen_len) ) {
1196 if (ML_(cur_cmpGT)( ML_(cur_plus)(block_img, blklen + blklen_len),
1204 ver = ML_(cur_read_UShort)( ML_(cur_plus)(block_img, blklen_len) );
1244 ML_(cur_plus)(ML_(cur_from_sli)(escn_debug_line), ui.stmt_list),
2727 *data = ML_(cur_plus)(*data, nbytes);
2801 DiCursor limit = ML_(cur_plus)(expr, exprlen);
3298 instr = ML_(cur_plus)(instr, len);
3329 instr = ML_(cur_plus)(instr, len);
3357 instr = ML_(cur_plus)(instr, len);
3567 instr = ML_(cur_plus)(instr, len);
3574 instr = ML_(cur_plus)(instr, len);
3581 instr = ML_(cur_plus)(instr, len);
3642 i += show_CF_instruction( ML_(cur_plus)(instrs, i),
3668 if (0) (void)show_CF_instruction( ML_(cur_plus)(instrs,i), adi,
3670 j = run_CF_instruction( ctx, ML_(cur_plus)(instrs,i),
3808 if (ML_(cur_cmpEQ)(data, ML_(cur_plus)(frame_image, frame_size)))
3812 if (ML_(cur_cmpGT)(data, ML_(cur_plus)(frame_image, frame_size))) {
3909 data = ML_(cur_plus)(data, 1 + ML_(cur_strlen)(cie_augmentation));
3922 (ML_(cur_plus)(cie_augmentation, 1)) == 'h') {
3923 data = ML_(cur_plus)(data, sizeof(Addr));
3924 cie_augmentation = ML_(cur_plus)(cie_augmentation, 2);
3976 the_CIEs[this_CIE].instrs = ML_(cur_plus)(data, length);
3977 cie_augmentation = ML_(cur_plus)(cie_augmentation, 1);
3983 (ML_(cur_plus)(data, i)));
3995 data = ML_(cur_plus)(data, 1);
3996 cie_augmentation = ML_(cur_plus)(cie_augmentation, 1);
4001 cie_augmentation = ML_(cur_plus)(cie_augmentation, 1);
4004 data = ML_(cur_plus)(data, size_of_encoded_Addr(
4006 data = ML_(cur_plus)(data, 1);
4007 cie_augmentation = ML_(cur_plus)(cie_augmentation, 1);
4010 cie_augmentation = ML_(cur_plus)(cie_augmentation, 1);
4042 data = ML_(cur_plus)(data, the_CIEs[this_CIE].ilen);
4150 (ML_(cur_plus)(data, i)));
4153 data = ML_(cur_plus)(data, length);
4169 data = ML_(cur_plus)(data, fde_ilen);