Home
last modified time | relevance | path

Searched refs:should_protect_segments (Results 1 – 1 of 1) sorted by relevance

/bionic/linker/
Dlinker_relocate.cpp272 const bool should_protect_segments = handle_text_relocs && in process_relocation_impl() local
275 if (should_protect_segments && !protect_segments()) return false; in process_relocation_impl()
277 if (should_protect_segments && !unprotect_segments()) return false; in process_relocation_impl()