Lines Matching refs:RelI
1129 unsigned SectionID, relocation_iterator RelI, in resolveAArch64ShortBranch() argument
1154 uint64_t SourceOffset = RelI->getOffset(); in resolveAArch64ShortBranch()
1162 RelocationEntry RE(SectionID, SourceOffset, RelI->getType(), Value.Addend); in resolveAArch64ShortBranch()
1173 relocation_iterator RelI, in resolveAArch64Branch() argument
1179 uint64_t Offset = RelI->getOffset(); in resolveAArch64Branch()
1180 unsigned RelType = RelI->getType(); in resolveAArch64Branch()
1187 } else if (!resolveAArch64ShortBranch(SectionID, RelI, Value)) { in resolveAArch64Branch()
1226 unsigned SectionID, relocation_iterator RelI, const ObjectFile &O, in processRelocationRef() argument
1229 uint64_t RelType = RelI->getType(); in processRelocationRef()
1231 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef()
1235 elf_symbol_iterator Symbol = RelI->getSymbol(); in processRelocationRef()
1316 uint64_t Offset = RelI->getOffset(); in processRelocationRef()
1324 resolveAArch64Branch(SectionID, Value, RelI, Stubs); in processRelocationRef()
1880 ++RelI; in processRelocationRef()
1881 auto &GetAddrRelocation = *RelI; in processRelocationRef()
1893 return ++RelI; in processRelocationRef()