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