Home
last modified time | relevance | path

Searched refs:hasR (Results 1 – 19 of 19) sorted by relevance

/external/valgrind/main/coregrind/m_aspacemgr/
Daspacemgr-linux.c509 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-', in show_nsegment_full()
543 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-', in show_nsegment()
556 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-', in show_nsegment()
569 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-', in show_nsegment()
699 && !s->hasR && !s->hasW && !s->hasX && !s->hasT in sane_NSegment()
719 && !s->hasR && !s->hasW && !s->hasX && !s->hasT in sane_NSegment()
751 if (s1->hasR == s2->hasR && s1->hasW == s2->hasW in maybe_merge_nsegments()
760 if (s1->hasR == s2->hasR in maybe_merge_nsegments()
941 if (nsegments[i].hasR) seg_prot |= VKI_PROT_READ; in sync_check_mapping_callback()
1323 && (needR ? nsegments[i].hasR : True) in is_valid_for_client()
[all …]
/external/valgrind/main/include/
Dpub_tool_aspacemgr.h108 Bool hasR; member
/external/webkit/Source/WebCore/svg/
DRadialGradientAttributes.h56 bool hasR() const { return m_rSet; } in hasR() function
DSVGRadialGradientElement.cpp185 if (!attributes.hasR() && current->hasAttribute(SVGNames::rAttr)) in collectGradientAttributes()
/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c698 seg->hasR ? 'r' : '-', in VG_()
798 is_rx_map = seg->hasR && seg->hasX; in VG_()
799 is_rw_map = seg->hasR && seg->hasW; in VG_()
801 is_rx_map = seg->hasR && seg->hasX && !seg->hasW; in VG_()
802 is_rw_map = seg->hasR && seg->hasW && !seg->hasX; in VG_()
804 is_rx_map = seg->hasR && seg->hasX && !seg->hasW; in VG_()
805 is_rw_map = seg->hasR && seg->hasW; in VG_()
811 is_ro_map = seg->hasR && !seg->hasW && !seg->hasX; in VG_()
/external/valgrind/main/coregrind/m_sigframe/
Dsigframe-arm-linux.c96 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) { in extend()
Dsigframe-ppc64-linux.c151 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) { in extend()
Dsigframe-amd64-linux.c391 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) { in extend()
Dsigframe-ppc32-linux.c521 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) { in extend()
Dsigframe-x86-linux.c412 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) { in extend()
Dsigframe-s390x-linux.c277 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) { in extend()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-generic.c386 old_seg->hasR, old_seg->hasW, old_seg->hasX, in do_mremap()
429 old_seg->hasR, in do_mremap()
441 Bool oldR = old_seg->hasR; in do_mremap()
493 old_seg->hasR, old_seg->hasW, old_seg->hasX, in do_mremap()
/external/valgrind/main/coregrind/m_coredump/
Dcoredump-elf.c129 if (seg->hasR) in fill_phdr()
/external/valgrind/main/memcheck/
Dmc_leakcheck.c1214 if (!(seg->hasR && seg->hasW)) continue; in MC_()
/external/valgrind/main/coregrind/
Dm_main.c2070 seg->hasR ? 'r' : '-', in valgrind_main()
2085 seg->hasR, seg->hasW, seg->hasX, in valgrind_main()
Dm_redir.c1262 && (seg->hasX || seg->hasR); /* crude x86-specific hack */ in is_plausible_guest_addr()
Dm_translate.c728 && (seg->hasX || (seg->hasR && allowR)); in translations_allowable_from_seg()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1638020 (WebCore::RadialGradientAttributes::hasR):
DChangeLog-2007-10-1470451 (WebCore::RadialGradientAttributes::hasR):