Home
last modified time | relevance | path

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

/system/chre/platform/shared/
Dnanoapp_loader.cc800 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()
/system/chre/platform/shared/include/chre/platform/shared/
Dnanoapp_loader.h109 using ElfRel = ElfW(Rel); // Relocation table entry, variable