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

  /bionic/linker/
linker.h 161 size_t rel_count; member in struct:soinfo
linker.cpp     [all...]
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_relocations.cpp 551 size_t rel_count,
555 RLOG("%s: rel=%p rel_count=%d\n", __FUNCTION__, rel, rel_count);
560 for (size_t rel_n = 0; rel_n < rel_count; rel++, rel_n++) {
568 rel_count,
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_relocations.cpp 551 size_t rel_count,
555 RLOG("%s: rel=%p rel_count=%d\n", __FUNCTION__, rel, rel_count);
560 for (size_t rel_n = 0; rel_n < rel_count; rel++, rel_n++) {
568 rel_count,

Completed in 8490 milliseconds