OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:in_ro
(Results
1 - 1
of
1
) sorted by null
/external/elfutils/src/
readelf.c
991
bool
in_ro
= false;
local
1036
if (!
in_ro
)
1039
in_ro
= true;
1061
if ((phdr2->p_flags & PF_W) == 0 && !
in_ro
)
1064
in_ro
= true;
1066
else if ((phdr2->p_flags & PF_W) != 0 &&
in_ro
)
1069
in_ro
= false;
1086
if (in_relro ||
in_ro
)
[
all
...]
Completed in 55 milliseconds