Searched refs:stack_prot (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_ume.h57 UInt stack_prot; // OUT: stack permissions member in struct:__anon32750
/external/valgrind/main/coregrind/m_ume/
H A Delf.c352 info->stack_prot = VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC;
418 if ((ph->p_flags & PF_X) == 0) info->stack_prot &= ~VKI_PROT_EXEC;
419 if ((ph->p_flags & PF_W) == 0) info->stack_prot &= ~VKI_PROT_WRITE;
420 if ((ph->p_flags & PF_R) == 0) info->stack_prot &= ~VKI_PROT_READ;
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c552 info->stack_prot

Completed in 1916 milliseconds