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

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_relocations.cpp 739 const ELF::Rela* rel_limit = rel + relocations_count; local
741 for (; rel < rel_limit; ++rel) {
772 const ELF::Rel* rel_limit = rel + relocations_count; local
774 for (; rel < rel_limit; ++rel) {
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_relocations.cpp 739 const ELF::Rela* rel_limit = rel + relocations_count; local
741 for (; rel < rel_limit; ++rel) {
772 const ELF::Rel* rel_limit = rel + relocations_count; local
774 for (; rel < rel_limit; ++rel) {

Completed in 576 milliseconds