Searched refs:StartReloc (Results 1 – 2 of 2) sorted by relevance
617 const XCOFFRelocation32 *StartReloc = RelocationOrErr.get(); in relocations() local619 return ArrayRef<XCOFFRelocation32>(StartReloc, StartReloc + NumRelocEntries); in relocations()
1022 const Reloc *StartReloc = RelocationOrErr.get(); in relocations() local1024 return ArrayRef<Reloc>(StartReloc, StartReloc + NumRelocEntries); in relocations()