HomeSort by relevance Sort by last modified time
    Searched refs:has_rela_relocations (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_relocations.cpp 144 bool has_rela_relocations = false; local
182 has_rela_relocations = true;
197 has_rela_relocations = true;
250 if (relocations_type_ == DT_REL && has_rela_relocations) {
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_relocations.cpp 144 bool has_rela_relocations = false; local
182 has_rela_relocations = true;
197 has_rela_relocations = true;
250 if (relocations_type_ == DT_REL && has_rela_relocations) {

Completed in 60 milliseconds