Searched refs:DiSym (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | readmacho.c | 305 DiSym disym; in read_symtab() 395 const DiSym* s1 = (const DiSym*)v1; in cmp_DiSym_by_start_then_name() 396 const DiSym* s2 = (const DiSym*)v2; in cmp_DiSym_by_start_then_name() 437 && ((DiSym*)VG_(indexXA)(syms,i))->avmas.main in tidy_up_cand_syms() 438 == ((DiSym*)VG_(indexXA)(syms,k))->avmas.main; in tidy_up_cand_syms() 445 DiSym* next = (DiSym*)VG_(indexXA)(syms,k); in tidy_up_cand_syms() 447 DiSym* here = (DiSym*)VG_(indexXA)(syms,m); in tidy_up_cand_syms() 461 DiSym *s_j1, *s_j, *s_i; in tidy_up_cand_syms() 463 s_j1 = (DiSym*)VG_(indexXA)(syms, j-1); in tidy_up_cand_syms() 464 s_j = (DiSym*)VG_(indexXA)(syms, j); in tidy_up_cand_syms() [all …]
|
D | priv_storage.h | 87 DiSym; typedef 856 DiSym* symtab; 1010 extern void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym ); 1138 extern void ML_(ppSym) ( Int idx, const DiSym* sym );
|
D | storage.c | 95 void ML_(ppSym) ( Int idx, const DiSym* sym ) in ML_() 325 void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym ) in ML_() 328 DiSym* new_tab; in ML_() 340 new_sz * sizeof(DiSym) ); in ML_() 1410 const DiSym* a = va; in compare_DiSym() 1411 const DiSym* b = vb; in compare_DiSym() 1590 void add_DiSym_names_to_from ( const DebugInfo* di, DiSym* to, in add_DiSym_names_to_from() 1591 const DiSym* from ) in add_DiSym_names_to_from() 1659 DiSym* sym = &di->symtab[i]; in canonicaliseSymtab() 1705 VG_(memset)(&di->symtab[r], 0, sizeof(DiSym)); in canonicaliseSymtab() [all …]
|
D | readelf.c | 792 DiSym disym; in read_elf_symtab__normal() 915 DiSym disym; in read_elf_symtab__ppc64be_linux() 1025 DiSym disym; in read_elf_symtab__ppc64be_linux()
|
D | readpdb.c | 1213 DiSym vsym; in DEBUG_SnarfCodeView()
|
D | debuginfo.c | 234 DiSym* sym = &di->symtab[i]; in free_DebugInfo()
|
/external/valgrind/docs/internals/ |
D | 3_3_BUGSTATUS.txt | 93 163253 ??? pend canonicaliseSymtab forgot some fields in DiSym
|
/external/valgrind/ |
D | NEWS | 2745 163253 (wine) canonicaliseSymtab forgot some fields in DiSym
|