Home
last modified time | relevance | path

Searched refs:the_CIEs (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
Dreaddwarf.c3611 static CIE the_CIEs[N_CIEs]; variable
3764 init_CIE( &the_CIEs[this_CIE] ); in ML_()
3768 the_CIEs[this_CIE].offset = (ULong)(ciefde_start - frame_image); in ML_()
3811 the_CIEs[this_CIE].code_a_f = read_leb128( data, &nbytes, 0); in ML_()
3815 the_CIEs[this_CIE].code_a_f); in ML_()
3818 (Int)the_CIEs[this_CIE].code_a_f); in ML_()
3820 the_CIEs[this_CIE].data_a_f = read_leb128( data, &nbytes, 1); in ML_()
3824 the_CIEs[this_CIE].data_a_f); in ML_()
3827 (Int)the_CIEs[this_CIE].data_a_f); in ML_()
3830 the_CIEs[this_CIE].ra_reg = (Int)ML_(read_UChar)(data); in ML_()
[all …]