Searched refs:DiCfSI_m (Results 1 - 5 of 5) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
H A D | priv_storage.h | 246 /* Definition of the DiCfSI_m DiCfSI machine dependent part. 260 DiCfSI_m; typedef in typeref:struct:__anon15883 281 DiCfSI_m; typedef in typeref:struct:__anon15884 296 DiCfSI_m; typedef in typeref:struct:__anon15885 309 DiCfSI_m; typedef in typeref:struct:__anon15886 322 DiCfSI_m; typedef in typeref:struct:__anon15887 335 DiCfSI_m; typedef in typeref:struct:__anon15888 348 DiCfSI_m; typedef in typeref:struct:__anon15889 878 The machine specific information (i.e. the DiCfSI_m struct) 880 The DiCfSI_m ar [all...] |
H A D | readexidx.c | 572 /* In this translation into DiCfSI_m, we're going to have the CFA play 576 All of this would be a lot simpler if the DiCfSI_m representation 597 // The DiCfSI_m under construction 598 DiCfSI_m cfi; 634 /* Given a DiCfSI_m, find the _how/_off pair for the given ARM(32) GPR 639 DiCfSI_m* cfsi_m, Int regNo ) 658 Bool setCFAfromCFIR( /*MOD*/DiCfSI_m* cfi, XArray*/*CfiExpr*/ cfsi_exprs, 687 static Bool mentionsCFA ( DiCfSI_m* cfi ) 867 /* Initialise the DiCfSI_m that we are building. */
|
H A D | storage.c | 120 const DiCfSI_m* si_m ) 664 DiCfSI_m* ML_(get_cfsi_m) (const DebugInfo* di, UInt pos) 682 DiCfSI_m is copied. */ 684 Addr base, UInt len, DiCfSI_m* cfsi_m ) 804 di->cfsi_m_pool = VG_(newDedupPA)(1000 * sizeof(DiCfSI_m), 805 vg_alignof(DiCfSI_m), 815 sizeof(DiCfSI_m),
|
H A D | debuginfo.c | 2530 /* Search all the DebugInfos in the entire system, to find the DiCfSI_m 2540 /*OUT*/DiCfSI_m** cfsi_mP, 2631 once a DebugInfo is read, adding new DiCfSI_m* is not possible 2641 struct { Addr ip; DebugInfo* di; DiCfSI_m* cfsi_m; } 2688 const DebugInfo* di, const DiCfSI_m* cfsi_m ) 2849 DiCfSI_m* cfsi_m = NULL;
|
H A D | readdwarf.c | 2046 /*OUT*/DiCfSI_m* si_m, 3613 DiCfSI_m cfsi_m;
|
Completed in 702 milliseconds