Lines Matching defs:c
89 DebugDirectoryChunk(const COFFLinkerContext &c, in DebugDirectoryChunk()
102 Chunk *c = record.second; in writeTo() local
147 CVDebugRecordChunk(const COFFLinkerContext &c) : ctx(c) {} in CVDebugRecordChunk()
173 ExtendedDllCharacteristicsChunk(uint32_t c) : characteristics(c) {} in ExtendedDllCharacteristicsChunk()
191 int c = name.compare(other.name); in operator <() local
207 Writer(COFFLinkerContext &c) in Writer()
344 void OutputSection::addChunk(Chunk *c) { in addChunk()
348 void OutputSection::insertChunkAtStart(Chunk *c) { in insertChunkAtStart()
352 void OutputSection::setPermissions(uint32_t c) { in setPermissions()
431 Chunk *c; in getThunk() local
804 auto getPriority = [&ctx = ctx](const Chunk *c) { in sortBySectionOrder()
1314 Chunk *c = def->getChunk(); in createSymbol() local
1808 Chunk *c = s->getChunk(); in addSymbolToRVASet() local
1940 for (const ChunkAndOffset &c : addressTakenSyms) in createGuardCFTables() local
2042 Symbol *c = ctx.symtab.findUnderscore(countSym); in maybeAddRVATable() local
2181 parallelForEach(sec->chunks, [&](Chunk *c) { in writeSections()
2245 auto bufAddr = [&](Chunk *c) { in sortExceptionTable()
2320 for (auto &c : chunks) { in sortCRTSectionChunks() local