Home
last modified time | relevance | path

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

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