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

  /external/valgrind/coregrind/
m_addrinfo.c 295 ai->Addr.SegmentKind.segkind = seg->kind;
296 ai->Addr.SegmentKind.filename = NULL;
298 ai->Addr.SegmentKind.filename
300 ai->Addr.SegmentKind.hasR = seg->hasR;
301 ai->Addr.SegmentKind.hasW = seg->hasW;
302 ai->Addr.SegmentKind.hasX = seg->hasX;
356 VG_(free)(ai->Addr.SegmentKind.filename);
633 ai->Addr.SegmentKind.hasR ? "r" : "-",
634 ai->Addr.SegmentKind.hasW ? "w" : "-",
635 ai->Addr.SegmentKind.hasX ? "x" : "-"
    [all...]
  /external/valgrind/include/
pub_tool_addrinfo.h 194 } SegmentKind;

Completed in 670 milliseconds