Searched refs:ElfRel (Results 1 – 2 of 2) sorted by relevance
34 ElfRel *reloc = in relocateTable()35 reinterpret_cast<ElfRel *>(mBinary + getDynEntry(dyn, DT_REL)); in relocateTable()37 size_t nRelocs = relocSize / sizeof(ElfRel); in relocateTable()43 ElfRel *curr = &reloc[i]; in relocateTable()118 ElfRel *reloc = reinterpret_cast<ElfRel *>( in resolveGot()121 size_t nRelocs = relocSize / sizeof(ElfRel); in resolveGot()127 ElfRel *curr = &reloc[i]; in resolveGot()
175 using ElfRel = ElfW(Rel); // Relocation table entry, variable