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.c234 if (di->admin_tyents) { in free_DebugInfo()
235 n = VG_(sizeXA)(di->admin_tyents); in free_DebugInfo()
237 ent = (TyEnt*)VG_(indexXA)(di->admin_tyents, i); in free_DebugInfo()
241 VG_(deleteXA)(di->admin_tyents); in free_DebugInfo()
242 di->admin_tyents = NULL; in free_DebugInfo()
3071 if (data_address_is_in_var( &offset, di->admin_tyents, in consider_vars_in_frame()
3076 di->admin_tyents, in consider_vars_in_frame()
3179 if (data_address_is_in_var( &offset, di->admin_tyents, var, in VG_()
3184 di->admin_tyents, in VG_()
3539 analyse_deps( res, di->admin_tyents, ip, in VG_()
[all …]
Dpriv_storage.h792 XArray* /* of TyEnt */ admin_tyents; member
Dstorage.c876 tl_assert(di && di->admin_tyents); in ML_()
881 ML_(pp_TyEnt_C_ishly)( di->admin_tyents, typeR ); in ML_()
900 ent = ML_(TyEnts__index_by_cuOff)( di->admin_tyents, NULL, typeR); in ML_()
940 mul = ML_(sizeOfType)(di->admin_tyents, typeR); in ML_()
Dreaddwarf3.c3689 vg_assert(!di->admin_tyents); in new_dwarf3_reader_wrk()
3690 di->admin_tyents = tyents_to_keep; in new_dwarf3_reader_wrk()