Searched refs:relocSize (Results 1 – 1 of 1) sorted by relevance
802 size_t relocSize = getDynEntry(dyn, DT_RELSZ); in fixRelocations() local803 size_t nRelocs = relocSize / sizeof(ElfRel); in fixRelocations()873 size_t relocSize = getDynEntry(getDynamicHeader(), DT_PLTRELSZ); in resolveGot() local874 size_t nRelocs = relocSize / sizeof(ElfRel); in resolveGot()