Searched refs:relocSize (Results 1 – 1 of 1) sorted by relevance
804 size_t relocSize = getDynEntry(dyn, DT_RELSZ); in fixRelocations() local805 size_t nRelocs = relocSize / sizeof(ElfRel); in fixRelocations()875 size_t relocSize = getDynEntry(getDynamicHeader(), DT_PLTRELSZ); in resolveGot() local876 size_t nRelocs = relocSize / sizeof(ElfRel); in resolveGot()