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

  /external/valgrind/main/coregrind/
m_translate.c 750 NSegment const* segA = NULL;
756 segA = VG_(am_find_nsegment)(addr);
757 if (segA && segA->hasX && segA->hasW)
774 if (!segA) {
775 segA = VG_(am_find_nsegment)(addr);
778 if (segA && segSP && segA == segSP)
    [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c     [all...]

Completed in 130 milliseconds