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