Lines Matching refs:this_CIE

3867          Int      this_CIE;
3883 this_CIE = n_CIEs;
3885 init_CIE( &the_CIEs[this_CIE] );
3889 the_CIEs[this_CIE].offset
3938 the_CIEs[this_CIE].code_a_f = step_leb128( &data, 0);
3941 the_CIEs[this_CIE].code_a_f);
3944 (Int)the_CIEs[this_CIE].code_a_f);
3946 the_CIEs[this_CIE].data_a_f = step_leb128( &data, 1);
3949 the_CIEs[this_CIE].data_a_f);
3952 (Int)the_CIEs[this_CIE].data_a_f);
3955 the_CIEs[this_CIE].ra_reg = (Int)ML_(cur_step_UChar)(&data);
3957 the_CIEs[this_CIE].ra_reg = step_leb128( &data, 0);
3961 the_CIEs[this_CIE].ra_reg);
3964 (Int)the_CIEs[this_CIE].ra_reg);
3966 if (the_CIEs[this_CIE].ra_reg < 0
3967 || the_CIEs[this_CIE].ra_reg >= N_CFI_REGS) {
3972 the_CIEs[this_CIE].saw_z_augmentation
3974 if (the_CIEs[this_CIE].saw_z_augmentation) {
3976 the_CIEs[this_CIE].instrs = ML_(cur_plus)(data, length);
3987 the_CIEs[this_CIE].instrs = DiCursor_INVALID;
3990 the_CIEs[this_CIE].address_encoding = default_Addr_encoding();
3999 the_CIEs[this_CIE].address_encoding
4013 if (!ML_(cur_is_valid)(the_CIEs[this_CIE].instrs)) {
4017 data = the_CIEs[this_CIE].instrs;
4026 the_CIEs[this_CIE].address_encoding);
4028 the_CIEs[this_CIE].instrs = data;
4029 the_CIEs[this_CIE].ilen = ML_(cur_minus)(ciefde_start, data)
4032 //VG_(printf)("cie.instrs = %p\n", the_CIEs[this_CIE].instrs);
4033 VG_(printf)("cie.ilen = %d\n", the_CIEs[this_CIE].ilen);
4036 if (the_CIEs[this_CIE].ilen < 0
4037 || the_CIEs[this_CIE].ilen > frame_size) {
4042 data = ML_(cur_plus)(data, the_CIEs[this_CIE].ilen);
4051 adi.encoding = the_CIEs[this_CIE].address_encoding;
4055 show_CF_instructions( the_CIEs[this_CIE].instrs,
4056 the_CIEs[this_CIE].ilen, &adi,
4057 the_CIEs[this_CIE].code_a_f,
4058 the_CIEs[this_CIE].data_a_f );