Home
last modified time | relevance | path

Searched refs:hasX (Results 1 – 15 of 15) sorted by relevance

/external/valgrind/main/coregrind/m_aspacemgr/
Daspacemgr-linux.c510 seg->hasX ? 'x' : '-', seg->hasT ? 'T' : '-', in show_nsegment_full()
544 seg->hasX ? 'x' : '-', seg->hasT ? 'T' : '-', in show_nsegment()
557 seg->hasX ? 'x' : '-', seg->hasT ? 'T' : '-', in show_nsegment()
570 seg->hasX ? 'x' : '-', seg->hasT ? 'T' : '-', 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()
752 && s1->hasX == s2->hasX && s1->isCH == s2->isCH) { in maybe_merge_nsegments()
761 && s1->hasW == s2->hasW && s1->hasX == s2->hasX in maybe_merge_nsegments()
943 if (nsegments[i].hasX) seg_prot |= VKI_PROT_EXEC; in sync_check_mapping_callback()
1325 && (needX ? nsegments[i].hasX : True) ) { in is_valid_for_client()
[all …]
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceFilterPrimitive.cpp90 if (effect->hasX()) in determineFilterPrimitiveSubregion()
102 if (!effect->hasX()) in determineFilterPrimitiveSubregion()
/external/valgrind/main/include/
Dpub_tool_aspacemgr.h110 Bool hasX; member
/external/webkit/Source/WebCore/svg/
DPatternAttributes.h126 bool hasX() const { return m_xSet; } in hasX() function
DSVGPatternElement.cpp242 if (!attributes.hasX() && current->hasAttribute(SVGNames::xAttr)) in collectPatternAttributes()
/external/webkit/Source/WebCore/platform/graphics/filters/
DFilterEffect.h94 bool hasX() const { return m_hasX; } in hasX() function
/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c699 seg->hasW ? 'w' : '-',seg->hasX ? 'x' : '-' ); in VG_()
798 is_rx_map = seg->hasR && seg->hasX; 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_()
811 is_ro_map = seg->hasR && !seg->hasW && !seg->hasX; in VG_()
/external/valgrind/main/coregrind/
Dm_translate.c728 && (seg->hasX || (seg->hasR && allowR)); in translations_allowable_from_seg()
757 if (segA && segA->hasX && segA->hasW) in needs_self_check()
Dm_main.c2072 seg->hasX ? 'x' : '-' ); 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()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-generic.c386 old_seg->hasR, old_seg->hasW, old_seg->hasX, in do_mremap()
430 old_seg->hasW, old_seg->hasX, in do_mremap()
443 Bool oldX = old_seg->hasX; in do_mremap()
493 old_seg->hasR, old_seg->hasW, old_seg->hasX, in do_mremap()
/external/valgrind/main/coregrind/m_coredump/
Dcoredump-elf.c133 if (seg->hasX) in fill_phdr()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1470429 (WebCore::PatternAttributes::hasX):
DChangeLog-2009-06-16727 (WebCore::FilterEffect::hasX):
DChangeLog-2010-12-0651610 (WebCore::FilterEffect::hasX):