Lines Matching refs:RelI
1125 unsigned SectionID, relocation_iterator RelI, in resolveAArch64ShortBranch() argument
1142 uint64_t Offset = RelI->getOffset(); in resolveAArch64ShortBranch()
1151 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch()
1159 relocation_iterator RelI, in resolveAArch64Branch() argument
1165 uint64_t Offset = RelI->getOffset(); in resolveAArch64Branch()
1166 unsigned RelType = RelI->getType(); in resolveAArch64Branch()
1174 } else if (!resolveAArch64ShortBranch(SectionID, RelI, Value)) { in resolveAArch64Branch()
1214 unsigned SectionID, relocation_iterator RelI, const ObjectFile &O, in processRelocationRef() argument
1217 uint64_t RelType = RelI->getType(); in processRelocationRef()
1219 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef()
1223 elf_symbol_iterator Symbol = RelI->getSymbol(); in processRelocationRef()
1303 uint64_t Offset = RelI->getOffset(); in processRelocationRef()
1311 resolveAArch64Branch(SectionID, Value, RelI, Stubs); in processRelocationRef()
1873 ++RelI; in processRelocationRef()
1874 auto &GetAddrRelocation = *RelI; in processRelocationRef()
1886 return ++RelI; in processRelocationRef()