Searched refs:hasR (Results 1 - 15 of 15) 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.h191 Bool hasR; member in struct:_AddrInfo::__anon29380::__anon29388
H A Dpub_tool_aspacemgr.h89 hasR==hasW==hasX == False
109 Bool hasR; member in struct:__anon29392
/external/valgrind/coregrind/
H A Dm_addrinfo.c238 && !seg->hasR && !seg->hasW && !seg->hasX) {
300 ai->Addr.SegmentKind.hasR = seg->hasR;
633 ai->Addr.SegmentKind.hasR ? "r" : "-",
H A Dm_stacks.c304 if (UNLIKELY((!stackseg->hasR || !stackseg->hasW)
329 if (!stackseg || !stackseg->hasR || !stackseg->hasW
H A Dm_main.c1842 seg->hasR ? 'r' : '-',
1857 seg->hasR, seg->hasW, seg->hasX,
H A Dm_redir.c1678 && (seg->hasX || seg->hasR); /* crude x86-specific hack */
H A Dm_translate.c771 || (seg->hasR && (allowR
/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
683 if (s1->hasR == s2->hasR
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c839 seg->hasR ? 'r' : '-',
947 is_rx_map = seg->hasR && seg->hasX;
948 is_rw_map = seg->hasR && seg->hasW;
951 is_rx_map = seg->hasR && seg->hasX && !seg->hasW;
952 is_rw_map = seg->hasR && seg->hasW && !seg->hasX;
954 is_rx_map = seg->hasR && seg->hasX && !seg->hasW;
955 is_rw_map = seg->hasR && seg->hasW;
961 is_ro_map = seg->hasR && !seg->hasW && !seg->hasX;
965 is_rx_map = seg->hasR && seg->hasX && !seg->hasW;
966 is_rw_map = seg->hasR
[all...]
/external/valgrind/memcheck/
H A Dmc_leakcheck.c643 || !seg->hasR)
661 || !seg->hasR
1937 if (!(seg->hasR && seg->hasW)) continue;
/external/valgrind/coregrind/m_coredump/
H A Dcoredump-elf.c128 if (seg->hasR)
H A Dcoredump-solaris.c432 if (seg->hasR)
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-generic.c413 old_seg->hasR, old_seg->hasW, old_seg->hasX,
446 new_seg->hasR,
456 Bool oldR = old_seg->hasR;
500 new_seg->hasR, new_seg->hasW, new_seg->hasX,
H A Dsyswrap-solaris.c1935 UInt prot = (seg->hasR ? VKI_PROT_READ : 0)
2184 UInt prot = (seg->hasR ? VKI_PROT_READ : 0)

Completed in 444 milliseconds