Searched refs:hasR (Results 1 – 19 of 19) sorted by relevance
/external/valgrind/main/coregrind/m_aspacemgr/ |
D | aspacemgr-linux.c | 509 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/ |
D | pub_tool_aspacemgr.h | 108 Bool hasR; member
|
/external/webkit/Source/WebCore/svg/ |
D | RadialGradientAttributes.h | 56 bool hasR() const { return m_rSet; } in hasR() function
|
D | SVGRadialGradientElement.cpp | 185 if (!attributes.hasR() && current->hasAttribute(SVGNames::rAttr)) in collectGradientAttributes()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | debuginfo.c | 698 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/ |
D | sigframe-arm-linux.c | 96 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) { in extend()
|
D | sigframe-ppc64-linux.c | 151 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) { in extend()
|
D | sigframe-amd64-linux.c | 391 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) { in extend()
|
D | sigframe-ppc32-linux.c | 521 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) { in extend()
|
D | sigframe-x86-linux.c | 412 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) { in extend()
|
D | sigframe-s390x-linux.c | 277 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) { in extend()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-generic.c | 386 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/ |
D | coredump-elf.c | 129 if (seg->hasR) in fill_phdr()
|
/external/valgrind/main/memcheck/ |
D | mc_leakcheck.c | 1214 if (!(seg->hasR && seg->hasW)) continue; in MC_()
|
/external/valgrind/main/coregrind/ |
D | m_main.c | 2070 seg->hasR ? 'r' : '-', in valgrind_main() 2085 seg->hasR, seg->hasW, seg->hasX, in valgrind_main()
|
D | m_redir.c | 1262 && (seg->hasX || seg->hasR); /* crude x86-specific hack */ in is_plausible_guest_addr()
|
D | m_translate.c | 728 && (seg->hasX || (seg->hasR && allowR)); in translations_allowable_from_seg()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 38020 (WebCore::RadialGradientAttributes::hasR):
|
D | ChangeLog-2007-10-14 | 70451 (WebCore::RadialGradientAttributes::hasR):
|