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

/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf3.c390 UInt next_nf; // ... to reach this attr/form index in the g_abbv.nf
416 described by this g_abbv; */
417 } g_abbv; typedef in typeref:struct:_g_abbv
469 /* --- a hash table of g_abbv (i.e. parsed abbreviations) --- */
903 g_abbv *ta; // temporary abbreviation, reallocated if needed.
906 g_abbv *ht_ta; // abbv to insert in hash table.
909 #define SZ_G_ABBV(_nf_szE) (sizeof(g_abbv) + _nf_szE * sizeof(name_form))
926 g_abbv *old_ta = ta;
983 static g_abbv* get_abbv (const CUConst* cc, ULong abbv_code)
985 g_abbv *abb
[all...]

Completed in 72 milliseconds