HomeSort by relevance Sort by last modified time
    Searched refs:inltab (Results 1 - 4 of 4) sorted by null

  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 221 if (di->inltab) ML_(dinfo_free)(di->inltab);
    [all...]
storage.c 580 if (di->inltab != NULL) {
582 new_tab[i] = di->inltab[i];
583 ML_(dinfo_free)(di->inltab);
585 di->inltab = new_tab;
589 di->inltab[di->inltab_used] = *inl;
597 /* Resize the InlTab (inlined call table) to save memory, by removing
605 ML_(dinfo_shrink_block)( di->inltab, new_sz * sizeof(DiInlLoc));
    [all...]
priv_storage.h 871 in inltab (i.e. the max of 'addr_hi - addr_lo'. */
872 DiInlLoc* inltab; member in struct:_DebugInfo
    [all...]
readelf.c     [all...]

Completed in 563 milliseconds