Searched refs:mergeChunkInstances (Results 1 – 4 of 4) sorted by relevance
40 MergeChunk *mergeChunkInstances[Log2MaxSectionAlignment + 1] = {}; variable
264 for (MergeChunk *mc : ctx.mergeChunkInstances) in run()
994 assert(p2Align < std::size(ctx.mergeChunkInstances)); in addSection()995 auto *&mc = ctx.mergeChunkInstances[p2Align]; in addSection()
1009 for (MergeChunk *p : ctx.mergeChunkInstances) { in createMiscChunks()1184 for (MergeChunk *mc : ctx.mergeChunkInstances) in assignOutputSectionIndices()1405 for (MergeChunk *mc : ctx.mergeChunkInstances) in assignAddresses()