HomeSort by relevance Sort by last modified time
    Searched full:in_relro (Results 1 - 1 of 1) sorted by null

  /external/elfutils/src/
readelf.c 990 bool in_relro = false; local
1019 if (has_relro && !in_relro
1024 in_relro = true;
1026 else if (has_relro && in_relro && shdr->sh_addr >= relro_to)
1029 in_relro = false;
1031 else if (has_relro && in_relro
1078 if (has_relro && in_relro
1082 in_relro = false;
1086 if (in_relro || in_ro)
    [all...]

Completed in 209 milliseconds