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

  /external/valgrind/coregrind/m_sigframe/
sigframe-common.c 84 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) {
  /external/valgrind/include/
pub_tool_addrinfo.h 192 Bool hasW;
pub_tool_aspacemgr.h 89 hasR==hasW==hasX == False
110 Bool hasW;
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 437 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-',
472 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-',
485 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-',
499 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-',
612 && !s->hasR && !s->hasW && !s->hasX && !s->hasT
630 && !s->hasR && !s->hasW && !s->hasX && !s->hasT
662 if (s1->hasR == s2->hasR && s1->hasW == s2->hasW
672 && s1->hasW == s2->hasW && s1->hasX == s2->has
    [all...]
  /external/valgrind/coregrind/
m_addrinfo.c 238 && !seg->hasR && !seg->hasW && !seg->hasX) {
297 ai->Addr.SegmentKind.hasW = seg->hasW;
635 ai->Addr.SegmentKind.hasW ? "w" : "-",
m_stacks.c 296 if (UNLIKELY((!stackseg->hasR || !stackseg->hasW)
321 if (!stackseg || !stackseg->hasR || !stackseg->hasW
m_main.c     [all...]
m_translate.c     [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 841 seg->hasW ? 'w' : '-',seg->hasX ? 'x' : '-' );
949 is_rw_map = seg->hasR && seg->hasW;
952 is_rx_map = seg->hasR && seg->hasX && !seg->hasW;
953 is_rw_map = seg->hasR && seg->hasW && !seg->hasX
    [all...]
  /external/valgrind/memcheck/
mc_leakcheck.c 657 || !seg->hasW)
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-generic.c 410 old_seg->hasR, old_seg->hasW, old_seg->hasX,
444 new_seg->hasW, new_seg->hasX,
454 Bool oldW = old_seg->hasW;
497 new_seg->hasR, new_seg->hasW, new_seg->hasX,
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 84 return may_dump(seg); // && seg->hasW;
130 if (seg->hasW)

Completed in 5090 milliseconds