Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_aspacemgr/
Daspacemgr-aix5.c156 Bool hasR; member
331 s->hasR = False; in init_AixSegment()
379 seg->hasR ? 'r' : '-', in show_AixSegment()
394 seg->hasR ? 'r' : '-', in show_AixSegment()
405 seg->hasR ? 'r' : '-', in show_AixSegment()
419 seg->hasR ? 'r' : '-', in show_AixSegment()
431 seg->hasR ? 'r' : '-', in show_AixSegment()
475 if (seg->hasR || seg->hasW || seg->hasX) in sane_AixSegment()
546 if (!(seg->hasR && seg->hasW && seg->hasX)) in sane_AixSegment()
683 if (s1->hasR == s2->hasR && s1->hasW == s2->hasW in maybe_merge_asegments()
[all …]
Daspacemgr-linux.c503 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-', in show_nsegment_full()
537 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-', in show_nsegment()
550 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-', in show_nsegment()
563 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-', in show_nsegment()
693 && !s->hasR && !s->hasW && !s->hasX && !s->hasT in sane_NSegment()
713 && !s->hasR && !s->hasW && !s->hasX && !s->hasT in sane_NSegment()
745 if (s1->hasR == s2->hasR && s1->hasW == s2->hasW in maybe_merge_nsegments()
754 if (s1->hasR == s2->hasR in maybe_merge_nsegments()
935 if (nsegments[i].hasR) seg_prot |= VKI_PROT_READ; in sync_check_mapping_callback()
1317 && (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_sigframe/
Dsigframe-ppc64-linux.c150 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) { in extend()
Dsigframe-arm-linux.c85 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) { in extend()
Dsigframe-amd64-linux.c390 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) { in extend()
Dsigframe-x86-linux.c411 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) { in extend()
Dsigframe-ppc32-linux.c520 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) { in extend()
/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c623 if (seg->hasR && seg->hasW && !seg->hasX) { in LoadNaClDebugInfo()
692 seg->hasR ? 'r' : '-', in VG_()
781 is_rx_map = seg->hasR && seg->hasX; in VG_()
782 is_rw_map = seg->hasR && seg->hasW; in VG_()
784 is_rx_map = seg->hasR && seg->hasX && !seg->hasW; in VG_()
785 is_rw_map = seg->hasR && seg->hasW && !seg->hasX; in VG_()
/external/valgrind/main/coregrind/
Dm_translate.c702 && (seg->hasX || (seg->hasR && allowR)); in translations_allowable_from_seg()
1199 if (seg && seg->hasR) { in bl_RZ_zap_ok_for_AIX()
Dm_redir.c1120 && (seg->hasX || seg->hasR); /* crude x86-specific hack */ in is_plausible_guest_addr()
Dm_main.c2148 seg->hasR ? 'r' : '-', in valgrind_main()
2163 seg->hasR, seg->hasW, seg->hasX, in valgrind_main()
/external/valgrind/main/coregrind/m_coredump/
Dcoredump-elf.c133 if (seg->hasR) in fill_phdr()
/external/valgrind/main/memcheck/
Dmc_leakcheck.c1054 if (!(seg->hasR && seg->hasW)) continue; in MC_()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-generic.c383 old_seg->hasR, old_seg->hasW, old_seg->hasX, in do_mremap()
426 old_seg->hasR, in do_mremap()
438 Bool oldR = old_seg->hasR; in do_mremap()
490 old_seg->hasR, old_seg->hasW, old_seg->hasX, in do_mremap()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1638020 (WebCore::RadialGradientAttributes::hasR):
DChangeLog-2007-10-1470451 (WebCore::RadialGradientAttributes::hasR):