Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_relocate.cpp180 const bool handle_text_relocs = false; in process_relocation_impl() local
184 const bool handle_text_relocs = IsGeneral && relocator.si->has_text_relocations; in process_relocation_impl() local
272 const bool should_protect_segments = handle_text_relocs && in process_relocation_impl()
357 if (handle_text_relocs && !protect_segments()) return false; in process_relocation_impl()
359 if (handle_text_relocs && !unprotect_segments()) return false; in process_relocation_impl()