Searched refs:hasW (Results 1 - 14 of 14) sorted by relevance

/external/valgrind/coregrind/m_sigframe/
H A Dsigframe-common.c84 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) {
/external/valgrind/include/
H A Dpub_tool_addrinfo.h192 Bool hasW; member in struct:_AddrInfo::__anon20407::__anon20415
H A Dpub_tool_aspacemgr.h89 hasR==hasW==hasX == False
110 Bool hasW; member in struct:__anon20419
/external/valgrind/coregrind/
H A Dm_addrinfo.c238 && !seg->hasR && !seg->hasW && !seg->hasX) {
301 ai->Addr.SegmentKind.hasW = seg->hasW;
634 ai->Addr.SegmentKind.hasW ? "w" : "-",
H A Dm_stacks.c296 if (UNLIKELY((!stackseg->hasR || !stackseg->hasW)
321 if (!stackseg || !stackseg->hasR || !stackseg->hasW
H A Dm_main.c2363 seg->hasW ? 'w' : '-',
2377 seg->hasR, seg->hasW, seg->hasX,
H A Dm_translate.c823 if (segA && segA->hasX && segA->hasW)
/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c449 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-',
484 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-',
497 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-',
511 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-',
624 && !s->hasR && !s->hasW && !s->hasX && !s->hasT
642 && !s->hasR && !s->hasW && !s->hasX && !s->hasT
674 if (s1->hasR == s2->hasR && s1->hasW == s2->hasW
684 && s1->hasW == s2->hasW
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c841 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;
955 is_rx_map = seg->hasR && seg->hasX && !seg->hasW;
956 is_rw_map = seg->hasR && seg->hasW;
958 is_rx_map = seg->hasR && seg->hasX; // && !seg->hasW;
959 is_rw_map = seg->hasR && seg->hasW; // && !seg->hasX;
965 is_ro_map = seg->hasR && !seg->hasW && !seg->hasX;
969 is_rx_map = seg->hasR && seg->hasX && !seg->hasW;
[all...]
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-generic.c410 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,
1290 if (seg == seg2 && seg->hasW)
H A Dsyswrap-solaris.c1927 | (seg->hasW ? VKI_PROT_WRITE : 0)
2047 if (seg->hasW)
2072 if (seg->hasW)
2158 | (seg->hasW ? VKI_PROT_WRITE : 0)
/external/valgrind/memcheck/
H A Dmc_leakcheck.c657 || !seg->hasW)
1725 if (!(seg->hasR && seg->hasW)) continue;
/external/valgrind/coregrind/m_coredump/
H A Dcoredump-elf.c84 return may_dump(seg); // && seg->hasW;
130 if (seg->hasW)
H A Dcoredump-solaris.c434 if (seg->hasW)

Completed in 243 milliseconds