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 disym; in read_symtab()
400 DiSym* s1 = (DiSym*)v1; in cmp_DiSym_by_start_then_name()
401 DiSym* s2 = (DiSym*)v2; in cmp_DiSym_by_start_then_name()
442 && ((DiSym*)VG_(indexXA)(syms,i))->addr in tidy_up_cand_syms()
443 == ((DiSym*)VG_(indexXA)(syms,k))->addr; in tidy_up_cand_syms()
450 DiSym* next = (DiSym*)VG_(indexXA)(syms,k); in tidy_up_cand_syms()
452 DiSym* here = (DiSym*)VG_(indexXA)(syms,m); in tidy_up_cand_syms()
466 DiSym *s_j1, *s_j, *s_i; in tidy_up_cand_syms()
468 s_j1 = (DiSym*)VG_(indexXA)(syms, j-1); in tidy_up_cand_syms()
469 s_j = (DiSym*)VG_(indexXA)(syms, j); in tidy_up_cand_syms()
[all …]
Dpriv_storage.h80 DiSym; typedef
727 DiSym* symtab;
807 extern void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym );
873 extern void ML_(ppSym) ( Int idx, DiSym* sym );
Dstorage.c92 void ML_(ppSym) ( Int idx, DiSym* sym ) in ML_()
256 void ML_(addSym) ( struct _DebugInfo* di, DiSym* sym ) in ML_()
259 DiSym* new_tab; in ML_()
271 new_sz * sizeof(DiSym) ); in ML_()
1101 DiSym* a = (DiSym*)va; in compare_DiSym()
1102 DiSym* b = (DiSym*)vb; in compare_DiSym()
1279 void add_DiSym_names_to_from ( DebugInfo* di, DiSym* to, DiSym* from ) in add_DiSym_names_to_from()
1347 DiSym* sym = &di->symtab[i]; in canonicaliseSymtab()
1385 VG_(memset)(&di->symtab[r], 0, sizeof(DiSym)); in canonicaliseSymtab()
1487 SWAP(DiSym,di->symtab[j],di->symtab[j+1]); in canonicaliseSymtab()
[all …]
Dreadelf.c615 DiSym disym; in read_elf_symtab__normal()
719 DiSym disym; in read_elf_symtab__ppc64_linux()
Dreadpdb.c1233 DiSym vsym; in DEBUG_SnarfCodeView()
Ddebuginfo.c218 DiSym* sym = &di->symtab[i]; in free_DebugInfo()
/external/valgrind/main/docs/internals/
D3_3_BUGSTATUS.txt93 163253 ??? pend canonicaliseSymtab forgot some fields in DiSym
/external/valgrind/main/
DNEWS1136 163253 (wine) canonicaliseSymtab forgot some fields in DiSym