Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_relocate.cpp184 auto unprotect_segments = []() { return true; }; in process_relocation_impl() local
198 auto unprotect_segments = [&]() { in process_relocation_impl() local
294 if (should_protect_segments && !unprotect_segments()) return false; in process_relocation_impl()
376 if (handle_text_relocs && !unprotect_segments()) return false; in process_relocation_impl()