Searched refs:RelocInfo (Results 1 – 2 of 2) sorted by relevance
264 RelocationInfo RelocInfo = Sec->Relocations[Index]; in writeSections() local265 if (!RelocInfo.Scattered) { in writeSections()266 const uint32_t SymbolNum = RelocInfo.Extern in writeSections()267 ? (*RelocInfo.Symbol)->Index in writeSections()268 : (*RelocInfo.Sec)->Index; in writeSections()269 RelocInfo.setPlainRelocationSymbolNum(SymbolNum, IsLittleEndian); in writeSections()273 reinterpret_cast<MachO::any_relocation_info &>(RelocInfo.Info)); in writeSections()276 &RelocInfo.Info, sizeof(RelocInfo.Info)); in writeSections()
1496 auto RelocInfo = MachObj->getRelocation(Reloc.getRawDataRefImpl()); in isRelocScattered() local1497 return MachObj->isRelocationScattered(RelocInfo); in isRelocScattered()