Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp485 size_t thunksSize = 0; in createThunks() local
493 thunksSize += size; in createThunks()
504 size_t thunkInsertionRVA = sc->getRVA() + sc->getSize() + thunksSize; in createThunks()
517 uint64_t p = sc->getRVA() + rel.VirtualAddress + thunksSize; in createThunks()
537 thunksSize += thunkChunk->getSize(); in createThunks()