Lines Matching defs:RelI
648 unsigned SectionID, relocation_iterator RelI,
663 uint64_t Offset = RelI->getOffset();
667 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(),
674 relocation_iterator RelI,
678 if (resolveLoongArch64ShortBranch(SectionID, RelI, Value))
682 uint64_t Offset = RelI->getOffset();
683 unsigned RelType = RelI->getType();
1465 unsigned SectionID, relocation_iterator RelI,
1490 uint64_t SourceOffset = RelI->getOffset();
1498 RelocationEntry RE(SectionID, SourceOffset, RelI->getType(), Value.Addend);
1509 relocation_iterator RelI,
1515 uint64_t Offset = RelI->getOffset();
1516 unsigned RelType = RelI->getType();
1523 } else if (!resolveAArch64ShortBranch(SectionID, RelI, Value)) {
1562 unsigned SectionID, relocation_iterator RelI, const ObjectFile &O,
1565 uint64_t RelType = RelI->getType();
1567 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend())
1571 elf_symbol_iterator Symbol = RelI->getSymbol();
1652 uint64_t Offset = RelI->getOffset();
1660 resolveAArch64Branch(SectionID, Value, RelI, Stubs);
1722 resolveLoongArch64Branch(SectionID, Value, RelI, Stubs);
2225 ++RelI;
2226 auto &GetAddrRelocation = *RelI;
2252 return ++RelI;