Searched refs:hasR (Results 1 – 15 of 15) sorted by relevance
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-linux.c | 449 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() 683 if (s1->hasR == s2->hasR in maybe_merge_nsegments() 853 if (nsegments[i].hasR) seg_prot |= VKI_PROT_READ; in sync_check_mapping_callback() 1233 && (needR ? nsegments[i].hasR : True) in is_valid_for() [all …]
|
/external/valgrind/include/ |
D | pub_tool_aspacemgr.h | 109 Bool hasR; member
|
D | pub_tool_addrinfo.h | 191 Bool hasR; member
|
/external/valgrind/coregrind/ |
D | m_addrinfo.c | 238 && !seg->hasR && !seg->hasW && !seg->hasX) { in VG_() 300 ai->Addr.SegmentKind.hasR = seg->hasR; in VG_() 633 ai->Addr.SegmentKind.hasR ? "r" : "-", 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 | 2362 seg->hasR ? 'r' : '-', in valgrind_main() 2377 seg->hasR, seg->hasW, seg->hasX, in valgrind_main()
|
D | m_redir.c | 1607 && (seg->hasX || seg->hasR); /* crude x86-specific hack */ in is_plausible_guest_addr()
|
D | m_translate.c | 771 || (seg->hasR && (allowR in translations_allowable_from_seg()
|
/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 | 840 seg->hasR ? 'r' : '-', in VG_() 948 is_rx_map = seg->hasR && seg->hasX; 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_() 958 is_rx_map = seg->hasR && seg->hasX; // && !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_() [all …]
|
/external/valgrind/memcheck/ |
D | mc_leakcheck.c | 638 || !seg->hasR) in aligned_ptr_above_page0_is_vtable_addr() 656 || !seg->hasR in aligned_ptr_above_page0_is_vtable_addr() 1725 if (!(seg->hasR && seg->hasW)) continue; in scan_memory_root_set()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-generic.c | 410 old_seg->hasR, old_seg->hasW, old_seg->hasX, in do_mremap() 443 new_seg->hasR, in do_mremap() 453 Bool oldR = old_seg->hasR; in do_mremap() 497 new_seg->hasR, new_seg->hasW, new_seg->hasX, in do_mremap()
|
D | syswrap-solaris.c | 1926 UInt prot = (seg->hasR ? VKI_PROT_READ : 0) in VG_() 2157 UInt prot = (seg->hasR ? VKI_PROT_READ : 0) in PRE()
|
/external/valgrind/coregrind/m_coredump/ |
D | coredump-elf.c | 128 if (seg->hasR) in fill_phdr()
|
D | coredump-solaris.c | 432 if (seg->hasR) in fill_phdr()
|