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

  /external/valgrind/coregrind/
pub_core_ume.h 57 UInt stack_prot; // OUT: stack permissions member in struct:__anon42579
  /external/valgrind/coregrind/m_ume/
elf.c 603 info->stack_prot = VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC;
721 if ((ph->p_flags & PF_X) == 0) info->stack_prot &= ~VKI_PROT_EXEC;
722 if ((ph->p_flags & PF_W) == 0) info->stack_prot &= ~VKI_PROT_WRITE;
723 if ((ph->p_flags & PF_R) == 0) info->stack_prot &= ~VKI_PROT_READ;
  /external/valgrind/coregrind/m_initimg/
initimg-solaris.c 562 info->stack_prot);
    [all...]
initimg-linux.c 557 info->stack_prot
    [all...]

Completed in 74 milliseconds