Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_relocations.cpp209 has_text_relocations_ = true; in Init()
217 has_text_relocations_ = true; in Init()
221 has_text_relocations_ ? "true" : "false", in Init()
267 if (has_text_relocations_) { in ApplyAll()
309 if (has_text_relocations_) { in ApplyAll()
Dcrazy_linker_elf_relocations.h122 bool has_text_relocations_; variable