Searched refs:hasW (Results 1 – 12 of 12) sorted by relevance
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-linux.c | 437 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-', in show_nsegment_full() 472 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-', in show_nsegment() 485 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-', in show_nsegment() 499 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-', in show_nsegment() 612 && !s->hasR && !s->hasW && !s->hasX && !s->hasT in sane_NSegment() 630 && !s->hasR && !s->hasW && !s->hasX && !s->hasT in sane_NSegment() 662 if (s1->hasR == s2->hasR && s1->hasW == s2->hasW in maybe_merge_nsegments() 672 && s1->hasW == s2->hasW && s1->hasX == s2->hasX in maybe_merge_nsegments() 842 if (nsegments[i].hasW) seg_prot |= VKI_PROT_WRITE; in sync_check_mapping_callback() 1210 && (needW ? nsegments[i].hasW : True) in is_valid_for() [all …]
|
/external/valgrind/include/ |
D | pub_tool_aspacemgr.h | 110 Bool hasW; member
|
D | pub_tool_addrinfo.h | 192 Bool hasW; member
|
/external/valgrind/coregrind/ |
D | m_addrinfo.c | 238 && !seg->hasR && !seg->hasW && !seg->hasX) { in VG_() 297 ai->Addr.SegmentKind.hasW = seg->hasW; in VG_() 635 ai->Addr.SegmentKind.hasW ? "w" : "-", in pp_addrinfo_WRK()
|
D | m_stacks.c | 296 if (UNLIKELY((!stackseg->hasR || !stackseg->hasW) in VG_() 321 if (!stackseg || !stackseg->hasR || !stackseg->hasW in VG_()
|
D | m_main.c | 2339 seg->hasW ? 'w' : '-', in valgrind_main() 2353 seg->hasR, seg->hasW, seg->hasX, in valgrind_main()
|
D | m_translate.c | 823 if (segA && segA->hasX && segA->hasW) in needs_self_check()
|
/external/valgrind/coregrind/m_sigframe/ |
D | sigframe-common.c | 84 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) { in ML_()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | debuginfo.c | 841 seg->hasW ? 'w' : '-',seg->hasX ? 'x' : '-' ); in VG_() 949 is_rw_map = seg->hasR && seg->hasW; in VG_() 952 is_rx_map = seg->hasR && seg->hasX && !seg->hasW; in VG_() 953 is_rw_map = seg->hasR && seg->hasW && !seg->hasX; in VG_() 955 is_rx_map = seg->hasR && seg->hasX && !seg->hasW; in VG_() 956 is_rw_map = seg->hasR && seg->hasW; in VG_() 959 is_rw_map = seg->hasR && seg->hasW; // && !seg->hasX; in VG_() 965 is_ro_map = seg->hasR && !seg->hasW && !seg->hasX; in VG_()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-generic.c | 410 old_seg->hasR, old_seg->hasW, old_seg->hasX, in do_mremap() 444 new_seg->hasW, new_seg->hasX, in do_mremap() 454 Bool oldW = old_seg->hasW; in do_mremap() 497 new_seg->hasR, new_seg->hasW, new_seg->hasX, in do_mremap() 1227 if (seg == seg2 && seg->hasW) in do_brk()
|
/external/valgrind/memcheck/ |
D | mc_leakcheck.c | 657 || !seg->hasW) in aligned_ptr_above_page0_is_vtable_addr() 1631 if (!(seg->hasR && seg->hasW)) continue; in scan_memory_root_set()
|
/external/valgrind/coregrind/m_coredump/ |
D | coredump-elf.c | 130 if (seg->hasW) in fill_phdr()
|