Searched refs:firstChunk (Results 1 – 1 of 1) sorted by relevance
1441 const Chunk *firstChunk = *sec->chunks.begin(); in addLinkerModuleCoffGroup() local1448 cgs.Offset = firstChunk->getRVA() - os.getRVA(); in addLinkerModuleCoffGroup()1449 cgs.Size = lastChunk->getRVA() + lastChunk->getSize() - firstChunk->getRVA(); in addLinkerModuleCoffGroup()