Home
last modified time | relevance | path

Searched refs:nRelocs (Results 1 – 1 of 1) sorted by relevance

/system/chre/platform/shared/
Dnanoapp_loader.cc803 size_t nRelocs = relocSize / sizeof(ElfRel); in fixRelocations() local
804 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() local
875 LOGV("Resolving GOT with %zu relocations", nRelocs); in resolveGot()
877 for (size_t i = 0; i < nRelocs; ++i) { in resolveGot()