Searched refs:DebugInfoMapping (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | priv_storage.h | 561 } DebugInfoMapping; typedef 998 DebugInfoMapping* last_rx_map; 1126 extern DebugInfoMapping* ML_(find_rx_mapping) ( DebugInfo* di,
|
D | debuginfo.c | 189 ML_(dinfo_free), sizeof(DebugInfoMapping)); in alloc_DebugInfo() 410 const DebugInfoMapping* map1 = VG_(indexXA)(di1->fsm.maps, i); in do_DebugInfos_overlap() 412 const DebugInfoMapping* map2 = VG_(indexXA)(di2->fsm.maps, j); in do_DebugInfos_overlap() 505 const DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); in check_CFSI_related_invariants() 524 const DebugInfoMapping* map2 = VG_(indexXA)(di2->fsm.maps, j); in check_CFSI_related_invariants() 603 static Bool overlaps_DebugInfoMappings ( const DebugInfoMapping* map1, in overlaps_DebugInfoMappings() 604 const DebugInfoMapping* map2 ) in overlaps_DebugInfoMappings() 623 const DebugInfoMapping* map = VG_(indexXA)(maps, i); in show_DebugInfoMappings() 649 DebugInfoMapping *map_i, *map_j; in truncate_DebugInfoMapping_overlaps() 1045 DebugInfoMapping map; in VG_() [all …]
|
D | readmacho.c | 709 const DebugInfoMapping* rx_map = NULL; in ML_() 710 const DebugInfoMapping* rw_map = NULL; in ML_() 721 const DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); in ML_()
|
D | readelf.c | 1529 DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); in ML_() 1605 const DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); in ML_() 1611 const DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); in ML_() 1695 const DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, j); in ML_() 1812 const DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); in ML_() 1825 const DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); in ML_() 2599 const DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, j); in ML_()
|
D | readpdb.c | 2316 DebugInfoMapping map; in ML_() 2384 const DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); in ML_() 2391 const DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); in ML_()
|
D | storage.c | 704 DebugInfoMapping* map; in ML_() 705 DebugInfoMapping* map2; in ML_()
|
/external/valgrind/ |
D | NEWS | 414 349941 di_notify_mmap might create wrong start/size DebugInfoMapping
|