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

/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c433 /* abbv_code == (ULong)-1 for an unused entry. */
434 struct { ULong abbv_code; UWord posn; } saC_cache[N_ABBV_CACHE]; member in struct:__anon32471::__anon32472
929 cc->saC_cache[i].abbv_code = (ULong)-1; /* unused */
938 'abbv_code' for this compilation unit. */
941 CUConst* cc, ULong abbv_code )
946 if (abbv_code == 0)
947 cc->barf("set_abbv_Cursor: abbv_code == 0" );
953 vg_assert(abbv_code != (ULong)-1);
960 we just asserted that abbv_code is not -1. */
961 if (LIKELY(cc->saC_cache[i].abbv_code
3449 ULong atag, abbv_code; local
[all...]

Completed in 317 milliseconds