Searched refs:RelocInfo (Results 1 – 2 of 2) sorted by relevance
254 RelocationInfo RelocInfo = Sec->Relocations[Index]; in writeSections() local255 if (!RelocInfo.Scattered && !RelocInfo.IsAddend) { in writeSections()256 const uint32_t SymbolNum = RelocInfo.Extern in writeSections()257 ? (*RelocInfo.Symbol)->Index in writeSections()258 : (*RelocInfo.Sec)->Index; in writeSections()259 RelocInfo.setPlainRelocationSymbolNum(SymbolNum, IsLittleEndian); in writeSections()263 reinterpret_cast<MachO::any_relocation_info &>(RelocInfo.Info)); in writeSections()266 &RelocInfo.Info, sizeof(RelocInfo.Info)); in writeSections()
1973 auto RelocInfo = MachObj->getRelocation(Reloc.getRawDataRefImpl()); in isRelocScattered() local1974 return MachObj->isRelocationScattered(RelocInfo); in isRelocScattered()