HomeSort by relevance Sort by last modified time
    Searched refs:hasW (Results 1 - 14 of 14) sorted by null

  /external/valgrind/main/include/
pub_tool_aspacemgr.h 88 hasR==hasW==hasX==anyTranslated == False
109 Bool hasW;
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-aix5.c 157 Bool hasW;
332 s->hasW = False;
380 seg->hasW ? 'w' : '-',
395 seg->hasW ? 'w' : '-',
406 seg->hasW ? 'w' : '-',
420 seg->hasW ? 'w' : '-',
432 seg->hasW ? 'w' : '-',
475 if (seg->hasR || seg->hasW || seg->hasX)
546 if (!(seg->hasR && seg->hasW && seg->hasX))
683 if (s1->hasR == s2->hasR && s1->hasW == s2->hasW
    [all...]
aspacemgr-linux.c 503 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-',
537 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-',
550 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-',
563 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-',
693 && !s->hasR && !s->hasW && !s->hasX && !s->hasT
713 && !s->hasR && !s->hasW && !s->hasX && !s->hasT
745 if (s1->hasR == s2->hasR && s1->hasW == s2->hasW
755 && s1->hasW == s2->hasW && s1->hasX == s2->has
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-arm-linux.c 85 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) {
sigframe-ppc64-linux.c 150 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) {
sigframe-amd64-linux.c 390 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) {
sigframe-ppc32-linux.c 520 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) {
    [all...]
sigframe-x86-linux.c 411 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) {
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 623 if (seg->hasR && seg->hasW && !seg->hasX) {
693 seg->hasW ? 'w' : '-',seg->hasX ? 'x' : '-' );
782 is_rw_map = seg->hasR && seg->hasW;
784 is_rx_map = seg->hasR && seg->hasX && !seg->hasW;
785 is_rw_map = seg->hasR && seg->hasW && !seg->hasX;
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 383 old_seg->hasR, old_seg->hasW, old_seg->hasX,
427 old_seg->hasW, old_seg->hasX,
439 Bool oldW = old_seg->hasW;
490 old_seg->hasR, old_seg->hasW, old_seg->hasX,
    [all...]
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 89 return may_dump(seg); // && seg->hasW;
135 if (seg->hasW)
  /external/valgrind/main/memcheck/
mc_leakcheck.c     [all...]
  /external/valgrind/main/coregrind/
m_main.c     [all...]
m_translate.c 715 if (seg->hasX && seg->hasW) {
    [all...]

Completed in 102 milliseconds