Searched refs:nRelocs (Results 1 – 1 of 1) sorted by relevance
803 size_t nRelocs = relocSize / sizeof(ElfRel); in fixRelocations() local804 LOGV("Relocation %zu entries in DT_REL table", nRelocs); in fixRelocations()807 for (i = 0; i < nRelocs; ++i) { in fixRelocations()859 if (i != nRelocs) { in fixRelocations()874 size_t nRelocs = relocSize / sizeof(ElfRel); in resolveGot() local875 LOGV("Resolving GOT with %zu relocations", nRelocs); in resolveGot()877 for (size_t i = 0; i < nRelocs; ++i) { in resolveGot()