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()
665 const XCOFFRelocation32 *StartReloc = RelocationOrErr.get(); in relocations() local667 return ArrayRef<XCOFFRelocation32>(StartReloc, StartReloc + NumRelocEntries); in relocations()