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.c239 if (di->admin_tyents) { in free_DebugInfo()
240 n = VG_(sizeXA)(di->admin_tyents); in free_DebugInfo()
242 ent = (TyEnt*)VG_(indexXA)(di->admin_tyents, i); in free_DebugInfo()
246 VG_(deleteXA)(di->admin_tyents); in free_DebugInfo()
247 di->admin_tyents = NULL; in free_DebugInfo()
3135 if (data_address_is_in_var( &offset, di->admin_tyents, in consider_vars_in_frame()
3140 di->admin_tyents, in consider_vars_in_frame()
3243 if (data_address_is_in_var( &offset, di->admin_tyents, var, in VG_()
3248 di->admin_tyents, in VG_()
3603 analyse_deps( res, di->admin_tyents, ip, in VG_()
[all …]
Dpriv_storage.h798 XArray* /* of TyEnt */ admin_tyents; member
Dstorage.c890 tl_assert(di && di->admin_tyents); in ML_()
895 ML_(pp_TyEnt_C_ishly)( di->admin_tyents, typeR ); in ML_()
914 ent = ML_(TyEnts__index_by_cuOff)( di->admin_tyents, NULL, typeR); in ML_()
950 mul = ML_(sizeOfType)(di->admin_tyents, typeR); in ML_()
Dreaddwarf3.c4067 vg_assert(!di->admin_tyents); in new_dwarf3_reader_wrk()
4068 di->admin_tyents = tyents_to_keep; in new_dwarf3_reader_wrk()