Searched refs:ElfRel (Results 1 – 2 of 2) sorted by relevance
800 ElfRel *reloc = in fixRelocations()801 reinterpret_cast<ElfRel *>(mBinary + getDynEntry(dyn, DT_REL)); in fixRelocations()803 size_t nRelocs = relocSize / sizeof(ElfRel); in fixRelocations()808 ElfRel *curr = &reloc[i]; in fixRelocations()871 ElfRel *reloc = reinterpret_cast<ElfRel *>( in resolveGot()874 size_t nRelocs = relocSize / sizeof(ElfRel); in resolveGot()878 ElfRel *curr = &reloc[i]; in resolveGot()
109 using ElfRel = ElfW(Rel); // Relocation table entry, variable