Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_relocate.cpp182 auto unprotect_segments = []() { return true; }; in process_relocation_impl() local
195 auto unprotect_segments = [&]() { in process_relocation_impl() local
277 if (should_protect_segments && !unprotect_segments()) return false; in process_relocation_impl()
359 if (handle_text_relocs && !unprotect_segments()) return false; in process_relocation_impl()