Home
last modified time | relevance | path

Searched refs:thunksSize (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lld/COFF/
DWriter.cpp425 size_t thunksSize = 0; in createThunks() local
437 size_t thunkInsertionRVA = sc->getRVA() + sc->getSize() + thunksSize; in createThunks()
450 uint64_t p = sc->getRVA() + rel.VirtualAddress + thunksSize; in createThunks()
472 thunksSize += thunkChunk->getSize(); in createThunks()