Searched refs:DT_REL (Results 1 – 4 of 4) sorted by relevance
28 case DT_REL: { in relocateTable()35 reinterpret_cast<ElfRel *>(mBinary + getDynEntry(dyn, DT_REL)); in relocateTable()
79 case DT_REL: in relocateTable()
131 #define DT_REL 17 macro
758 if (relocateTable(dyn, DT_RELA) && relocateTable(dyn, DT_REL)) { in fixRelocations()