Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_relro.h61 bool ForceReadOnly(Error* error);
Dcrazy_linker_elf_relro.cpp142 bool SharedRelro::ForceReadOnly(Error* error) { in ForceReadOnly() function in crazy::SharedRelro
Dcrazy_linker_shared_library.cpp337 if (!relro.ForceReadOnly(error)) in CreateSharedRelro()