Lines Matching refs:RelI
1130 unsigned SectionID, relocation_iterator RelI, in resolveAArch64ShortBranch() argument
1147 uint64_t Offset = RelI->getOffset(); in resolveAArch64ShortBranch()
1156 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch()
1164 relocation_iterator RelI, in resolveAArch64Branch() argument
1170 uint64_t Offset = RelI->getOffset(); in resolveAArch64Branch()
1171 unsigned RelType = RelI->getType(); in resolveAArch64Branch()
1179 } else if (!resolveAArch64ShortBranch(SectionID, RelI, Value)) { in resolveAArch64Branch()
1219 unsigned SectionID, relocation_iterator RelI, const ObjectFile &O, in processRelocationRef() argument
1222 uint64_t RelType = RelI->getType(); in processRelocationRef()
1224 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef()
1228 elf_symbol_iterator Symbol = RelI->getSymbol(); in processRelocationRef()
1309 uint64_t Offset = RelI->getOffset(); in processRelocationRef()
1317 resolveAArch64Branch(SectionID, Value, RelI, Stubs); in processRelocationRef()
1875 ++RelI; in processRelocationRef()
1876 auto &GetAddrRelocation = *RelI; in processRelocationRef()
1888 return ++RelI; in processRelocationRef()