Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c231 if (di->admin_tyents) { in free_DebugInfo()
232 n = VG_(sizeXA)(di->admin_tyents); in free_DebugInfo()
234 ent = (TyEnt*)VG_(indexXA)(di->admin_tyents, i); in free_DebugInfo()
238 VG_(deleteXA)(di->admin_tyents); in free_DebugInfo()
239 di->admin_tyents = NULL; in free_DebugInfo()
3031 if (data_address_is_in_var( &offset, di->admin_tyents, in consider_vars_in_frame()
3036 di->admin_tyents, in consider_vars_in_frame()
3139 if (data_address_is_in_var( &offset, di->admin_tyents, var, in VG_()
3144 di->admin_tyents, in VG_()
3502 analyse_deps( res, di->admin_tyents, ip, in VG_()
[all …]
Dstorage.c856 tl_assert(di && di->admin_tyents); in ML_()
861 ML_(pp_TyEnt_C_ishly)( di->admin_tyents, typeR ); in ML_()
880 ent = ML_(TyEnts__index_by_cuOff)( di->admin_tyents, NULL, typeR); in ML_()
920 mul = ML_(sizeOfType)(di->admin_tyents, typeR); in ML_()
Dpriv_storage.h672 XArray* /* of TyEnt */ admin_tyents; member
Dreaddwarf3.c3688 vg_assert(!di->admin_tyents); in new_dwarf3_reader_wrk()
3689 di->admin_tyents = tyents_to_keep; in new_dwarf3_reader_wrk()