Lines Matching refs:RelI
1090 unsigned SectionID, relocation_iterator RelI, in resolveAArch64ShortBranch() argument
1107 uint64_t Offset = RelI->getOffset(); in resolveAArch64ShortBranch()
1116 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch()
1124 relocation_iterator RelI, in resolveAArch64Branch() argument
1130 uint64_t Offset = RelI->getOffset(); in resolveAArch64Branch()
1131 unsigned RelType = RelI->getType(); in resolveAArch64Branch()
1139 } else if (!resolveAArch64ShortBranch(SectionID, RelI, Value)) { in resolveAArch64Branch()
1179 unsigned SectionID, relocation_iterator RelI, const ObjectFile &O, in processRelocationRef() argument
1182 uint64_t RelType = RelI->getType(); in processRelocationRef()
1184 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef()
1188 elf_symbol_iterator Symbol = RelI->getSymbol(); in processRelocationRef()
1270 uint64_t Offset = RelI->getOffset(); in processRelocationRef()
1278 resolveAArch64Branch(SectionID, Value, RelI, Stubs); in processRelocationRef()
1841 return ++RelI; in processRelocationRef()