Searched refs:NumRelocEntries (Results 1 – 2 of 2) sorted by relevance
609 uint32_t NumRelocEntries = NumRelocEntriesOrErr.get(); in relocations() local613 NumRelocEntries * sizeof(XCOFFRelocation32)); in relocations()619 return ArrayRef<XCOFFRelocation32>(StartReloc, StartReloc + NumRelocEntries); in relocations()
656 uint32_t NumRelocEntries = NumRelocEntriesOrErr.get(); in relocations() local661 NumRelocEntries * sizeof(XCOFFRelocation32)); in relocations()667 return ArrayRef<XCOFFRelocation32>(StartReloc, StartReloc + NumRelocEntries); in relocations()