Searched refs:_DebugInfo (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | priv_storage.h | 587 struct _DebugInfo { struct 591 struct _DebugInfo* next; /* list of DebugInfos */ argument 1010 extern void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym ); argument 1014 extern UInt ML_(addFnDn) (struct _DebugInfo* di, 1036 void ML_(addLineInfo) ( struct _DebugInfo* di, 1051 void ML_(addInlInfo) ( struct _DebugInfo* di, 1058 extern void ML_(addDiCfSI) ( struct _DebugInfo* di, 1075 extern void ML_(addVar)( struct _DebugInfo* di, 1091 extern void ML_(canonicaliseTables) ( struct _DebugInfo* di ); 1096 extern void ML_(canonicaliseCFI) ( struct _DebugInfo* di ); [all …]
|
D | storage.c | 260 UInt ML_(addFnDn) (struct _DebugInfo* di, in ML_() 325 void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym ) in ML_() 367 static inline void set_fndn_ix (struct _DebugInfo* di, Word locno, UInt fndn_ix) in set_fndn_ix() 416 static void addLoc ( struct _DebugInfo* di, DiLoc* loc, UInt fndn_ix ) in addLoc() 457 static void shrinkLocTab ( struct _DebugInfo* di ) in shrinkLocTab() 470 void ML_(addLineInfo) ( struct _DebugInfo* di, in ML_() 581 static void addInl ( struct _DebugInfo* di, DiInlLoc* inl ) in addInl() 614 static void shrinkInlTab ( struct _DebugInfo* di ) in shrinkInlTab() 624 void ML_(addInlInfo) ( struct _DebugInfo* di, in ML_() 697 void ML_(addDiCfSI) ( struct _DebugInfo* di, in ML_() [all …]
|
D | readelf.c | 229 struct _DebugInfo* di, /* containing DebugInfo */ in get_elf_symbol_info() 746 struct _DebugInfo* di, const HChar* tab_name, in read_elf_symtab__normal() 868 struct _DebugInfo* di, const HChar* tab_name, in read_elf_symtab__ppc64be_linux() 1229 DiImage* find_debug_file( struct _DebugInfo* di, in find_debug_file() 1433 Bool ML_(read_elf_debug_info) ( struct _DebugInfo* di ) in ML_() 2868 void (*read_elf_symtab)(struct _DebugInfo*, const HChar*, in ML_()
|
D | readmacho.c | 300 struct _DebugInfo* di, in read_symtab() 699 Bool ML_(read_macho_debug_info)( struct _DebugInfo* di ) in ML_()
|
D | readdwarf.c | 254 void process_extended_line_op( struct _DebugInfo* di, in process_extended_line_op() 342 void read_dwarf2_lineblock ( struct _DebugInfo* di, in read_dwarf2_lineblock() 1061 ( struct _DebugInfo* di, in ML_() 1308 struct _DebugInfo* di, 3711 ( /*OUT*/struct _DebugInfo* di, in ML_()
|
D | debuginfo.c | 722 static ULong di_notify_ACHIEVE_ACCEPT_STATE ( struct _DebugInfo* di ) in di_notify_ACHIEVE_ACCEPT_STATE()
|
D | readdwarf3.c | 468 struct _DebugInfo* di;
|
/external/valgrind/include/ |
D | pub_tool_debuginfo.h | 214 typedef struct _DebugInfo DebugInfo;
|