Searched refs:NumRelocEntries (Results 1 – 1 of 1) sorted by relevance
671 uint32_t NumRelocEntries = NumRelocEntriesOrErr.get(); in relocations() local677 NumRelocEntries * sizeof(XCOFFRelocation32)); in relocations()683 return ArrayRef<XCOFFRelocation32>(StartReloc, StartReloc + NumRelocEntries); in relocations()