Home
last modified time | relevance | path

Searched refs:DiSym (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
Dreadmacho.c328 DiSym risym; in read_symtab()
398 DiSym* s1 = (DiSym*)v1; in cmp_DiSym_by_start_then_name()
399 DiSym* s2 = (DiSym*)v2; in cmp_DiSym_by_start_then_name()
440 && ((DiSym*)VG_(indexXA)(syms,i))->addr in tidy_up_cand_syms()
441 == ((DiSym*)VG_(indexXA)(syms,k))->addr; in tidy_up_cand_syms()
448 DiSym* next = (DiSym*)VG_(indexXA)(syms,k); in tidy_up_cand_syms()
450 DiSym* here = (DiSym*)VG_(indexXA)(syms,m); in tidy_up_cand_syms()
464 DiSym *s_j1, *s_j, *s_i; in tidy_up_cand_syms()
466 s_j1 = (DiSym*)VG_(indexXA)(syms, j-1); in tidy_up_cand_syms()
467 s_j = (DiSym*)VG_(indexXA)(syms, j); in tidy_up_cand_syms()
[all …]
Dstorage.c91 void ML_(ppSym) ( Int idx, DiSym* sym ) in ML_()
232 void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym ) in ML_()
235 DiSym* new_tab; in ML_()
244 new_sz * sizeof(DiSym) ); in ML_()
264 DiSym* new_tab; in ML_()
269 new_sz * sizeof(DiSym) ); in ML_()
270 VG_(memcpy)(new_tab, di->symtab, new_sz * sizeof(DiSym)); in ML_()
1081 DiSym* a = (DiSym*)va; in compare_DiSym()
1082 DiSym* b = (DiSym*)vb; in compare_DiSym()
1115 static DiSym* prefersym ( struct _DebugInfo* di, DiSym* a, DiSym* b ) in prefersym()
[all …]
Dpriv_storage.h62 DiSym; typedef
607 DiSym* symtab;
683 extern void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym );
755 extern void ML_(ppSym) ( Int idx, DiSym* sym );
Dreadelf.c591 DiSym risym; in read_elf_symtab__normal()
694 DiSym risym; in read_elf_symtab__ppc64_linux()
Dreadpdb.c1233 DiSym vsym; in DEBUG_SnarfCodeView()
Dreadxcoff.c1483 DiSym dis; in read_symbol_table()
/external/valgrind/main/docs/internals/
D3_3_BUGSTATUS.txt93 163253 ??? pend canonicaliseSymtab forgot some fields in DiSym
/external/valgrind/main/
DNEWS835 163253 (wine) canonicaliseSymtab forgot some fields in DiSym