Searched refs:thunkChunk (Results 1 – 2 of 2) sorted by relevance
532 Chunk *thunkChunk = thunk->getChunk(); in createThunks() local533 thunkChunk->setRVA( in createThunks()535 os->chunks.insert(os->chunks.begin() + thunkInsertionSpot, thunkChunk); in createThunks()537 thunksSize += thunkChunk->getSize(); in createThunks()538 thunkInsertionRVA += thunkChunk->getSize(); in createThunks()2498 if (auto thunkChunk = in setECSymbols() local2500 altEntrySym = thunkChunk->target; in setECSymbols()
1564 Chunk *thunkChunk = thunk->getChunk(); in addImportFilesToPDB() local1565 OutputSection *thunkOS = ctx.getOutputSection(thunkChunk); in addImportFilesToPDB()1582 ts.Length = thunkChunk->getSize(); in addImportFilesToPDB()1584 ts.Offset = thunkChunk->getRVA() - thunkOS->getRVA(); in addImportFilesToPDB()