OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon26659
/external/valgrind/coregrind/m_ume/
elf.c
363
info->
stack_prot
= VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC;
465
if ((ph->p_flags & PF_X) == 0) info->
stack_prot
&= ~VKI_PROT_EXEC;
466
if ((ph->p_flags & PF_W) == 0) info->
stack_prot
&= ~VKI_PROT_WRITE;
467
if ((ph->p_flags & PF_R) == 0) info->
stack_prot
&= ~VKI_PROT_READ;
/external/valgrind/coregrind/m_initimg/
initimg-solaris.c
561
info->
stack_prot
);
[
all
...]
initimg-linux.c
558
info->
stack_prot
[
all
...]
Completed in 71 milliseconds