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