Searched refs:_DebugInfo (Results 1 – 13 of 13) sorted by relevance
/external/valgrind/main/coregrind/m_debuginfo/ |
D | priv_storage.h | 469 struct _DebugInfo { struct 473 struct _DebugInfo* next; /* list of DebugInfos */ argument 807 extern void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym ); argument 811 void ML_(addLineInfo) ( struct _DebugInfo* di, 817 extern void ML_(addDiCfSI) ( struct _DebugInfo* di, DiCfSI* cfsi ); 821 extern UChar* ML_(addStr) ( struct _DebugInfo* di, UChar* str, Int len ); 823 extern void ML_(addVar)( struct _DebugInfo* di, 837 extern void ML_(canonicaliseTables) ( struct _DebugInfo* di ); 842 extern void ML_(canonicaliseCFI) ( struct _DebugInfo* di ); 848 extern Word ML_(search_one_symtab) ( struct _DebugInfo* di, Addr ptr, [all …]
|
D | priv_readdwarf.h | 46 ( struct _DebugInfo* di, 56 void ML_(read_debuginfo_dwarf1) ( struct _DebugInfo* di, 65 ( /*OUT*/struct _DebugInfo* di,
|
D | storage.c | 62 void ML_(symerr) ( struct _DebugInfo* di, Bool serious, HChar* msg ) in ML_() 218 UChar* ML_(addStr) ( struct _DebugInfo* di, UChar* str, Int len ) in ML_() 256 void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym ) in ML_() 288 static void addLoc ( struct _DebugInfo* di, DiLoc* loc ) in addLoc() 320 static void shrinkLocTab ( struct _DebugInfo* di ) in shrinkLocTab() 339 void ML_(addLineInfo) ( struct _DebugInfo* di, in ML_() 433 void ML_(addDiCfSI) ( struct _DebugInfo* di, DiCfSI* cfsi_orig ) in ML_() 856 void ML_(addVar)( struct _DebugInfo* di, in ML_() 1015 static void canonicaliseVarInfo ( struct _DebugInfo* di ) in canonicaliseVarInfo() 1141 Bool preferName ( struct _DebugInfo* di, in preferName() [all …]
|
D | priv_readelf.h | 51 extern Bool ML_(read_elf_debug_info) ( struct _DebugInfo* di );
|
D | priv_readmacho.h | 45 extern Bool ML_(read_macho_debug_info) ( struct _DebugInfo* si );
|
D | priv_readstabs.h | 44 void ML_(read_debuginfo_stabs) ( struct _DebugInfo* di,
|
D | priv_readdwarf3.h | 44 struct _DebugInfo* di,
|
D | readelf.c | 207 struct _DebugInfo* di, /* containing DebugInfo */ in get_elf_symbol_info() 602 struct _DebugInfo* di, UChar* tab_name, in read_elf_symtab__normal() 705 struct _DebugInfo* di, UChar* tab_name, in read_elf_symtab__ppc64_linux() 1081 Bool find_ad_hoc_debug_image( struct _DebugInfo* di, in find_ad_hoc_debug_image() 1159 void find_debug_file( struct _DebugInfo* di, in find_debug_file() 1282 Bool ML_(read_elf_debug_info) ( struct _DebugInfo* di ) in ML_() 2467 void (*read_elf_symtab)(struct _DebugInfo*,UChar*, in ML_()
|
D | readdwarf.c | 335 Word process_extended_line_op( struct _DebugInfo* di, in process_extended_line_op() 443 void read_dwarf2_lineblock ( struct _DebugInfo* di, in read_dwarf2_lineblock() 1167 ( struct _DebugInfo* di, in ML_() 1396 struct _DebugInfo* di, in ML_() 2120 struct _DebugInfo* debuginfo ) in summarise_context() 2852 struct _DebugInfo* di ) in run_CF_instruction() 3525 Bool run_CF_instructions ( struct _DebugInfo* di, in run_CF_instructions() 3618 ( /*OUT*/struct _DebugInfo* di, in ML_()
|
D | readmacho.c | 322 struct _DebugInfo* di, in read_symtab() 669 Bool ML_(read_macho_debug_info)( struct _DebugInfo* di ) in ML_()
|
D | readdwarf3.c | 419 struct _DebugInfo* di; 472 static void bias_GX ( /*MOD*/GExpr* gx, struct _DebugInfo* di ) in bias_GX() 3243 struct _DebugInfo* di, in new_dwarf3_reader_wrk() 3971 struct _DebugInfo* di, in ML_()
|
D | debuginfo.c | 590 static ULong di_notify_ACHIEVE_ACCEPT_STATE ( struct _DebugInfo* di ) in di_notify_ACHIEVE_ACCEPT_STATE()
|
/external/valgrind/main/include/ |
D | pub_tool_debuginfo.h | 178 typedef struct _DebugInfo DebugInfo;
|