Searched refs:_DebugInfo (Results 1 – 14 of 14) sorted by relevance
/external/valgrind/main/coregrind/m_debuginfo/ |
D | priv_storage.h | 341 struct _DebugInfo { struct 345 struct _DebugInfo* next; /* list of DebugInfos */ argument 683 extern void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym ); argument 687 void ML_(addLineInfo) ( struct _DebugInfo* di, 694 void ML_(shrinkSym) ( struct _DebugInfo *di ); 696 void ML_(shrinkLineInfo) ( struct _DebugInfo *di ); 699 extern void ML_(addDiCfSI) ( struct _DebugInfo* di, DiCfSI* cfsi ); 703 extern UChar* ML_(addStr) ( struct _DebugInfo* di, UChar* str, Int len ); 705 extern void ML_(addVar)( struct _DebugInfo* di, 719 extern void ML_(canonicaliseTables) ( struct _DebugInfo* di ); [all …]
|
D | priv_readdwarf.h | 46 ( struct _DebugInfo* di, 56 void ML_(read_debuginfo_dwarf1) ( struct _DebugInfo* di, 65 ( /*OUT*/struct _DebugInfo* di, UChar* frame, SizeT frame_sz, Bool for_eh );
|
D | storage.c | 62 void ML_(symerr) ( struct _DebugInfo* di, Bool serious, HChar* msg ) in ML_() 196 UChar* ML_(addStr) ( struct _DebugInfo* di, UChar* str, Int len ) in ML_() 232 void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym ) in ML_() 262 void ML_(shrinkSym)( struct _DebugInfo* di ) in ML_() 280 static void addLoc ( struct _DebugInfo* di, DiLoc* loc ) in addLoc() 310 void ML_(shrinkLineInfo)( struct _DebugInfo* di ) in ML_() 328 void ML_(addLineInfo) ( struct _DebugInfo* di, in ML_() 422 void ML_(addDiCfSI) ( struct _DebugInfo* di, DiCfSI* cfsi_orig ) in ML_() 836 void ML_(addVar)( struct _DebugInfo* di, in ML_() 995 static void canonicaliseVarInfo ( struct _DebugInfo* di ) in canonicaliseVarInfo() [all …]
|
D | priv_readxcoff.h | 42 Bool ML_(read_xcoff_debug_info) ( struct _DebugInfo* di,
|
D | priv_readmacho.h | 45 extern Bool ML_(read_macho_debug_info) ( struct _DebugInfo* si );
|
D | priv_readelf.h | 51 extern Bool ML_(read_elf_debug_info) ( struct _DebugInfo* di );
|
D | priv_readstabs.h | 44 void ML_(read_debuginfo_stabs) ( struct _DebugInfo* di,
|
D | priv_readdwarf3.h | 44 struct _DebugInfo* di,
|
D | readelf.c | 206 struct _DebugInfo* di, /* containing DebugInfo */ in get_elf_symbol_info() 578 struct _DebugInfo* di, UChar* tab_name, in read_elf_symtab__normal() 680 struct _DebugInfo* di, UChar* tab_name, in read_elf_symtab__ppc64_linux() 1048 Addr find_debug_file( struct _DebugInfo* di, in find_debug_file() 1158 Bool ML_(read_elf_debug_info) ( struct _DebugInfo* di ) in ML_() 2167 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() 1161 ( struct _DebugInfo* di, in ML_() 1390 struct _DebugInfo* di, in ML_() 2110 struct _DebugInfo* debuginfo ) in summarise_context() 2890 struct _DebugInfo* di ) in run_CF_instruction() 3563 Bool run_CF_instructions ( struct _DebugInfo* di, in run_CF_instructions() 3649 ( /*OUT*/struct _DebugInfo* di, UChar* frame_image, SizeT frame_size, in ML_()
|
D | readxcoff.c | 505 /*MOD*/struct _DebugInfo* di, in read_symbol_table() 1556 static void show_loader_section ( struct _DebugInfo* di, in show_loader_section() 1691 Bool read_xcoff_mapped_object ( struct _DebugInfo* di, in read_xcoff_mapped_object() 2147 Bool read_xcoff_o_or_a ( /*MOD*/struct _DebugInfo* di, in read_xcoff_o_or_a() 2421 Bool ML_(read_xcoff_debug_info) ( struct _DebugInfo* di, in ML_()
|
D | readmacho.c | 322 struct _DebugInfo* di, in read_symtab() 667 Bool ML_(read_macho_debug_info)( struct _DebugInfo* di ) in ML_()
|
D | readdwarf3.c | 418 struct _DebugInfo* di; 471 static void bias_GX ( /*MOD*/GExpr* gx, struct _DebugInfo* di ) in bias_GX() 3242 struct _DebugInfo* di, in new_dwarf3_reader_wrk() 3974 struct _DebugInfo* di, in ML_()
|
/external/valgrind/main/include/ |
D | pub_tool_debuginfo.h | 178 typedef struct _DebugInfo DebugInfo;
|