Home
last modified time | relevance | path

Searched refs:hasW (Results 1 – 14 of 14) sorted by relevance

/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c449 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-', in show_nsegment_full()
484 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-', in show_nsegment()
497 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-', in show_nsegment()
511 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-', in show_nsegment()
624 && !s->hasR && !s->hasW && !s->hasX && !s->hasT in sane_NSegment()
642 && !s->hasR && !s->hasW && !s->hasX && !s->hasT in sane_NSegment()
674 if (s1->hasR == s2->hasR && s1->hasW == s2->hasW in maybe_merge_nsegments()
684 && s1->hasW == s2->hasW && s1->hasX == s2->hasX in maybe_merge_nsegments()
854 if (nsegments[i].hasW) seg_prot |= VKI_PROT_WRITE; in sync_check_mapping_callback()
1237 && (needW ? nsegments[i].hasW : True) in is_valid_for()
[all …]
/external/valgrind/include/
Dpub_tool_aspacemgr.h110 Bool hasW; member
Dpub_tool_addrinfo.h192 Bool hasW; member
/external/valgrind/coregrind/
Dm_addrinfo.c238 && !seg->hasR && !seg->hasW && !seg->hasX) { in VG_()
301 ai->Addr.SegmentKind.hasW = seg->hasW; in VG_()
634 ai->Addr.SegmentKind.hasW ? "w" : "-", in pp_addrinfo_WRK()
Dm_stacks.c304 if (UNLIKELY((!stackseg->hasR || !stackseg->hasW) in VG_()
329 if (!stackseg || !stackseg->hasR || !stackseg->hasW in VG_()
Dm_main.c1843 seg->hasW ? 'w' : '-', in valgrind_main()
1857 seg->hasR, seg->hasW, seg->hasX, in valgrind_main()
Dm_translate.c823 if (segA && segA->hasX && segA->hasW) in needs_self_check()
/external/valgrind/coregrind/m_sigframe/
Dsigframe-common.c84 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) { in ML_()
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c840 seg->hasW ? 'w' : '-',seg->hasX ? 'x' : '-' ); in VG_()
948 is_rw_map = seg->hasR && seg->hasW; in VG_()
951 is_rx_map = seg->hasR && seg->hasX && !seg->hasW; in VG_()
952 is_rw_map = seg->hasR && seg->hasW && !seg->hasX; in VG_()
954 is_rx_map = seg->hasR && seg->hasX && !seg->hasW; in VG_()
955 is_rw_map = seg->hasR && seg->hasW; in VG_()
961 is_ro_map = seg->hasR && !seg->hasW && !seg->hasX; in VG_()
965 is_rx_map = seg->hasR && seg->hasX && !seg->hasW; in VG_()
966 is_rw_map = seg->hasR && seg->hasW; in VG_()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c413 old_seg->hasR, old_seg->hasW, old_seg->hasX, in do_mremap()
447 new_seg->hasW, new_seg->hasX, in do_mremap()
457 Bool oldW = old_seg->hasW; in do_mremap()
500 new_seg->hasR, new_seg->hasW, new_seg->hasX, in do_mremap()
1297 if (seg == seg2 && seg->hasW) in do_brk()
Dsyswrap-solaris.c1936 | (seg->hasW ? VKI_PROT_WRITE : 0) in VG_()
2074 if (seg->hasW) in PRE()
2099 if (seg->hasW) in PRE()
2185 | (seg->hasW ? VKI_PROT_WRITE : 0) in PRE()
/external/valgrind/memcheck/
Dmc_leakcheck.c662 || !seg->hasW) in aligned_ptr_above_page0_is_vtable_addr()
1937 if (!(seg->hasR && seg->hasW)) continue; in scan_memory_root_set()
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c130 if (seg->hasW) in fill_phdr()
Dcoredump-solaris.c434 if (seg->hasW) in fill_phdr()