Searched refs:nRelocs (Results 1 – 1 of 1) sorted by relevance
805 size_t nRelocs = relocSize / sizeof(ElfRel); in fixRelocations() local806 LOGV("Relocation %zu entries in DT_REL table", nRelocs); in fixRelocations()809 for (i = 0; i < nRelocs; ++i) { in fixRelocations()861 if (i != nRelocs) { in fixRelocations()876 size_t nRelocs = relocSize / sizeof(ElfRel); in resolveGot() local877 LOGV("Resolving GOT with %zu relocations", nRelocs); in resolveGot()879 for (size_t i = 0; i < nRelocs; ++i) { in resolveGot()