Searched refs:ta_nf_n (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf3.c905 UInt ta_nf_n; // nr of pairs in ta->nf that are initialised. local
923 ta_nf_n = 0;
925 if (ta_nf_n >= ta_nf_maxE) {
930 VG_(memcpy) (ta, old_ta, SZ_G_ABBV(ta_nf_n));
933 ta->nf[ta_nf_n].at_name = get_ULEB128( &c );
934 ta->nf[ta_nf_n].at_form = get_ULEB128( &c );
935 if (ta->nf[ta_nf_n].at_name == 0 && ta->nf[ta_nf_n].at_form == 0) {
936 ta_nf_n++;
939 ta_nf_n
[all...]

Completed in 202 milliseconds